Skip to content

Project basically predicts the digit from(0-9) after training on a particular dataset using CNN

Notifications You must be signed in to change notification settings

Ansh2709/DL-Project

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 

Repository files navigation

Used CNN layers used TensorFlow keras library Sequential->convolutional->pooling(avg pooling)->flatten for feed forward Used 'adam' as optimizer and sparse categorical cross entropy as loss function for back propagation Evaluated using accuracy and compare the plots using the matplotlib library of python between train and test set

About

Project basically predicts the digit from(0-9) after training on a particular dataset using CNN

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published