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
Optimizing SVM using Genetic Algorithm
fiddinyusfida
Member Posts: 12 Contributor II
Hi everyone,
I would like to ask about optimizing SVM classifier using Genetic Algorithm. I have a process in rapidminer like the attached XML but I'm not sure whether what I am doing is right or wrong.
Thank you
I would like to ask about optimizing SVM classifier using Genetic Algorithm. I have a process in rapidminer like the attached XML but I'm not sure whether what I am doing is right or wrong.
Thank you
Tagged:
1
Best Answer
-
varunm1 Member Posts: 1,207 UnicornHello @fiddinyusfida
Based on excel, I observe that you are selecting features based on genetic algorithm and train and test them using SVM. If this is correct there is an efficient way to do it that provides stable and less biased result. When you apply feature selection techniques on the whole dataset there might be bias in your learning, so it is better to use feature selection on training data only. If you want to optimize an algorithm, then you need to try different hyperparameters for that algorithm using optimize parameter (evolutionary) operator.
I attached a text file with XML code go through this and inform if you have any questions.
Regards,
Varun
https://www.varunmandalapu.com/Be Safe. Follow precautions and Maintain Social Distancing
6
Answers
Thank you so much