Alaya-in-Matrix / GP

A library for Gaussian process regression

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

README

About

A library for gaussian process regression, I write this library for my Ph.D research of Bayesian optimization

  • ARD Gaussian Kernel
  • Constant mean function
  • MLE to estimate the hyperparameters

Dependencies

TODO

  • VFE approximation
  • Diagonal of covariance function

Usage

The training data should be stored in text files train_x and train_y, the test data should be written in test_x, see data/ for example

To use the first num_train data in the train_x and train_y as training set:

$ gp   num_train
$ fitc num_train num_inducing

About

A library for Gaussian process regression


Languages

Language:C++ 97.3%Language:CMake 2.6%Language:C 0.1%