About prediction of deepGP #2160
Unanswered
WeichenWangbit
asked this question in
Q&A
Replies: 1 comment
-
The deep GP implementation uses a standard inducing point approximation, which produces predictions in O(M^3) time (where M is the number of inducing points). The prediction time does not depend on N. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello, according to the reference article, it seems that the amount of marginal likelihood calculation in the prediction will be affected by the number of initial data sets, is it so? However, in the program, it seems that the prediction time does not increase significantly when the dataset is enlarged. How should this be understood?
Beta Was this translation helpful? Give feedback.
All reactions