GithubHelp home page GithubHelp logo

00mjk / svhn-cnn Goto Github PK

View Code? Open in Web Editor NEW

This project forked from aditya9211/svhn-cnn

0.0 0.0 0.0 1.05 MB

Google Street View House Number(SVHN) Dataset, and classifying them through CNN

Home Page: http://ufldl.stanford.edu/housenumbers/

Jupyter Notebook 100.00%

svhn-cnn's Introduction

SVHN

Google Street View House Number(SVHN) Dataset Link

Much similar to MNIST(images of cropped digits), but SVHN contains much more labeled data (over 600,000 images) with real world problems of recognizing digits and numbers in natural scene images.

Overview:

  1. Total 10 Classes, 1 for each digits i.e Label '9' for digit 9 and '10' for digit 0.
  2. 73,257 digits for training, 26,032 digits for testing
  3. Available in two differnet formats
    • Original images with bounding box available for each character (may contain multiple characters in same images).
    • MNIST like 32x32 cropped images having single character in each images.

Dataset is obtained from house numbers in Google Street View images.

Here we are classifying 32 x 32 cropped images given in format 2

Using CNN architecture.

Train_32x32
Test_32x32

Scripts

  • data_preprocess.ipynb: preprocess the data

  • svhn_model.ipynb: run the model and report results

Added

- Confusion metric 
- Visualization of misclassified and classfied images

Findings:

From logs we can make out that dropout rate should be higher to learn
good features as images have lots of others digits image pixels also in it.

So it's get confused more often`

Note:

Above experiment is performed under 4GB RAM and 1GB GPU Memory
So it was difficult to train it for more steps, and adding more layers in architecture

svhn-cnn's People

Contributors

aditya9211 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.