Skip to content

Latest commit

 

History

History
9 lines (5 loc) · 677 Bytes

README.md

File metadata and controls

9 lines (5 loc) · 677 Bytes

SHVNClassification

SVHN is a real-world image dataset for developing object recognition algorithms with a requirement on data formatting but comes from a significantly harder, unsolved, real-world problem (recognizing digits and numbers in natural scene images). SVHN is obtained from house numbers in Google Street View images. The objective of the project is to learn how to implement a simple image classification pipeline based on the k-Nearest Neighbour and a deep neural network. The dataset can be downloaded from below link:

https://www.kaggle.com/sasha18/street-view-house-nos-h5-file

Skills and Tools

Neural Networks, Deep Learning, Keras, Image Recognition