Morikka / Basic-Gaussian-Process-on-Tensorflow

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

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


Languages

Language:Python 56.6%Language:JavaScript 35.0%Language:HTML 8.4%