paper-with-me

Papers

GPflow: A Gaussian process library using TensorFlow

2016-10-27 · Alexander G. de G. Matthews, Mark van der Wilk, Tom Nickson, Keisuke Fujii, Alexis Boukouvalas, Pablo León-Villagrá, Zoubin Ghahramani, James Hensman

GPflow is a Gaussian process library that uses TensorFlow for its core computations and Python for its front end. The distinguishing features of GPflow are that it uses variational inference as the primary approximation method, provides concise code through the use of automatic differentiation, has been engineered with a particular emphasis on software testing and is able to exploit GPU hardware.

📄 PDF Abstract BibTeX arXiv:1610.08733

Code (1)

GPflow/GPflow tf

Tasks

Gaussian ProcessesGPUsoftware testingVariational Inference

Methods 이 논문이 사용한 방법론

Gaussian Process Gaussian Processes are non-parametric models for approximating functions. They rely upon a measure of similarity between points (the kernel function) to predict the value for…

Similar 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 di…

Bayesian OptimisationBayesian OptimizationGaussian ProcessesGPU

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

GPRat: Gaussian Process Regression with Asynchronous Tasks

2025-04-30 · Maksim Helmann, Alexander Strack, Dirk Pflüger

Python is the de-facto language for software development in artificial intelligence (AI). Commonly used libraries, such as PyTorch and TensorFlow, rely on parallelization built into their BLAS backends to achieve speedup…

C++ codeCPUregression

Gaussian Process Molecule Property Prediction with FlowMO

2020-10-02 · Henry B. Moss, Ryan-Rhys Griffiths

We present FlowMO: an open-source Python library for molecular property prediction with Gaussian Processes. Built upon GPflow and RDKit, FlowMO enables the user to make predictions with well-calibrated uncertainty estima…

Active LearningGaussian ProcessesMolecular Property PredictionPrediction+1

GPflux: A Library for Deep Gaussian Processes

2021-04-12 · Vincent Dutordoir, Hugh Salimbeni, Eric Hambro, John McLeod 외

We introduce GPflux, a Python library for Bayesian deep learning with a strong emphasis on deep Gaussian processes (DGPs). Implementing DGPs is a challenging endeavour due to the various mathematical subtleties that aris…

Deep LearningGaussian Processes