Skip to content

neural net implemented in bare Python + Numpy through following along the steps in https://nnfs.io/

Notifications You must be signed in to change notification settings

wpnbos/numpyNet

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 

Repository files navigation

numpyNet

neural net implemented in bare Python + Numpy through following along the steps in https://nnfs.io/

to try it out, install the requirements (2 packages) pip install -r requirements.txt

and then run the code python numpyNet.py

to test my understanding of the code I implemented the custom optimizer Rprop in the class optimizer_rprop. this optimizer is used by default when running the .py file.

About

neural net implemented in bare Python + Numpy through following along the steps in https://nnfs.io/

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages