Relative Content

Tag Archive for tensorflowtensorflow-probabilitygaussian-processgpflow

Why linear Kernel in gaussian process regression does not give linear results?

I have a dataset of two inputs and an output. I want to use gpflow and linear kernel to have a straight line for prediction. I have trained the model but the model does not show a straight line. Even considering a small variance for the linear kernel does not result in linear behavior. I am pretty new working with the method, and I am not sure why this happens.