A deep neural net project using CNN (lenet 5) architecture to find patterns.
#Setup the environment
- unzip the .zip file (unzip filename.zip) for linux
Install the neccessary libraries and modules
-
Activate your virtualenv and run the following command in your terminal(LINUX) or cmd(WINDOWS)
$ pip install numpy
$ pip install matplotlib
$ pip install tensorflow
$ pip install pandas
-Run the training_and_testing.py file