Why doesn't Auto-Model use Parameter Optimization for Deep Learning models?

pblack476
pblack476 New Altair Community Member
edited November 5 in Community Q&A
I opened up a process generated by automodel (Deep Learning with AFE) as I wanted to use it as a starting point and I saw that in the Auto FE step and the train step it does not use the Optmize Parameters operator for optimization. Why is that? I had a similar model with SVM and it did use that operator on those steps.

How does the Parameter Optimization on DL H20 models happens after all?

Best Answer

Answers

  • varunm1
    varunm1 New Altair Community Member
    edited November 2019
    Hello @pblack476

    My understanding is the complexity of optimizing deep learning model hyperparamters, it also might suffer from long run times. 

    Lets see @IngoRM take on this.