louisowen6 / hyperparameter_tuning

The Art of Hyperparameter Tuning in Python

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Hyperparameter Tuning in Python

This is the code implmentation of the published Medium Article: The Art of Hyperparameter Tuning in Python.

The article covers all useful hyperparameter tuning methods in one place. You will not only learn the concept of each of the hyperparameter tuning methods but also when you should use each of them. Moreover, the explanation will also be accompanied by the relevant visualization that can help you understand better how each of the methods works.

There are 6 methods that will be discussed in this article:

  1. Grid Search
  2. Random Search
  3. Coarse to Fine Search
  4. Bayesian Search
  5. Genetic Algorithm
  6. Manual Search

About

The Art of Hyperparameter Tuning in Python

License:MIT License


Languages

Language:Jupyter Notebook 100.0%