Skip to content

inesane/Lenet

Folders and files

NameName
Last commit message
Last commit date

Latest commit

81519d9 · Dec 7, 2021

History

40 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Lenet

Instructions to run the model

  • Installing requirements
    pip3 install -r requirements.txt
  • Open src/main.ipynb and run all cells

Code Structure

  • ./MNIST: Dataset files
  • ./src: Code files
  • requirements.txt: Requirements
  • ./docs: Previous documents