Skip to content

Simple neural network written in java script for study purpose

License

Notifications You must be signed in to change notification settings

codesakshi/neural-network-js

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 

Repository files navigation

neural-network-js

Simple AI Neural Network implementaion written in javascript for study purpose

Can add multiple layers

Nodes ( neuron ) in each layer is considered together. This will help reduce code for forward and backword propagation

Support bias for each node ( neuron ) bias will be the last entry in wieghts[][]

About

Simple neural network written in java script for study purpose

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published