Skip to content

damir3/SmalNN

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SmallNN

A simple JavaScript neural network implementation with built-in backpropagation using an automatic differentiation engine similar to torch.autograd.

The goal of the project is to understand how the backpropagation mechanism works in automatic mode for a neural network of any complexity.

Example of use

Start the local web server from the command line from the project directory:

python3 -m http.server 8000

and then open the page http://localhost:8000/test.html in your browser.

About

No description or website provided.

Topics

Resources

License

Stars

0 stars

Watchers

0 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors