Git Product home page Git Product logo

mnist's Introduction

MNIST Digit Classification

The MNIST dataset is a classic image classification problem, consisting of 28x28 images of handwritten digits 0-9. The intent of this project is to build a neural network using Keras that predicts the digit with an accuracy of 95% or better. My personal grade scale is as follows:

Validation Accuracy Grade
A+ >99%
A 95-99%
B 80-95%
C 70-79%
D 60-69%%
F <60%

mnist's People

Contributors

matthewchatham avatar

Watchers

 avatar  avatar

mnist's Issues

EDA

Preprocessing: Convert one-hot vector to a pandas Series.

Things to look at:

  • Digit value counts
  • Heatmaps for each digit
  • Correlation for each digit
  • VERY simple baseline classifier

Benchmark TF on CPU vs. GPU

As it reads. I want to know exactly how much performance increase I got by spending 4+ hours getting my dependencies just right so I can run TensorFlow on the GPU.

Refamiliarize with Keras/CNNs

Things to review:

  • Convolutional Neural Networks
  • Keras API

A good way to start is probably to implement simple logistic regression in Keras, and then to move on to CNNs, etc.

Plot filters

I want to make sure that we are able to identify and visualize the filters used by the neural network.

Extend the dataset by translating and rotating images

We can make the model more robust to translation and rotation by making these transformations ourselves on the MNIST dataset, and using the output as new samples to train on (since we know the correct label).

We need to know how to:

  • Translate an image represented as a np array
  • Rotate an image represented as a np array

Ideally, we will find or create an API like:

transform_image(rotation=0, translation=(0,0))

Where rotation is the rotation in degrees and the translation is the tuple (dx,dy) .

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.