Commit graph

536 commits

Author SHA1 Message Date
Max Zwiessele
d02f212612 independent output kernel gradients x 2014-03-14 12:32:47 +00:00
Max Zwiessele
5f229aae2e active dim indices and slices 2014-03-14 11:31:41 +00:00
Max Zwiessele
26e6b29071 static active dims 2014-03-14 11:20:39 +00:00
Max Zwiessele
2b9d3b326c merge for new kernel slice handling 2014-03-14 10:56:51 +00:00
Max Zwiessele
600b1bde3c kernel slices allowed 2014-03-14 10:55:16 +00:00
Max Zwiessele
efcce6d0af active_dims as extra parameter for kernels, it tells which input dimensions to work on 2014-03-14 09:18:08 +00:00
James Hensman
433b213165 independent output gradients 2014-03-13 17:02:29 +00:00
James Hensman
328e0124c7 Merge branch 'params' of github.com:SheffieldML/GPy into params 2014-03-13 16:03:57 +00:00
Neil Lawrence
9562477562 Merge branch 'params' of https://github.com/SheffieldML/GPy into params 2014-03-13 15:59:34 +00:00
Max Zwiessele
1f9509d979 testing a bit cleaned periodic is turned off, bc it need different tests, discontinuous still needed 2014-03-13 13:13:15 +00:00
Max Zwiessele
f77233acf9 fixed mlp kern 2014-03-13 12:30:07 +00:00
Max Zwiessele
1102387a76 periodic kernel gradients and parameterized updates 2014-03-13 12:27:59 +00:00
Max Zwiessele
e9c96632ba product kernel and combination kernel updates 2014-03-13 11:01:48 +00:00
James Hensman
4d00b9db03 import not relative in tests 2014-03-13 10:23:07 +00:00
James Hensman
b87e25d031 ind ops 2014-03-13 09:57:59 +00:00
Max Zwiessele
5fb0acbdb4 Independent outputs kernel 2014-03-13 09:38:12 +00:00
Max Zwiessele
6530af3e46 gp merge, grad dict is property of self + Y_metadata being passed through 2014-03-13 09:10:57 +00:00
Max Zwiessele
ecccf0cbbf add kernel has its own gradients update 2014-03-13 09:09:13 +00:00
Max Zwiessele
eb8b2c8b47 combination slices full now, independent output kernel 2014-03-13 09:07:27 +00:00
James Hensman
d59a8576e1 bugfixing 2014-03-13 08:02:25 +00:00
Ricardo
c7ec34e4d9 missing bracket 2014-03-12 20:16:17 +00:00
Ricardo
5d6b26f3f5 fixing coreg kernel 2014-03-12 19:22:50 +00:00
Max Zwiessele
58523eaa3a old way of tensor product 2014-03-12 13:23:01 +00:00
Max Zwiessele
abc7545e09 kernel slicer 2014-03-12 13:00:02 +00:00
Max Zwiessele
603b70bb6e Merge branch 'params' of github.com:SheffieldML/GPy into input_dims 2014-03-12 12:07:15 +00:00
Max Zwiessele
54239555a1 psi_stat slices for kernels 2014-03-12 12:03:37 +00:00
Neil Lawrence
86f92869a1 Merge branch 'params' of https://github.com/SheffieldML/GPy into params 2014-03-12 10:32:59 +00:00
Max Zwiessele
01f5d789c5 automatic slicing 2014-03-11 16:24:09 +00:00
Max Zwiessele
2d8246d33f Combination Kernel for add and prod 2014-03-11 10:24:15 +00:00
Max Zwiessele
7e9078b0f9 merged params here 2014-03-10 16:01:32 +00:00
Max Zwiessele
dab35dcbb0 merged params here 2014-03-10 16:00:35 +00:00
James Hensman
73cb20afb0 bugfix 2014-03-10 11:19:57 +00:00
James Hensman
603733c6f7 added update_gradints_diag to the add and base kernels 2014-03-10 11:14:19 +00:00
Max Zwiessele
21c4d41ac3 Merge branch 'params' of github.com:SheffieldML/GPy into params 2014-03-10 08:56:17 +00:00
Max Zwiessele
546d5dfff3 all parameters in memory 2014-03-10 08:21:13 +00:00
Neil Lawrence
3cca3c2463 Merge branch 'params' of https://github.com/SheffieldML/GPy into params 2014-03-07 17:38:05 +00:00
Neil Lawrence
fab136392a Part written addition to datasets for loading in google trends. 2014-03-07 17:26:27 +00:00
Max Zwiessele
db5fd17609 slicing support for kernel input dimension 2014-03-07 16:59:41 +00:00
Zhenwen Dai
a7b1f30c46 [SSGPLVM] support linear kernel with ARD off 2014-03-06 10:24:19 +00:00
Zhenwen Dai
21ba9663b6 Merge branch 'params' of github.com:SheffieldML/GPy into params 2014-03-05 18:45:24 +00:00
Zhenwen Dai
99d6b8220c [SSGPLVM] implemented linear kernel 2014-03-05 18:45:14 +00:00
Alan Saul
2f5d5dd3bf Made sampling default for non-gaussian likelihoods as a quick fix to allow plotting again for likelihoods without predictive values 2014-03-05 14:16:53 +00:00
Ricardo
19c87c9f77 name added as a parameter of Prod 2014-03-05 12:52:56 +00:00
Ricardo
8e22373a00 some missing .Ks 2014-03-05 11:32:54 +00:00
Max Zwiessele
0df263956f Dont call parameters_changed ever yourself anymore and parameters are now inplace once in memory 2014-03-04 17:32:46 +00:00
Zhenwen Dai
b9dcb7f640 switch input_sensitivity function to model 2014-03-04 14:25:11 +00:00
Zhenwen Dai
0f37cc721b [SSGPLVM] numerical stability 2014-03-04 12:06:41 +00:00
Zhenwen Dai
0f6004034e [SSGPLVM] support non-ARD rbf 2014-03-03 17:56:47 +00:00
Neil Lawrence
8b2ba52a8f Minor changes to sympy kernel (removing un-needed comments). 2014-03-03 17:06:28 +00:00
Neil Lawrence
d2c4c10573 Merge branch 'params' of https://github.com/SheffieldML/GPy into params 2014-03-03 17:05:20 +00:00