/Basic-Gaussian-Process-on-Tensorflow

Basic implementation of Gaussian Process Regression on Tensorflow, with simple visualization.

Primary LanguagePython

Basic Gaussian Process on Tensorflow

This is a simple implementation of (1D) Gaussian Process Regression. Training part was implemented by Tensorflow, and the visualization part was made by D3.


Sample Graph. Black line represents original data, and dots mean inferenced function value. Red area indicates 95% confidence interval.