Skip to content

yurigorokhov/NeuralNetworks

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 

Repository files navigation

NeuralNetworks

Learning about Neural Networks

Results

Regular Linear Regression

Linear Regression

2 Layer Neural Net

Neural Net 1

2 Layer Neural Net - Spirals

Neural Net 2

2 Layer Neural Net - 3 Spirals

Neural Net 3

Running

./run.sh will start a docker image with the appropriate jupyter notebooks

Generate gif of learning process

The notebook will output SVG images in /notebooks/images as the algorithm goes on. If you would like to generate a gif animation use the following command in the notebooks/images folder:

convert -delay 20 -loop 0 *.svg output.gif

About

Learning about Neural Networks

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published