Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Automating hyper-parameter tuning #12

Closed
sophia-wright-blue opened this issue May 27, 2018 · 2 comments
Closed

Automating hyper-parameter tuning #12

sophia-wright-blue opened this issue May 27, 2018 · 2 comments

Comments

@sophia-wright-blue
Copy link

Hello,

I'm learning a lot from the book, and am beginning to write my own code now. I have a question about a statement in the section "Hyperparameter Optimization Algorithms" - in the box titled "CAN’T HYPERPARAMETER OPTIMIZATION BE AUTOMATED?" you mention that

"In recent years, there has been a surge of work focused on improving the algorithmic foundations of model tuning. Gaussian processes, evolutionary algorithms, and reinforcement learning have all been used to learn model hyperparameters and architectures with very limited human input"

Could you point me to some papers/references that use Gaussian processes or evolutionary algorithms to automate the tuning process?

Thank you,

@rbharath
Copy link
Collaborator

It's tricky to run Gaussian process optimization, but can add a lot of value if done right. I'd recommend checking out Spearmint to get started:

https://github.com/HIPS/Spearmint

I'm not familiar with a good evolutionary algorithm library though.

@sophia-wright-blue
Copy link
Author

Thank you for your reply. I'll check out Spearmint. I'm familiar with Differential Evolution for parameter estimation, so I'm planning to use DE on my first attempt. Please let me know if you do come across any recent references that compare the GP and DE methods. Thank you again.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants