Skip to content

Implementing a Convolutional Neural Network using Tensorflow for predicting MNIST images.

Notifications You must be signed in to change notification settings

chinmayapancholi13/MNIST_CNN

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

MNIST_CNN

The objective of this project is to implement a Convolutional Neural Network using Tensorflow for predicting MNIST images.

The MNIST dataset is downloaded from http://yann.lecun.com/exdb/mnist/ (four files) and extracted into a folder named 'data' just outside the folder containing the main.py file. That is, the code reads the input data files from the folder '../data'. The train function in train_cnn.py trains the neural network given the training examples and saves the weights in a folder named 'weights_cnn' in the same folder as main.py. The test function reads the saved weights and given the test examples it returns the predicted labels.

About

Implementing a Convolutional Neural Network using Tensorflow for predicting MNIST images.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages