From 31035eac52d44eaa898c9f6518d537e4853dc688 Mon Sep 17 00:00:00 2001 From: bit-shashank <52148284+bit-shashank@users.noreply.github.com> Date: Thu, 3 Sep 2020 15:23:33 +0530 Subject: [PATCH] Added my neural network library --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 205c585..60b1ed1 100644 --- a/README.md +++ b/README.md @@ -80,7 +80,7 @@ Here are some libraries with the same or similar functionality to this one built - [F# Neural Network Library](https://github.com/jackroi/NeuralNetwork-fsharp) by [jackroi](https://github.com/jackroi) - [TinyNeuralNetwork4Java](https://github.com/anirudhgiri/TinyNN4J) by [Anirudh Giri](https://github.com/anirudhgiri) - [miniANN Neural Network Library JavaScript](https://github.com/savvysiddharth/mini-ANN-js) by [Siddharth Maurya](https://github.com/savvysiddharth) - +- [Multilayered Neural Network Library](https://github.com/bit-shashank/tinn) by [Shashank Sahu](https://github.com/bit-shashank) Feel free to add your own libraries. ## Versioning