← 🧠 Machine Learning

📊 Entropy Search Lab

Trials run: 0
Best validation score:
Mean entropy H̄:
Next-query gain:
FPS:
Click the surface — evaluate a hyperparameter config · Drag — rotate · Scroll — zoom

📊 Information Theory in Hyperparameter Optimization

A purple-toned 3D entropy surface over a two-dimensional hyperparameter search space (learning rate × regularization), where height and color show how uncertain and information-rich each untested configuration is to an information-theoretic Bayesian optimizer.

🔬 What It Demonstrates

Each click evaluates a hidden validation-accuracy landscape at a hyperparameter pair and updates a kernel-smoothed surrogate's predictive entropy H(x) everywhere. Switching to the information-gain field shows the entropy-search-style acquisition score that trades exploration against exploitation.

🎮 How to Use

Click anywhere on the surface to run a trial there. Adjust the kernel lengthscale and observation noise to see how fast uncertainty collapses, toggle between entropy and information-gain coloring, and use "Suggest next trial" to auto-pick the highest-information point.

💡 Did You Know?

Entropy Search and Max-value Entropy Search choose hyperparameter trials by maximizing expected reduction in the entropy of the optimizer's belief about where the true optimum lies — often beating plain expected-improvement search in trial efficiency.