Giter Site home page Giter Site logo

rhsummit2019's Introduction

Interactive MNIST Demo

Or: 0 to AI in 3 notebooks

This set of notebooks takes you through a gentle introduction to one of the most basic AI problems, the MNIST dataset

MNIST is a dataset of 60,000 handwritten digits, which is used as input to train an AI. The AI learns the relationship between the pixel values, the arrangement, and the digit. The AI then is able to label arbitrary handwritten digits.

This will require:

  • A Linux system (tested on Fedora)
  • Python 3
  • Python 3 virtualenv module
  • The ability to untar .tar.gz files
  • Docker (with the ability for users to spawn containers, or you can copy the relevant line out of the notebook)
  • Access to the internet for pip installs and docker pulls

To get started, simply run the start.sh script. Interrupt it (crtl +c) to stop

Once the notebook server is running (it should automatically open the browser), follow the notebooks in numbered order:

  • 01-MNIST-Data-Exploration: Covers some of the basics about data exploration and gives an intro to the MNIST dataset
  • 02-MNIST-TensorFlow: Covers creating the model, what layers are important, why to use certain ones, and training, testing, and saving the model
  • 03-Serving-TensorFlow-Locally: Covers the operations side of serving the model using docker, as well as using a provided webapp to interact with the model

When fully done, the cleanup.sh script will ensure docker is properly cleaned up, and the virtualenv is removed

rhsummit2019's People

Contributors

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