How PSO optimizes C and gamma for SVM?

JBhullar
JBhullar New Altair Community Member
edited November 2024 in Community Q&A
Hello
I want to implement PSO algorithm to optimize parameters C and gamma for SVM in order to improve its accuracy. Can anyone help me with the code of PSO or help me to where to start with?
Tagged:

Answers

  • MartinLiebig
    MartinLiebig
    Altair Employee
    Have you tried one of the optimize operators?

    ~Martin
  • JBhullar
    JBhullar New Altair Community Member
    I will surely try one. Can you give me the link of the paper or the algorithm on which SVM(PSO) node for rapidminer is based? That will help me out in understanding the flow of code.