Skip to content

Latest commit

 

History

History
17 lines (12 loc) · 241 Bytes

README.md

File metadata and controls

17 lines (12 loc) · 241 Bytes

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