Optimize Selection and Optimize Parameter How???


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