Giter Club home page Giter Club logo

mnist's People

Contributors

bluepilgrim avatar skkeem avatar

Watchers

 avatar  avatar

mnist's Issues

Presentation 관련 내용

Google docs로 작성했는데, 역시 붙이기 하니 깨지는구나.
내가 한 부분을 나름대로 정리해봤어.
대략 이걸로 두페이지 정도 될 것 같은데, 비슷하게 네가 한 부분도 만들면 되지 않을까 한다.
내 노트북에 PPT가 없는데, 혹시 편집은 너한테 부탁해도 될까?^^;;;

  • Presentation Contents
  • Used Model : Support Vector Machine with Linear, Polynomial, and Gaussian Kernels
  • Main Issues
    1. Multiclass SVM
      • Basically, SVM is a binary classifier. How can SVM work on multiclasses?
      • Created 10 SVMs which classifies for each digit 0 to 9 and selected the classification result with the largest positive margin. (OVA(one-versus-all) classification)
    2. Lagrangian dual problem
      • How can I get the solution of the optimization problem of SVM's quadratic problem?
      • Used the publicly available Python library called "cvxopt"(http://cvxopt.org).
    3. Feature selection
      • How should I choose the feature set as input to the classifier?
      • As a brute-force way, used the original pixel data as the feature. The input data dimension is 784(28*28) and the each value has been normalized to a range [0, 1).
  • Result & Comments
    1. The error rate is about 5.58%. (when the train data size is 5000)
    2. Gaussian kernel shows the best performance among the three implemented kernels.
    3. Clever selection of C is critical for the prediction performance. Sometimes, soft margin case shows poor performance than hard margin case.
    4. For faster execution time, feature size reduction is necessary. Through PCA of the original pixel data, coupled with explicitly designed feature sets, the input data dimension could be reduced less than 100 with little impact on prediction power.

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.