Skip to content

Latest commit

 

History

History
17 lines (9 loc) · 351 Bytes

README.md

File metadata and controls

17 lines (9 loc) · 351 Bytes

mnist-lenet-keras

I have originally taken the code from here https://github.com/f00-/mnist-lenet-keras.git

Install

install keras, matplotlib, cv2

The mnist.py trains mnist, lenet.py are the architectures, the analyse_acc.py analyse the csv of the accuracy (which in my case was taken from tensorboard

Usage

  python mnist.py