adityap27 / mnist-ANN-and-CNN

MNIST Handwritten Digits Classification using ANN and CNN

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

mnist-ANN-and-CNN

MNIST Handwritten Digits Classification using ANN and CNN. (Just for practicing different ML Strategies.)

1.) Performance of ANN model.

Train Accuracy: 100.00%

Val Accuracy: 98.43%

Test Accuracy: 98.42%

2.) Performance of CNN model.

Train Accuracy: 100.00%

Val Accuracy: 99.61%

Test Accuracy: 99.61%

About

MNIST Handwritten Digits Classification using ANN and CNN


Languages

Language:Jupyter Notebook 100.0%