paper-with-me

Papers

GPflowOpt: A Bayesian Optimization Library using TensorFlow

2017-11-10 · Nicolas Knudde, Joachim van der Herten, Tom Dhaene, Ivo Couckuyt

A novel Python framework for Bayesian optimization known as GPflowOpt is introduced. The package is based on the popular GPflow library for Gaussian processes, leveraging the benefits of TensorFlow including automatic differentiation, parallelization and GPU computations for Bayesian optimization. Design goals focus on a framework that is easy to extend with custom acquisition functions and models. The framework is thoroughly tested and well documented, and provides scalability. The current released version of GPflowOpt includes some standard single-objective acquisition functions, the state-of-the-art max-value entropy search, as well as a Bayesian multi-objective approach. Finally, it permits easy use of custom modeling strategies implemented in GPflow.

📄 PDF Abstract BibTeX arXiv:1711.03845

Code (1)

GPflow/GPflowOpt tf

Tasks

Bayesian OptimisationBayesian OptimizationGaussian ProcessesGPU

Similar Papers 제목 키워드 기반

TensorFlow RiemOpt: a library for optimization on Riemannian manifolds

2021-05-27 · Oleg Smirnov

The adoption of neural networks and deep learning in non-Euclidean domains has been hindered until recently by the lack of scalable and efficient learning frameworks. Existing toolboxes in this space were mainly motivate…

BIG-bench Machine Learning

Trieste: Efficiently Exploring The Depths of Black-box Functions with TensorFlow

2023-02-16 · Victor Picheny, Joel Berkeley, Henry B. Moss, Hrvoje Stojic 외

We present Trieste, an open-source Python package for Bayesian optimization and active learning benefiting from the scalability and efficiency of TensorFlow. Our library enables the plug-and-play of popular TensorFlow-ba…

Active LearningBayesian OptimizationDecision MakingGaussian Processes+1

ZhuSuan: A Library for Bayesian Deep Learning

2017-09-18 · Jiaxin Shi, Jianfei Chen, Jun Zhu, Shengyang Sun 외

In this paper we introduce ZhuSuan, a python probabilistic programming library for Bayesian deep learning, which conjoins the complimentary advantages of Bayesian methods and deep learning. ZhuSuan is built upon Tensorfl…

Bayesian InferenceDeep LearningProbabilistic Programmingregression

TensorFlow.js: Machine Learning for the Web and Beyond

2019-01-16 · Daniel Smilkov, Nikhil Thorat, Yannick Assogba, Ann Yuan 외

TensorFlow.js is a library for building and executing machine learning algorithms in JavaScript. TensorFlow.js models run in a web browser and in the Node.js environment. The library is part of the TensorFlow ecosystem, …

BIG-bench Machine Learning

AutoGraph: Imperative-style Coding with Graph-based Performance

2018-10-16 · Dan Moldovan, James M Decker, Fei Wang, Andrew A Johnson 외

There is a perceived trade-off between machine learning code that is easy to write, and machine learning code that is scalable or fast to execute. In machine learning, imperative style libraries like Autograd and PyTorch…

BIG-bench Machine Learning