The Altair Community is migrating to a new platform to provide a better experience for you. In preparation for the migration, the Altair Community is on read-only mode from October 28 - November 6, 2024. Technical support via cases will continue to work as is. For any urgent requests from Students/Faculty members, please submit the form linked here

what kind of PSO optimization in Support Vector Machine (PSO)

waabdullahwaabdullah Member Posts: 1 Learner I
edited March 2019 in Help

I’d like to know what kind of PSO optimization in Support Vector Machine (PSO). Is it PSO used to solve the dual optimization problem of an SVM or to optimize SVM parameters: C and kernel parameters. Is there any paper reference that RapidMiner developers are based on it to develop Support Vector Machine (PSO)

Tagged:

Answers

  • IngoRMIngoRM Employee-RapidMiner, RapidMiner Certified Analyst, RapidMiner Certified Expert, Community Manager, RMResearcher, Member, University Professor Posts: 1,751 RM Founder
    Hi,
    You could check out this PhD thesis here:
    But to be honest, I would NOT recommend to use PSO for solving the SVM optimization problem.  For the single-objective case, PSO is simply inferior to the standard Newton approach.  And for multi-objective cases, evolutionary algorithms are the better approach (although I would still not recommend those for SVM either).
    Best,
    Ingo
Sign In or Register to comment.