Skip to content

amasky/neural-network-python

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

44 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Digit classification neural networks

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages