Skip to content

Latest commit

 

History

History
9 lines (8 loc) · 340 Bytes

README.md

File metadata and controls

9 lines (8 loc) · 340 Bytes

LeNet-python

A tiny implementation of LeNet (without deep learning framework)


The main functional code is in LeNet.py. To run the code, you should do the following:

  1. Download the MNIST dataset and extract it to "your/path/to/data"
  2. modify the data path to "your/path/to/data" in fetch_MNIST.py
  3. execute "python LeNet.py"