Coder Social home page Coder Social logo

digit_recognition's Introduction

Machine Learning Engineer Nanodegree

Deep Learning

Project: Build a Digit Recognition Program

Install

This project requires Python 2.7 and the following Python libraries installed:

You will also need to have software installed to run and execute a Jupyter Notebook.

In addition to the above, for those optionally seeking to use image processing software, you may need one of the following:

For those optionally seeking to deploy an Android application:

  • Android SDK & NDK (see this README)

If you do not have Python installed yet, it is highly recommended that you install the Anaconda distribution of Python, which already has the above packages and more included. Make sure that you select the Python 2.7 installer and not the Python 3.x installer. pygame and OpenCV can then be installed using one of the following commands:

Mac:

conda install -c https://conda.anaconda.org/quasiben pygame
conda install -c menpo opencv=2.4.11

Windows & Linux:

conda install -c https://conda.anaconda.org/tlatorre pygame
conda install -c menpo opencv=2.4.11

Code

A template notebook is provided as digit_recognition.ipynb. While no code is included in the notebook, you will be required to use the notebook to implement the basic functionality of your project and answer questions about your implementation and results.

Run

In a terminal or command window, navigate to the top-level project directory digit_recognition/ (that contains this README) and run one of the following commands:

ipython notebook digit_recognition.ipynb

or

jupyter notebook digit_recognition.ipynb

This will open the Jupyter Notebook software and notebook file in your browser.

Data

While no data is directly provided with the project, you will be required to download and use the Street View House Numbers (SVHN) dataset, along with either the notMNIST or MNIST datasets. If you've completed the course material, the notMINIST dataset should already be available.

digit_recognition's People

Contributors

henrymaguire avatar

Watchers

 avatar  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.