Skip to content

dkorobchenko/nn-python

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

nn-python

Simple two-layer fully-connected neural network, implemented in pure Python/NumPy

Run training

Note: weights are not saved

python train.py

Run inference

Note: weights are hard-coded

python inference.py

About

Pure python neural net training and inference

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages