BayesianOptimization is a Python library that helps find the maximum (or minimum) of expensive or unknown objective functions using Bayesian optimization. This technique is especially useful for hyperparameter tuning in machine learning, where evaluating the objective function is costly. The library provides an easy-to-use API for defining bounds and optimizing over parameter spaces using probabilistic models like Gaussian Processes.
Features
- Black-box function optimization
- Easy API for defining parameter bounds
- Uses Gaussian Process regression
- Supports acquisition functions like UCB and EI
- Built-in logging and result tracking
- Ideal for hyperparameter tuning and experiments
Categories
LibrariesLicense
MIT LicenseFollow BayesianOptimization
Other Useful Business Software
Custom VMs From 1 to 96 vCPUs With 99.95% Uptime
Live migration and automatic failover keep workloads online through maintenance. One free e2-micro VM every month.
Rate This Project
Login To Rate This Project
User Reviews
Be the first to post a review of BayesianOptimization!