CodingTrain / Toy-Neural-Network-JS

Neural Network JavaScript library for Coding Train tutorials
MIT License
423 stars 240 forks source link

Multilayer Perceptron #112

Open kaustubholpadkar opened 6 years ago

kaustubholpadkar commented 6 years ago

Currently the Neural Network in the library has only one hidden layer. There is need to update neural network model so that it can have multiple layers like other libraries synaptic and brain.js

immakermatty commented 6 years ago

Check out my C# version! I have succesfully done a multi-layer library using some for loops. https://github.com/ItsMates/Toy-Neural-Network-CSharp

notshekhar commented 6 years ago

check out my version, I've created a multi-layer nn library in javascript https://github.com/notshekhar/neuralnet