Skip to content

Latest commit

 

History

History
16 lines (10 loc) · 490 Bytes

README.md

File metadata and controls

16 lines (10 loc) · 490 Bytes

lilnn

Toy multilayer perceptron (neural network) implemented with numpy in Python 3.

About

This code was adapted from the work of Brian Dolhansky. It has been updated to work in Python 3 and be simpler/shorter in nature.

Dependencies

You will need:

  • Python 3
  • numpy
  • tqdm

You will also need the MNIST dataset from this website.