Notice: Please be sure to update your copy of Torch7 prior to work with gpTorch7.
| Directory | Content |
|---|---|
| models | Gaussian Process models |
| kernels | Covariance functions / Noise models |
| means | Mean functions |
| samplers | Sampling methods (e.g. slice sampling) |
| examples | Demos |
You can install gpTorch7 via luarocks provided by the torch distribution.
git clone https://github.com/j-wilson/gpTorch7
cd gpTorch7
luarocks makeAfter installing gp, you can load the package inside Torch via:
require('gp');
th> gpTorch7.
gpTorch7.means. gpTorch7.samplers. gpTorch7.kernels.
gpTorch7.models. gpTorch7.utils.Further documentation coming soon.