COMLDec 21, 2018

GaussianProcesses.jl: A Nonparametric Bayes package for the Julia Language

arXiv:1812.09064v231 citationsHas Code
Originality Synthesis-oriented
AI Analysis

This package addresses the need for efficient Gaussian process software in Julia, offering incremental improvements by utilizing language-specific optimizations for users in scientific and industrial applications.

The authors introduced GaussianProcesses.jl, a package for Gaussian process modeling in Julia, leveraging Julia's computational features to provide a fast, flexible, and user-friendly tool with support for various mean/kernel functions, inference tools, and scalable approximations.

Gaussian processes are a class of flexible nonparametric Bayesian tools that are widely used across the sciences, and in industry, to model complex data sources. Key to applying Gaussian process models is the availability of well-developed open source software, which is available in many programming languages. In this paper, we present a tutorial of the GaussianProcesses.jl package that has been developed for the Julia programming language. GaussianProcesses.jl utilises the inherent computational benefits of the Julia language, including multiple dispatch and just-in-time compilation, to produce a fast, flexible and user-friendly Gaussian processes package. The package provides many mean and kernel functions with supporting inference tools to fit exact Gaussian process models, as well as a range of alternative likelihood functions to handle non-Gaussian data (e.g. binary classification models) and sparse approximations for scalable Gaussian processes. The package makes efficient use of existing Julia packages to provide users with a range of optimization and plotting tools.

Code Implementations3 repos
Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes