An open API service indexing awesome lists of open source software.

https://github.com/ansh2709/dl-project

Project basically predicts the digit from(0-9) after training on a particular dataset using CNN
https://github.com/ansh2709/dl-project

cnn-classification confusion-matrix deep-learning keras-tensorflow matplotlib-pyplot pyton supervised-learning

Last synced: 7 months ago
JSON representation

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

Awesome Lists containing this project

README

          

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