Commit graph

75 commits

Author SHA1 Message Date
Nicolò Fusi
baa06181e8 psi statistics working for linear ARD kernel 2013-02-07 10:01:05 +00:00
Nicolo Fusi
2e948d888a precomputations for linear psi statistics 2013-02-06 17:58:42 +00:00
Nicolo Fusi
7d8e2183a2 psi statistics for the linear kernel 2013-02-06 17:51:54 +00:00
Nicolo Fusi
ce5b9ee81a convenience change in linear.py 2013-01-31 11:15:38 +00:00
Nicolo Fusi
9c88687634 doc style change 2013-01-31 10:57:43 +00:00
Nicolo Fusi
0224e700f4 first broken port of the psi stats to the linear kernel 2013-01-31 09:54:27 +00:00
Nicolo Fusi
8a5f075ef0 RBF (both ARD and non-ARD) kernels working nicely with psi statistics 2013-01-30 16:27:45 +00:00
Nicolo Fusi
2493e2d336 integrated sparse GP regression and BGPLVM classes 2013-01-30 15:51:36 +00:00
Nicolo Fusi
8a3e10700d massive merge of the debug branch 2013-01-30 15:30:54 +00:00
Nicolo Fusi
ce3e2e41f4 trying to get psi2 cross terms to work 2013-01-30 15:14:54 +00:00
Nicolo Fusi
ece4e2442c working on cross terms 2013-01-30 11:18:22 +00:00
Nicolo Fusi
6959a905dc broken commit, working on cross terms for psi statistics 2013-01-29 17:23:51 +00:00
Nicolo Fusi
10c774e84e new shape for psi2 2013-01-29 16:10:12 +00:00
Nicolo Fusi
936d08723e BGPLVM working with rbf+white 2013-01-29 14:02:41 +00:00
Nicolas
2f68f6de86 linear kernel now has an ARD flag 2013-01-28 16:21:32 +00:00
Nicolo Fusi
8b6e244cf1 decent gradients for most parameters 2013-01-28 15:55:40 +00:00
Nicolas
b66eab22fb few bugs fixed in periodic kernels 2013-01-21 18:03:24 +00:00
Nicolas
8d98e09b9e added some more files for periodic kernels 2013-01-21 13:31:27 +00:00
Nicolas
20cc336a7a added periodic kernels 2013-01-21 13:29:25 +00:00
Nicolas
b2237b93e6 Merge branch 'master' of github.com:SheffieldML/GPy 2013-01-18 18:15:52 +00:00
Nicolas
e8383c2d71 restored examples folder 2013-01-18 18:15:36 +00:00
Alan Saul
16995f7690 Merge branch 'master' of github.com:SheffieldML/GPy 2013-01-18 18:10:12 +00:00
Nicolas
fddbaeac77 delete unnecessary rbf_ARD.py 2013-01-18 17:55:39 +00:00
Alan Saul
6d1b93faf3 Merge branch 'master' of github.com:SheffieldML/GPy 2013-01-18 17:44:31 +00:00
Alan Saul
3cac7c5094 Updated index.rst 2013-01-18 17:44:25 +00:00
Nicolas
a76c53e699 bug fixed in example (in regression.py) 2013-01-18 17:43:32 +00:00
Nicolas
fd585d46b5 Merge branch 'master' of github.com:SheffieldML/GPy 2013-01-18 16:14:28 +00:00
Nicolas
ffd05027cb More tests in unit_tests 2013-01-18 16:14:13 +00:00
Alan Saul
49530b07ee Adding fake kernel to test docs 2013-01-18 16:06:42 +00:00
Nicolas
69743be33e last ARD flag changes to kernels 2013-01-18 16:03:20 +00:00
Nicolas
0c30048e57 More ARD flags in exponential and Matern32 2013-01-18 15:34:06 +00:00
Nicolas
11d088cf90 added ARD flag to exponential 2013-01-18 15:14:23 +00:00
Nicolas
eb86182f7d solved conflicts for rbf kernel 2013-01-18 14:23:57 +00:00
Nicolas
68d7e23648 rbf kernel now has an ARD flag 2013-01-18 13:58:41 +00:00
Neil Lawrence
3c700dfa50 Changed get_param and set_param to _get_params and _set_params 2013-01-18 12:31:37 +00:00
James Hensman
688d6ac7a5 fixed up dK_dX in the exponential and Matern kerns 2013-01-16 11:25:54 +00:00
James Hensman
a6300fab10 fixed up dK_dX in the exponential and Matern kerns 2013-01-16 11:21:06 +00:00
James Hensman
3070f0b6c5 removed some redundant looping in kern.py 2012-12-21 11:43:15 +00:00
James Hensman
2999c6d2d6 forced simplification of sympy expressions before converting to c++ 2012-12-21 11:41:42 +00:00
James Hensman
e0384902ff added an ARD option to the sympy RBF kern 2012-12-21 11:40:22 +00:00
James Hensman
e29dc1c9dd added a constructor for a generic sympy kernel 2012-12-18 15:45:52 +00:00
James Hensman
7f8310216c made sympykern truly work in place 2012-12-17 11:47:54 +00:00
James Hensman
aa4e1cc9c1 removed dL_dZ from sympykern
(it's not needed, we can always use dK_dX)
2012-12-17 11:45:25 +00:00
James Hensman
7ae0c163c1 added Alan's bugfix to this version of GPy:
sympykern is now forced to recompile if the function changes.

Also re-enabled openmp loops, since I only diabled them for bugfinding
2012-12-17 11:04:42 +00:00
James Hensman
539b80e515 tidied upt he kwargs in sympykern 2012-12-17 10:01:47 +00:00
James Hensman
87f4027377 Merge branch 'sympykern' 2012-12-17 09:51:23 +00:00
James Hensman
9af637e214 changes the naming of kern components
Kern components now only get a number if their name is duplicated
2012-12-06 11:28:04 -08:00
James Hensman
c72d1b1a5b changed the behaviour of pdinv: now returns L and Li as well as the inverse 2012-12-06 09:51:13 -08:00
Nicolo Fusi
f2d6a8a171 fixed bug in rbf_ARD kernel (dK_dX) 2012-12-06 12:38:15 +00:00
Neil Lawrence
60fd1c55dc Merge changes for model.py and optimization.py on comments. 2012-12-05 19:22:36 -08:00