Skip to content

AdamJChen/LeNet

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 

Repository files navigation

LeNet

This project explores the effectiveness of the LeNet model on the CIFAR10 dataset. It serves as a base line for future experimentation.

Tensorflow

To run the LeNet model written in tensorflow, change directories into the tensorflow folder and run leNet.py using python. The LeNet model will be trained on 20 epochs of the training data with batch sizes of 100. Every 100 batches the cost and test accuracy will be printed. After one epoch has completed the test accuracy will be printed.

Keras

To run the LeNet model written in Keras, change directories into the keras folder and run the run_lenet.py file. Epoch and batch size are 20 and 100 respectivly.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages