Coder Social home page Coder Social logo

svm-parameter-selection's Introduction

Support Vector Machines have emerged as an important learning technique for solving classification and regression problems in various fields. However, poor choice of penalty parameter and kernel parameters can dramatically decrease the performance of SVR. Naturally, without the inefficient search strategies and long searching time in heuristics algorithms, meta-heuristics have been introduced as problem-independent technique to obtain an acceptable optimum in a wide range of problems.

So this program aims to provide simulation codes of meta-heuristics for SVM parameter selection.

How to use

The basic GS-SVR and GA-SVR demo can be found in matlab-implement folder in Libsvm-FarutoUltimate-Version.

[bestCVmse,bestc,bestg] = SVMcgForRegress(TrainL,Train,-8,8,-8,8,5,0.4,0.4)
cmd = ['-c ',num2str(bestc),' -g ',num2str(bestg),' -s 3 -p 0.01'];

Many Metaheuristics code can be found in yarpiz.com or matlab fileexchange.The more meta-heuristics based algorithm can be infered by ABC_SVM.

To be continued.

Research papers

  • Sai Li, Huajing Fang, and Xiaoyong Liu. "Parameter Optimization of Support Vector Regression Based on Sine Cosine Algorithm." Expert Systems with Applications (2017). (SCI,Impact Factor:3.928,doi:10.1016/j.eswa.2017.08.038)
  • Sai Li, Huajing Fang. "A WOA-based algorithm for parameter optimization of support vector regression and its application to condition prognostics." Control Conference (CCC), 2017 36th Chinese. IEEE, 2017. (EI Compendex,DOI: 10.23919/ChiCC.2017.8028516)

svm-parameter-selection's People

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  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.