GithubHelp home page GithubHelp logo

flinker517 / mnist_tutorial Goto Github PK

View Code? Open in Web Editor NEW

This project forked from linguoli/mnist_tutorial

0.0 0.0 0.0 14.82 MB

A tutorial for MNIST handwritten digit classification using sklearn, PyTorch and Keras.

Jupyter Notebook 100.00%

mnist_tutorial's Introduction

mnist_tutorial

A tutorial for MNIST handwritten digit classification using sklearn and PyTorch.

Code structure

Requirements (default)

Code tested on following environments, other version should also work:

  • python 3.6.3
  • numpy 1.13.3
  • matplotlib 2.1.0
  • sklearn 0.19.1
  • pytorch 0.4.1

Result

For numpy_matplotlib_sklearn.ipynb

  • logistic regression: Training accuracy is 95.30%, testing accuracy is 88.10%.
  • Naive bayes (Bernoulli): Training accuracy is 81.78%, testing accuracy is 80.90%.
  • Support vector machine: Training accuracy is 97.73%, testing accuracy is 85.40%.
  • Adjusted SVM: for LinearSVC with loss='hinge', training accuracy is 95.92% and testing accuracy is 86.80%;for NuSVC, training accuracy is 88.10% and testing accuracy is 86.50%;for SVC, training accuracy is 91.25% and testing accuracy is 89.60%. For pytorch.py
  • With epoch = 10, learing rate = 0.001, batch size = 128 and lenet5, training accuracy is 99.72% and test accuracy is 98.96%.

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.