Giter Site home page Giter Site logo

temesgen-21 / metabo Goto Github PK

View Code? Open in Web Editor NEW

This project forked from boschresearch/metabo

0.0 0.0 0.0 10.15 MB

Meta-Learning Acquisition Functions for Transfer Learning in Bayesian Optimization

Home Page: https://openreview.net/forum?id=ryeYpJSKwr

License: GNU Affero General Public License v3.0

Python 100.00%

metabo's Introduction

MetaBO - Meta-Learning Acquisition Functions for Transfer Learning in Bayesian Optimization

This is the source code accompanying the paper Meta-Learning Acquisition Functions for Transfer Learning in Bayesian Optimization by Volpp et al., ICLR 2020. The paper can be found here. The code allows to reproduce the results from the paper and to train neural acquisition functions on new problems.

Purpose of the project

This software is a research prototype, solely developed for and published as part of the publication cited above. It will neither be maintained nor monitored in any way.

Installation

Clone this repository and run

conda env create -f environment.yml
conda activate metabo

to create and activate a new conda environment named "metabo" with all python packages required to run the experiments.

Run the code

We provide:

  • Scripts to reproduce the results presented in the paper. These scripts are named evaluate_metabo_<experiment_name>.py. They load pre-trained network weights stored in /metabo/iclr2020/<experiment_name> to reproduce the results without the need of re-training neural acquisition functions. To run these scripts, execute
python evaluate_metabo_<experiment_name>.py
  • Scripts to re-train the aforementioned neural acquisition functions. These scripts are named train_metabo_<experiment_name>.py. To run these scripts, execute
python train_metabo_<experiment_name>.py

License

"Meta-Learning Acquisition Functions for Transfer Learning in Bayesian Optimization" is open-sourced under the APGL-3.0 license. See the LICENSE file for details.

metabo's People

Contributors

michaelvolpp avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.