Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
DataScienceUWL
GitHub Repository: DataScienceUWL/DS775
Path: blob/main/Lessons/Lesson 08 - Hyperparameter Optimization (Project)/Overview_08.ipynb
871 views
Kernel: Python 3 (system-wide)

Overview for Lesson 8

This lesson is really a project which you can think of as a more involved homework problem that gives you the opportunity to dive a little deeper. The presentation for this week is a short notebook without videos.

Topics

  • Optimization of hyperparameters for machine learning

Learning Outcomes

The student will be able to:

  • apply grid search, random search, Bayesian Optimization, and genetic algorithms to the tuning of hyperparameters for machine learning predictive models.

Student "To Do" Checklist

  • Complete the homework notebook in CoCalc and transfer your answers to the Canvas Quiz by the due date which is shown both in Canvas and CoCalc.

Use Piazza to ask questions when you have them and be sure to check Piazza regularly so you don't miss out on any good Q & A or other discussions.

There is no assigned reading this week, but googling "hyperparameter optimization" will reveal tons of tools. It's not important that you've had a machine learning course already since one can think of this problem as a black box optimization problem.