Skip to content

Latest commit

 

History

History

CNN_mnist

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 

GOOEY-Neural-Nets: Convolutional Neural Networks

Classify you own hand written digits

Dependancies

Instructions

pip install numpy
pip install matplotlib
pip install PySimpleGUI
pip install Pillow
pip install opencv-python
  • then install pytorch see installation instructions above
git clone https://github.com/ozayr/GOOEY-Neural-Nets/tree/master/CNN_mnist.git
cd CNN_mnist
python CNN.py

note: check CNN_MNIST.ipynb