Skip to content
/ LeNet Public

Convolutional Neural Network proposed by Yann LeCunn to classify MNIST data.

Notifications You must be signed in to change notification settings

raul-jr3/LeNet

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

LeNet

The Convolutional Neural Network propsed by Yann Le Cunn to classify the MNIST images.

Usage

  1. Create a virtual environment by running virtualenv -p python3 <your_env_name> and activate it by running source <your_env_name>/bin/activate.
  2. Clone this repository into that environment.
  3. Run pip install -r requirements.txt
  4. cd to Model_LeNet.
  5. Now run python yann_le_cunn_net.py and it should work

Results

About

Convolutional Neural Network proposed by Yann LeCunn to classify MNIST data.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published