JahanAjani / CarND-LeNet-Lab

MNIST Digit classifier based on LeNet architecture

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

CarND-LeNet-Lab

Udacity - Self-Driving Car NanoDegree

LeNet-5 Architecture Implement the LeNet-5 deep neural network model.

Setup

  • install python 3.5.
  • add python in windows PATH.
  • GOTO root directory of this project and create python virtual environment by following command python -m venv lenet.
  • Activate above created virual env, lenet\Scripts\activate.
  • install project dependies - pip install -r requirements.txt.

Now you are ready to run the project.

  • Start Jupyter notebook by running following command on root directory of project, jupyter notebook.
  • Open 'LeNet-Lab.ipynb` from the browser and run each cell line by line.

About

MNIST Digit classifier based on LeNet architecture

License:MIT License


Languages

Language:Jupyter Notebook 100.0%