Skip to content

Study of leNet implementation in Python3.6 with Keras+Tensorflow backend.

Notifications You must be signed in to change notification settings

BPDanek/le-baby-net

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This Project is currently dormant. May Revisit in future.

le-baby-net

leNet implementation by Benjamin Danek

v.1 - Python3.6.5, Tensorflow1.8.0, NumPy1.14.4, Keras2.2.0[TF backend], published 6.18.18

The purpose of this repository is to track different versions of my MNIST implementation. MNIST is a wildly supported data set that has lots of different implementations. The idea is to try out the advice/implementation people reference and quanlitatively determine which methods are good for which applications.

The link-dump includes useful information associated with this project; if you have quesitons as to why I did something specific (ex. activation function) then refer to that document.

This repository is currently inactive. If you ask questions I may still answer them, but I'm not working on any updates.