/CNN-Street-View-House-Number-Detection-SVHN

We use Convelutional Neural Networks (CNN), as a Deep Learning paradigm, to detect the house numbers using the MNIST dataset.

Primary LanguageJupyter Notebook

Street-View-House-Number-Detection-Using-CNN

In this project, we aim to develop a Convelutional Neural Netwrk platform, as a Deep Learning algorithm, to detect the house numbers using the MNIST dataset. We could achieve 95% accuracy in the training process and also compared our algorithm with a Fully Connected Layer, placing an emphasis on the reliabality of the network.

CNN Structure:

alt text

(3*3) Kernel Models:

alt text

(5*5) Kernel Models:

alt text

CNN Results with Kernel Sizes:

Results shows CNN Model detected House Numbers with high precision.

alt text

Fully Connected Models:

alt text

Fully Connected Results:

Precision of This Method is lower.

alt text