Skip to content

Commit

Permalink
Updating README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
stwerner97 authored Jul 12, 2022
1 parent f3514e7 commit a18b168
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,13 @@ A minimal example of using Bayesian Optimization to tune the learning rate of a

The contents of this repository can be run in [Google Colaboratory](https://colab.research.google.com/github/stwerner97/minimal-bayesopt/blob/main/bayesopt.ipynb) or by cloning the repository.

<p align="center">
<img src="https://user-images.githubusercontent.com/36734964/178485012-20326fd1-47e8-4c3d-bc00-52ccff53ead3.gif" width="85%"/>
</p>


Each plot shows the parameters sampled so far and their objective value (F1 validation score). The cross highlights the best performing parameter. The black line and orange area around it show the posterior mean and uncertainty estimates, respectively. Additionally, we show functions samples from the posterior in grey. Below, the acquisition function landscape (here: expected improvement) is shown.

## Installation
### From Source
The simplest option is to install the dependencies of `minimal-bayesopt` using pip:
Expand Down

0 comments on commit a18b168

Please sign in to comment.