Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Multilayer Perceptron #112

Open
kaustubholpadkar opened this issue Apr 16, 2018 · 2 comments
Open

Multilayer Perceptron #112

kaustubholpadkar opened this issue Apr 16, 2018 · 2 comments

Comments

@kaustubholpadkar
Copy link

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
Copy link

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
Copy link
Contributor

notshekhar commented Jun 18, 2018

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants