Improving the performance of gpytorch for the regression analysis #2168
Replies: 2 comments 1 reply
-
My suggestion would be to start with a simpler model (i.e. a non-deep GP) and see if this solves the errors. It's hard to pinpoint anything wrong that's in particular, but the model you have is a bit complicated. |
Beta Was this translation helpful? Give feedback.
-
Actually, if you might noticed that I only use one layer. I didn't use many layers. I am wondering about another type of variational distributions such as |
Beta Was this translation helpful? Give feedback.
-
Hi,
I should thank you first for this great library. My post is more asking help to achieve better results in my code. I used
gpytorch
for regression analysis or to be more accurate, I am trying to see whether I can use it to predict transition function for the robotic tasks in different thegym
environments. The following code is my attempt to build this model. I used my model for the inverted pendulumHere are the predictions versus true data. As you may notice at the end of some dimensions, the limits of the prediction is not exactly equal to the true data. They look like a sinusoidal shape tbh. I am wondering whether there is another covariance functions or mean, or even other small tweaks in the bits and pieces of the model which can help improve these results? Thanks in advance.
P.S. Is it possible to add some of the recurrent gaussian process algorithms to this library?
Beta Was this translation helpful? Give feedback.
All reactions