Coder Social home page Coder Social logo

00mjk / mnist-classification-with-neuralnet Goto Github PK

View Code? Open in Web Editor NEW

This project forked from aditya9211/mnist-classification-with-neuralnet

0.0 0.0 0.0 10 KB

MNIST Handwritten Digits Classification using 3 Layer Neural Net 98.7% Accuracy

Python 100.00%

mnist-classification-with-neuralnet's Introduction

MNIST-Classification-with-NeuralNet

MNIST Handwritten Digits Classification using 3 Layer Neural Net 98.7% Accuracy

Classifying the MNIST Digits using 3 Layer Neural Networks

Deskewing the Images yields much good accuracy.

Accuracy was 98.7% after deskewing the images before it was 98.4% simple 3 Layer Neural Nets.

Neural Network Model

Our Model has 3 Layers Containing

 1 Input Layer -> 28*28 U
 
 1 Hidden Layer -> 300 HU
 
 1 Output Layer -> 10 U

We have used the Backprop Algorithm for Training using the SGD Optimizer with Momentum . Applied PCA Dimensionality Reduction Technique to reduce the dimension to make dataset smaller, using 324 components to retain 99.78% variance of input data images

Need the Dataset that are for training and testing in one folder

Dependencies Required:

  1. Python 2.7xx
  2. Numpy, scipy, matplotlib Library Installed
  3. OpenCV 3.xx, "MNIST" for reading data. Eg. pip install mnist

Run:

python mnist_nn.py  --path  '/home/......'```

mnist-classification-with-neuralnet'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.