Skip to content

vishalsingh020997/Convolutional_Neural_Network-based_Image_Classifier

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 

Repository files navigation

A convolutional neural network-based classifier for the MNIST handwritten digit dataset with Tensorflow

the model we're going to work out in this example is:

Model_1 link

Input -> CONV (-> ReLU -> Pool) -> FC -> ReLU -> FC -> Softmax -> Loss
Accuracy = 99.07 %

Model_2 link

Input -> CONV (-> RELU -> Pool) -> CONV (-> RELU -> Pool) -> FC -> ReLU -> Dropout -> FC -> Softmax -> Loss Accuracy = 99.25 %

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published