Skip to content

AIScienceTutorial/intro-to-bayesian-optimization

main
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.

Optimal Experimental Design

Optimal Experimental Design methods help you design experiments as you perform them by recommending which experiments will be the most valuable given previous results. These notebooks introduce the fundamentals and tools used to perform optimizations.

Quickstart

To run this notebook using binder, click this link: Binder

To install on your computer, first clone the repository (see instructions in top left) then follow installation instructions below.

Learning Objectives

The learning objectives for this module are:

  • Explaining the purpose and design of acquistion functions. How can I vary degree of exploration with Upper Confidence Bound?
  • Identifying the best types of algorithms for different problems. What approach should I choose for a high-throughput experiments?
  • Developing experiments to test active learning systems. What do I use as a baseline?

Useful Papers

A few papers to read to gain a better understanding of this field include:

Installation

Our environment is simple and can be installed entirely with Anaconda on most operating systems:

conda env create --file environment.yml --force

Then activate with

conda activate oed

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published