Skip to content

therealyubraj/NerualNetworkJS

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

NerualNetwork

Toy Neural Network Library in p5.js
Parameter : input nodes, hidden nodes, output nodes, number of hidden layers
e.g: let brain = new NN(2,3,1,2); 2 inputs,2 hidden layers containing 3 hidden nodes and 1 output node.

About

Toy Neural Network Library in p5.js

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published