Optimize Selection and Optimize Parameter How???

Riyadh_Sabry
Riyadh_Sabry New Altair Community Member
edited November 5 in Community Q&A
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
Tagged:

Answers

  • MariusHelf
    MariusHelf New Altair Community Member
    Hi,

    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.
  • Riyadh_Sabry
    Riyadh_Sabry New Altair Community Member
    thanks for your reply

    okay i done the nested optimization, but i need also to know how using Multi Kernels of SVM,

    Regards