← 🧠 Machine Learning

🎯 Tuning Lab

Show search path
Trials run: 0 / 0
Best val-loss:
Best params:
FPS:
Drag — rotate · Scroll — zoom

🎯 Hyperparameter Tuning Workflows

A 3D validation-loss landscape over two hyperparameters, searched live by grid search, random search or a simplified Bayesian optimizer — watch each strategy hunt for the minimum under the same trial budget.

🔬 What It Demonstrates

The colored terrain encodes validation loss across a learning-rate/regularization grid: blue basins are good configurations, red ridges are bad ones. Each marker is one training run's result; the gold marker tracks the best trial found so far.

🎮 How to Use

Pick a search strategy, set the trial budget and landscape ruggedness, then watch trials populate the surface. Toggle the search path to see the order trials were evaluated in, and compare how fast each strategy converges.

💡 Did You Know?

Grid search scales exponentially with the number of tuned hyperparameters, which is why most production ML pipelines default to random search or Bayesian/sequential model-based optimization once past two or three dimensions.