From 46d23710ea11221fb114dd001df2a17c098c0570 Mon Sep 17 00:00:00 2001 From: Fir3will Date: Sat, 26 May 2018 03:30:24 -0400 Subject: [PATCH] Added another Library reference --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index cbf60ce..4cb3d73 100644 --- a/README.md +++ b/README.md @@ -73,6 +73,7 @@ Please send PullRequests. These need to pass a automated Test first and after it Here are some libraries with the same or similar functionality to this one built by the community: - [Java Neural Network Library](https://github.com/kim-marcel/basic_neural_network) by [kim-marcel](https://github.com/kim-marcel) +- [Library-less Java Neural Network](https://github.com/Fir3will/Java-Neural-Network) by [Fir3will](https://github.com/Fir3will) - [Python Neural Network Library](https://github.com/Gabriel-Teston/Machine-Learning) by [Gabriel-Teston](https://github.com/Gabriel-Teston) Feel free to add your own libraries.