Gaussian Process is Easy to Understand
A guide of Gaussian Process
Gaussian Process (GP) is Easy to Understand In the beginning This is a follow-up blog of "Variantial AntoEncoder", in which I tried to explain VAE in a Neural Network way before relating it to Bayesian machine learning. As we know, VAE is a unsupervised learning method; now, I will try to explain the most important supervised learning method in Bayesian machine learning, called Gaussian Process.
I have tried many many times to understand GP in different ways, through papers, books, videos, and had even written my own GP software in Theano.