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({x}_i, {x}_j) = \alpha^2 \mathrm{exp} \left( -\frac{\mid \mid {x}_i - {x}_j \mid \mid^2 }{2{\ell}^2} \right) _{\mathrm{expanded}} + \sigma^2 _{\mathrm{expanded}} I$
See PAPER.
Install
pip install gpder
References
TITLE OF PAPER
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
File details
Details for the file gpder-1.0.0.tar.gz
.
File metadata
- Download URL: gpder-1.0.0.tar.gz
- Upload date:
- Size: 4.6 MB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: python-httpx/0.27.0
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 3508f8cf2aae5c6f8065994bbca72f6645e3bb8399193389ee42021dbdfcff90 |
|
MD5 | 62b9ddfa5f1642138e9a8045e5bddb20 |
|
BLAKE2b-256 | 6ca4d9ddacaec13ef4220e32b28c7e0fe8f8a644b17dba2db039d3c5275baf29 |
File details
Details for the file gpder-1.0.0-py3-none-any.whl
.
File metadata
- Download URL: gpder-1.0.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
Algorithm | Hash digest | |
---|---|---|
SHA256 | 05f1aedafb6f784dd8bd6e01500490b490d1a93334d02bfd69b47e91a01977d8 |
|
MD5 | 38130aeb3803c9dbec74489a2a2d8d52 |
|
BLAKE2b-256 | 96f3a47c442af33f12263acc7b9fc6c72346f6044841de876276e4c589084bfe |