Skip to content

Deep CNN for multi-digit classification using Tensorflow

Notifications You must be signed in to change notification settings

VladislavPrh/MDR

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CNN for multi-digit recognition

This project refers to the image recognition with convolutional neural network. More specifically I have worked on recognition arbitrary multi-digit numbers obtained from The Street View House Numbers (SVHN) Dataset.

How to run

  1. Downoald and extract data:
python load_data.py
  1. Training:
python train.py
  1. Examples:
python examples.py

Prerequisites

python 2.7
tensorflow
numpy
scipy
matplotlib

Examples

Image of Yaktocat

References

  1. Ian J. Goodfellow, Yaroslav Bulatov, Julian Ibarz, Sacha Arnoud, and Vinay Shet (2013). Multi-digit Number Recognition from Street View Imagery using Deep Convolutional Neural Networks. arXiv:1312.6082
  2. The Street View House Numbers (SVHN) Dataset

About

Deep CNN for multi-digit classification using Tensorflow

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages