Definition
In machine learning and optimization, a surrogate model serves as a proxy for a target function that is difficult to evaluate directly. It is trained on input-output pairs from the original model to predict outcomes quickly and cheaply. Common techniques include Gaussian Processes, Polynomial Chaos Expansion, and neural networks. Surrogate models are essential for hyperparameter tuning, sensitivity analysis, and optimizing systems where each evaluation takes significant time or resources.
Summary
A simplified mathematical model used to approximate the behavior of a more complex, computationally expensive, or inaccessible black-box model.
Key Concepts
- Model Approximation
- Black-Box Optimization
- Computational Efficiency
- Proxy Model
Use Cases
- Hyperparameter optimization
- Engineering design simulation acceleration
- Sensitivity analysis of complex systems
Code Example
| |