Description
Could this actually be used to optimize machine learning hyper parameters? Must there be an existing dataset of samples?
It would be cool to try optimizing my keras/tf network with this. I know this is research code so I totally understand if it simply isn’t set up for actual use of that sort.
In particular can it deal with both discrete and continuous parameters for example optimizer and learning rate respectively? I know one can map from continuous to discrete with a categorical encoding but I’m not sure that’s appropriate. I’m here because I was looking at gpyopt which looks like it can do what I need, but I came across the paper and it seemed interesting, especially considering the comparison and claims in the paper.
This isn’t in a topic I’m super familiar with so please forgive the naive questions, and thanks for your consideration.