/nn-python

Pure python neural net training and inference

Primary LanguagePythonMIT LicenseMIT

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