|
|
|
|
|
by nl
3018 days ago
|
|
The idea of AutoML (in this case[1]) is to improve the NN architecture for a given type of problem. In "normal" machine learning this is basically hyperparmater optimization for a given dataset (eg, the depth of a random forest, XGB parameters, the best random seed/jk ) In this case is tests different combinations of operators on a known dataset to see what performs the best. So it is optimizing the prediction network (Also this isn't DeepRL, it's a deep neural network. I think that was a typo) [1] https://research.googleblog.com/2017/05/using-machine-learni... |
|
Also it seems different from more traditional hyperparameter optimization because it makes novel cells. So the structure of the network isn't limited to our existing library of layers/cells.
https://arxiv.org/abs/1611.01578 https://youtu.be/HcStlHGpjN8?t=2073