Skip to content

Latest commit

 

History

History
27 lines (18 loc) · 467 Bytes

File metadata and controls

27 lines (18 loc) · 467 Bytes

Neural Network in Python

  • 1 hidden layer NN in Python

Dependencies

Python 2 or 3, NumPy, scikit-learn, matplotlib

Usage

train the model:

python train.py

classify digits with the trained model

python infer.py

Examples

  • A sample of '8' and its outputs of NN
    Prediction

  • Loss, accuracy and training iteration
    Log of training