LIBSVM with genetic algorithm?

Hi all
I want to know how to use LIBSVM together with genetic algorithm to obtain SVM parameter.
From the web search, there seems to be GA-SVM library, but I cannot approach to download it
Thank you.

回答 (1 件)

Walter Roberson
Walter Roberson 2019 年 4 月 4 日

0 投票

Any reasonable GA algorithm permits you to use a function handle to be evaluated. The function handle can be to a function you wrote that sets up libsvm calls and executes them and calculates a scalar "score" based upon the results.
I wonder, though, why you are using libsvm instead of using the Statistics Toolbox SVM routines, either the older svmtrain (now no longer supported) or the newer fitcsvm and predict functions? https://www.mathworks.com/help/stats/support-vector-machines-for-binary-classification.html#bsr5o09

カテゴリ

ヘルプ センター および File ExchangeStatistics and Machine Learning Toolbox についてさらに検索

質問済み:

2019 年 4 月 4 日

回答済み:

2019 年 4 月 4 日

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by