Commit graph

40 commits

Author SHA1 Message Date
Max Zwiessele
1d37b31bea only compare Z cache once 2013-09-03 10:05:42 +01:00
Neil Lawrence
bd4c7f34ea Added gibbs.py, although test is still failing. 2013-09-02 13:34:48 +01:00
Neil Lawrence
128ebbabc5 Added mlp mapping (with possibility of having multiple layers). 2013-08-29 19:26:00 +02:00
Neil Lawrence
84b7156d23 Implemented MLP gradients with respect to X. 2013-08-28 01:19:43 +02:00
Neil Lawrence
b127c96bf2 Polynomial kernel gradients wrt X working. 2013-08-28 00:20:12 +02:00
Neil Lawrence
a61feb17a5 Changed default values of W and kappa for coregionalisation kernel. Changed names of keyword arguments from Nout and R to output_dim and rank. 2013-08-27 10:53:32 +02:00
Neil Lawrence
b83d99cb3c Merge branch 'devel' of https://github.com/SheffieldML/GPy into devel 2013-08-22 14:04:12 +02:00
Neil Lawrence
7cd119d2b0 Added missing poly.py file. 2013-08-22 14:03:35 +02:00
James Hensman
e52dad80f3 Merge branch 'devel' of github.com:SheffieldML/GPy into devel 2013-08-21 09:53:55 +01:00
James Hensman
65c0c72361 fixed target slicing bug in prod kernel 2013-08-21 09:53:49 +01:00
Neil Lawrence
0380f52702 Minor fixes to classification to allow kernel choice, change of oil example to use full test set and full training set. 2013-08-19 07:37:09 +02:00
Neil Lawrence
4082f6c02e Added robot_wireless data set and examples. 2013-08-18 23:46:02 +02:00
Neil Lawrence
c45a80499c Added ability to load in cmu motion capture data bases in the new data base loading format. 2013-08-18 08:18:27 +02:00
Neil Lawrence
3f6c01898d Added first draft of polynomial kernel. 2013-08-17 09:07:09 +02:00
Neil Lawrence
a570198029 Added automatic computation of dKdiag_dtheta in kernpart.py using dK_dtheta. 2013-08-17 07:13:51 +01:00
Neil Lawrence
bba3dc5458 Added mlp covariance (x gradient not working) 2013-08-16 21:24:30 +01:00
Neil Lawrence
7aac769d37 Modifications to transformations ... not sure which tests to run to make sure I haven't messed things up. New code avoids exponentiating values greater than -log(eps) or less than log(eps). Also changed negative code to call the positive code (I think they should inherit the positive code ... but maybe not. 2013-08-16 18:28:16 +01:00
Max Zwiessele
b54f614a2c linear kernel old implementation 2013-08-02 16:39:53 +01:00
Max Zwiessele
f690da943a changed psi0 of white to be zero 2013-08-02 16:37:50 +01:00
Max Zwiessele
e3af917b1b Merge of rbf_inv failed, corrected with AD 2013-07-24 15:30:30 +01:00
James Hensman
6e12e7b23c Merge branch 'devel' of github.com:SheffieldML/GPy into devel 2013-07-19 10:28:10 +01:00
James Hensman
d36ba011ef changes to psi2 in linear 2013-07-19 10:27:58 +01:00
Max Zwiessele
0eac358f46 rbf kern chaching bug fixed 2013-07-18 16:42:17 +01:00
Max Zwiessele
cdf7735176 merge rbf_inv changes 2013-07-18 15:53:50 +01:00
Max Zwiessele
9b161b7440 caching bugfix for psi2 computations 2013-07-18 15:39:58 +01:00
James Hensman
8131a065cb small changes to rbf and rbf_inv 2013-07-18 15:36:04 +01:00
Andreas
14b8fd0c7d Rewritten most parts wrt inv_lengthscale (still missing dK_dtheta and dPsi2_dtheta can be written better) 2013-07-17 22:07:14 +01:00
Nicolo Fusi
9e6a98e485 Merge branch 'devel' of github.com:SheffieldML/GPy into devel 2013-07-16 17:08:53 +01:00
Nicolo Fusi
d46b07b18d (much) faster comparison between arrays. Useful for kernel caching 2013-07-16 17:08:40 +01:00
Andreas
1c9227fd14 Rbf inv now working 2013-07-16 16:22:44 +01:00
Andreas
2af17be146 Added rbf_inv.py 2013-07-15 20:13:29 +01:00
Andreas
ea4599f1d0 Added rbf_inv.py kernel which is parametrised with the variances 2013-07-15 20:12:54 +01:00
James Hensman
3ad48534c8 changes to the hierarchical kernpart.
Looks to work now.
2013-07-08 15:29:37 +01:00
Nicolo Fusi
f19a26a006 added constructor for hierarchical kernel 2013-07-08 14:50:13 +01:00
James Hensman
58a59dcab0 created a hierarchical kernel 2013-07-08 14:20:42 +01:00
Nicolo Fusi
18285bd01c removed sympy import 2013-06-19 16:46:05 +01:00
Nicolo Fusi
ab82e4b196 removed sympy helpers from init 2013-06-17 17:06:46 +01:00
Nicolo Fusi
13d8ff2f20 added init 2013-06-17 16:59:23 +01:00
Nicolo Fusi
a338173faf Merge branch 'devel' of github.com:SheffieldML/GPy into devel 2013-06-17 16:48:04 +01:00
Nicolo Fusi
6ee8732cf4 kernels are now consistent with pep8 and common reason 2013-06-17 16:47:36 +01:00