Skip to content

Latest commit

 

History

History
3 lines (3 loc) · 159 Bytes

README.md

File metadata and controls

3 lines (3 loc) · 159 Bytes

MLP

This implements a MLP Neural Network from scratch (backprop and SGD) using just numpy. To train the model on the MNIST dataset run python3 arch/mlp.py.