Machine Learning Guide

MLG 028 Hyperparameters 2

Feb 4, 2018
Ask episode
AI Snips
Chapters
Transcript
Episode notes
INSIGHT

Grid Search Basics

  • Grid search tries every hyperparameter combination, which is very exhaustive and slow.
  • It works best for simple problems where computation time is low.
INSIGHT

Random Search Overview

  • Random search picks hyperparameter combos randomly, saving time on large problems.
  • It risks missing the optimal combo and might throw repeated or close darts.
ADVICE

When to Use Grid vs Random Search

  • Use grid search for small, computationally inexpensive problems with few hyperparameters.
  • Use random search for larger, more complex problems to save computation time.
Get the Snipd Podcast app to discover more snips from this episode
Get the app