From a5f719b8b195e9fce9dfdc6c15a37a3046b5ebe9 Mon Sep 17 00:00:00 2001 From: Shekhar Tyagi <36845555+notshekhar@users.noreply.github.com> Date: Mon, 4 May 2020 08:06:59 +0530 Subject: [PATCH] Update README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 4507fda..e08e3d2 100644 --- a/README.md +++ b/README.md @@ -231,6 +231,7 @@ * [**Go**: _Building a Neural Net from Scratch in Go_](https://datadan.io/blog/neural-net-with-go) * [**JavaScript / Java**: _Neural Networks - The Nature of Code_](https://www.youtube.com/playlist?list=PLRqwX-V7Uu6aCibgK1PTWWu9by6XFdCfh) [video] * [**JavaScript**: _Neural Network implementation in JavaScript, by an example_](https://franpapers.com/en/machine-learning-ai-en/2017-neural-network-implementation-in-javascript-by-an-example/) +* [**JavaScript**: _Multi Layer Neural Network implementation in JavaScript_](https://github.com/notshekhar/neuralnet) * [**JavaScript**: _Neural networks from scratch for JavaScript linguists (Part1 — The Perceptron)_](https://hackernoon.com/neural-networks-from-scratch-for-javascript-linguists-part1-the-perceptron-632a4d1fbad2) * [**Python**: _A Neural Network in 11 lines of Python_](https://iamtrask.github.io/2015/07/12/basic-python-network/) * [**Python**: _Implement a Neural Network from Scratch_](https://victorzhou.com/blog/intro-to-neural-networks/)