mirror of
https://github.com/SheffieldML/GPy.git
synced 2026-05-24 14:15:14 +02:00
BGPLVM working
This commit is contained in:
parent
936d08723e
commit
ff1b64022e
2 changed files with 1 additions and 7 deletions
|
|
@ -31,7 +31,7 @@ N, D = Y.shape
|
|||
Y -= Y.mean(axis=0)
|
||||
#Y /= Y.std(axis=0)
|
||||
|
||||
Q = 7
|
||||
Q = 10
|
||||
k = GPy.kern.rbf_ARD(Q) + GPy.kern.white(Q)
|
||||
m = GPy.models.Bayesian_GPLVM(Y, Q, kernel = k, M = 12)
|
||||
m.constrain_positive('(rbf|bias|S|white|noise)')
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue