Skip to main content

Bayesian Experimental Design for Minimizing the Uncertainty of Gaussian Processes

Project description

GPder

This package offers an implementation of the Gaussian Process (GP) Regression algorithm with and without derivative information.

Description

The following kernels can be used:

  • RegularKernel: Kernel for regular GP regression

    $k(x_i, x_j) = \alpha^2 \mathrm{exp} \left( -\frac{\mid \mid x_i - x_j \mid \mid^2 }{2 \ell^2} \right) + \sigma^2 I$

  • DerivativeKernel: Kernel for GP regression with derivative observations. Has the same form as the regular kernel but the covariance term is expanded to include derivative observations. The added noise is also expanded with the derivative noise parameter $\sigma^2_{\nabla}$.

    $k(\bm{x}_i, \bm{x}_j) = \alpha^2 \mathrm{exp} \left( -\frac{\mid \mid \bm{x}_i - \bm{x}_j \mid \mid^2 }{2\bm{\ell}^2} \right) _{\mathrm{expanded}} + \sigma^2 _{\mathrm{expanded}} I$

See PAPER.

Install

pip install gpder

References

TITLE OF PAPER

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

gpder-0.1.0.tar.gz (17.9 kB view details)

Uploaded Source

Built Distribution

gpder-0.1.0-py3-none-any.whl (19.6 kB view details)

Uploaded Python 3

File details

Details for the file gpder-0.1.0.tar.gz.

File metadata

  • Download URL: gpder-0.1.0.tar.gz
  • Upload date:
  • Size: 17.9 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: python-httpx/0.27.0

File hashes

Hashes for gpder-0.1.0.tar.gz
Algorithm Hash digest
SHA256 a89cb4193f42a40b1f7e1a857870b90d06285d74666dbf24e1a0f8411b9631d8
MD5 5f224002d5799275f430c491a8ed5647
BLAKE2b-256 37b0c4d40db6526b269a54b51e8571e2d9bc6beeeb494301cfbdbcabfcc4a96a

See more details on using hashes here.

File details

Details for the file gpder-0.1.0-py3-none-any.whl.

File metadata

  • Download URL: gpder-0.1.0-py3-none-any.whl
  • Upload date:
  • Size: 19.6 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: python-httpx/0.27.0

File hashes

Hashes for gpder-0.1.0-py3-none-any.whl
Algorithm Hash digest
SHA256 32ada78914b199424603c681bd9e96c50170041d50eddcdf227e5aee23306af8
MD5 37e24854efec1474b0ed3119955684bf
BLAKE2b-256 67e168dbe776e1233f51da4ae353fd13b9403355e1d17ef167b8b946596843a2

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page