Giter Club home page Giter Club logo

f-izzat / svm-from-scratch Goto Github PK

View Code? Open in Web Editor NEW
2.0 1.0 1.0 28 KB

This code was written during the writing of my undergraduate thesis as a means to understand the inner details of Support Vector Machines. This includes a rough translation of the original \epsilon -SVR and \nu -SVR based on the C source code (https://www.csie.ntu.edu.tw/~cjlin/libsvm/))

License: MIT License

Python 100.00%
support-vector-machine sequential-minimal-optimization cvxopt

svm-from-scratch's Introduction

SVM From Scratch

This code was written during the writing of my undergraduate thesis as a means to understand the inner details of Support Vector Machines. This includes a rough translation of the original \epsilon -SVR and \nu -SVR based on the C source code (https://www.csie.ntu.edu.tw/~cjlin/libsvm/)). It also includes an attempt at a re-write of the orignal C++ Online-SVR (http://onlinesvr.altervista.org/). However as of now, some code might be out-dated.

There are two versions of the \epsilon -SVR, one that uses CVXOPT (EpsilonSVR) and the other with SMO (EpsilonSMO). Hyperparameters are tuned using optuna

Note: This should only be used as a educational tool as it was for me. The orginal LIBSVM or sklearn should be used instead for actual cases.

References:

[1] Palar, P.S., Izzaturahman, F., Zuhal, L.R.and Shimoyama, K., Prediction of the Flutter Boundary in Aeroelasticity via a Support Vector Machine.

svm-from-scratch's People

Contributors

f-izzat avatar

Stargazers

 avatar  avatar

Watchers

 avatar

Forkers

izsahara

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.