https://github.com/cnuahs/r-simple-gp
Simple Gaussian process in R.
https://github.com/cnuahs/r-simple-gp
classification classification-model gaussian-processes r regression regression-analysis regression-models
Last synced: 8 months ago
JSON representation
Simple Gaussian process in R.
- Host: GitHub
- URL: https://github.com/cnuahs/r-simple-gp
- Owner: cnuahs
- Created: 2019-05-16T23:15:36.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2019-05-16T23:19:06.000Z (about 7 years ago)
- Last Synced: 2025-01-03T07:48:49.898Z (over 1 year ago)
- Topics: classification, classification-model, gaussian-processes, r, regression, regression-analysis, regression-models
- Language: R
- Homepage:
- Size: 2.93 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# r-simple-gp
A simplistic implementation of a Gaussian process in R. Partly
as a tutorial on Gaussian Processes (e.g. for regression, classification,
or dimensionality reduction), but also as an exercise in using R's R6
classes and R package development.