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
Optimize Selection and Optimize Parameter How???
Riyadh_Sabry
Member Posts: 8 Contributor II
Hi ALL
I would like to using Genetic Algorithm (Optimize Selection and Optimize Parameter) on SVM classification in the same time can you please introduce how that?
i make each of them (optimize selection, Optimize Parameter) a lone, but i need to nested them, and also how can used SVM Multi-Kernels?
Regards
I would like to using Genetic Algorithm (Optimize Selection and Optimize Parameter) on SVM classification in the same time can you please introduce how that?
i make each of them (optimize selection, Optimize Parameter) a lone, but i need to nested them, and also how can used SVM Multi-Kernels?
Regards
0
Answers
just place the Optimize Parameters inside the Optimize Selection and the SVM inside the Optimize Parameters operators. Then your process will find that combination of features and parameters which delivers the best performance. Please keep in mind that this kind of optimization can take a long time, depending on the size of you data.
okay i done the nested optimization, but i need also to know how using Multi Kernels of SVM,
Regards