Commit graph

2618 commits

Author SHA1 Message Date
Max Zwiessele
fd4ad06126 slight adjustment to self.active_dims being a 0:n:1 slice 2014-03-27 13:11:19 +00:00
Max Zwiessele
5d6e612a2a independent output kernel now with single kernel/multiple kernels 2014-03-27 13:10:51 +00:00
Max Zwiessele
d5a8e5dd3a right active dims when adding kernels 2014-03-27 13:08:54 +00:00
James Hensman
34ec8e08bf Merge branch 'params' of github.com:SheffieldML/GPy into params 2014-03-27 10:08:53 +00:00
James Hensman
a74965b038 moved input_sensitivity to the gp class 2014-03-27 10:08:45 +00:00
Max Zwiessele
e26e737014 new slicing done and first attempts at copy and pickling full models 2014-03-27 09:28:44 +00:00
Max Zwiessele
c65a1e3544 merged and updated slicing operations 2014-03-27 09:08:28 +00:00
Max Zwiessele
f8ff2c7df2 kern merge commencing 2014-03-27 08:05:22 +00:00
Zhenwen Dai
bc59cb8b22 [GPU] psi1 after debug 2014-03-26 17:09:01 +00:00
mzwiessele
9cf37ff104 started copy implementation, have to get rid of _getstate_ and _setstate_ 2014-03-26 15:03:06 +00:00
mzwiessele
a126f288d2 slice operations now bound functions, not added after the fact 2014-03-26 14:59:38 +00:00
mzwiessele
ebb919bb8b array list now working with index 2014-03-26 14:59:08 +00:00
Zhenwen Dai
e4d19120cd [GPU] add linalg_gpu ssrbf_gpucomp 2014-03-26 10:54:41 +00:00
Zhenwen Dai
53627ee282 [GPU] GPU kernel 2014-03-26 10:47:33 +00:00
James Hensman
81040f4566 Merge branch 'params' of github.com:SheffieldML/GPy into params 2014-03-25 17:00:00 +00:00
James Hensman
17c2799b1e Full Linear kernel added, inc testing 2014-03-25 16:59:52 +00:00
Zhenwen Dai
b5b17b9715 [GPU] finish infere_likelihood 2014-03-24 18:23:11 +00:00
Zhenwen Dai
88277f6b67 [GPU] inference function part1 2014-03-24 17:17:06 +00:00
Zhenwen Dai
029abe8536 [GPU] in progress 2014-03-24 16:19:30 +00:00
Max Zwiessele
1294c24a28 mrd and bgplvm updates to conform new vardtc 2014-03-24 13:33:16 +00:00
Max Zwiessele
3db095338d objective function seperate from calls for optimizer 2014-03-24 13:32:56 +00:00
Max Zwiessele
6b8e418597 vardtc updates 2014-03-24 13:32:28 +00:00
Max Zwiessele
8d1cae6459 pca module for initialization 2014-03-24 13:32:18 +00:00
Max Zwiessele
f675c6b081 bugfix for 3d and more dimensional _indices 2014-03-24 12:41:39 +00:00
Max Zwiessele
29ff406c08 objective_function now standalone and only internal robust optimization loop 2014-03-24 12:41:10 +00:00
Zhenwen Dai
2b1c1614d9 [GPU] var_dtc_gpu in progress 2014-03-24 12:21:29 +00:00
Max Zwiessele
5c28fd4d5e deleted unused imports 2014-03-24 11:32:41 +00:00
Max Zwiessele
f666d207f2 GPclassification has to default inference method to EP 2014-03-24 11:27:24 +00:00
Max Zwiessele
d27733bf5f Merge branch 'params' of github.com:SheffieldML/GPy into params 2014-03-24 11:22:39 +00:00
Max Zwiessele
401540cbf5 core updates 2014-03-24 11:22:31 +00:00
Max Zwiessele
d305495693 testing 2014-03-24 11:22:02 +00:00
Max Zwiessele
321a75100c finally added pca package again 2014-03-24 11:21:48 +00:00
Alan Saul
9c6abfc270 Whoops! 2014-03-24 10:15:46 +00:00
Alan Saul
cbf58d4920 Fixed bug in product kernel gradients diag wrt to X 2014-03-24 10:13:50 +00:00
Max Zwiessele
ed2aaab4bb variational returns now the right raveled indices 2014-03-24 09:06:48 +00:00
Max Zwiessele
ae81cbce6c Merge branch 'params' of github.com:SheffieldML/GPy into params 2014-03-24 08:52:57 +00:00
Max Zwiessele
a493dd085e Caching functions now take two arguments: self and which, which is the argument which started the update 2014-03-24 08:52:50 +00:00
Zhenwen Dai
8a83845937 merge changes 2014-03-21 22:10:24 +00:00
Zhenwen Dai
cb90272bd5 [GPU] partial implmented minibatch inference 2014-03-21 22:04:25 +00:00
javiergonzalezh
3ee76473c2 BayesOpt added 2014-03-21 18:48:37 +00:00
javiergonzalezh
40186a0f29 BayesOpt added 2014-03-21 18:38:03 +00:00
Max Zwiessele
0b5f6ea7c6 caching now per instance, not at def time 2014-03-21 16:57:49 +00:00
James Hensman
044e714ad4 Merge branch 'params' of github.com:SheffieldML/GPy into params 2014-03-21 15:23:52 +00:00
James Hensman
01271e3868 fixing the logexp (with MZ) and some stability issue in the stationary class 2014-03-21 15:23:49 +00:00
Alan Saul
1c7ed4ab66 Merge branch 'params' of github.com:SheffieldML/GPy into params 2014-03-21 14:22:46 +00:00
Alan Saul
d15c4153f0 Added a couple of tests for model predictions 2014-03-21 14:22:42 +00:00
James Hensman
22dafabca2 correct predictions in Gaussian 2014-03-21 14:15:29 +00:00
James Hensman
3a2e15c508 Merge branch 'params' of github.com:SheffieldML/GPy into params 2014-03-21 13:57:59 +00:00
Max Zwiessele
92bfb3784c ODE_UY gradient checks now kernel unit 2014-03-21 10:55:34 +00:00
Max Zwiessele
bf6cdf5d31 add kernel adding another add kernel 2014-03-21 10:16:49 +00:00