Commit graph

3733 commits

Author SHA1 Message Date
James Hensman
a772a6120a merge by running cython 2015-04-29 14:30:51 +01:00
James Hensman
d27405a20a added backprop of cholesky grads 2015-04-29 14:29:39 +01:00
James Hensman
d0bbf8ca49 Merge branch 'devel' of github.com:/sheffieldml/GPy into devel 2015-04-28 16:39:48 +01:00
James Hensman
4ba5e92c8d Merge branch 'cython2' into devel 2015-04-28 16:39:37 +01:00
James Hensman
0d9101ef21 changes to comments in compiled cython file 2015-04-28 16:39:16 +01:00
James Hensman
1c433bb247 Update .travis.yml 2015-04-28 16:35:48 +01:00
James Hensman
5e0bc71ec8 Update MANIFEST.in 2015-04-28 16:28:41 +01:00
James Hensman
44fbcb4914 Merge branch 'cython2' into devel 2015-04-28 16:05:37 +01:00
James Hensman
4ba928082f all tests passing 2015-04-28 16:04:02 +01:00
James Hensman
1ebbc49fdd fixed coregionalize cython 2015-04-28 15:57:27 +01:00
James Hensman
9e4c33910f tests passing (cython) 2015-04-28 14:57:00 +01:00
James Hensman
e1c2eeb25d tidien up coregionlize w AS 2015-04-28 14:06:21 +01:00
James Hensman
a11cf422c2 more edits to stationary to clean up for cython 2015-04-28 11:38:33 +01:00
Alan Saul
5dd75d66ae Merge branch 'devel' of github.com:SheffieldML/GPy into devel 2015-04-28 10:51:23 +01:00
Alan Saul
1acbcd2593 Fixed deg free gradient 2015-04-28 10:51:13 +01:00
mzwiessele
a24853da6b [basis funcs] memory efficient posterior inference 2015-04-28 11:38:35 +02:00
James Hensman
780cf85687 modifiying stationary.py 2015-04-28 07:40:09 +01:00
James Hensman
59cf0b3c9a some eidts to choleskies.pyx 2015-04-27 20:53:36 +01:00
James Hensman
5edf464efa help choleskies along a little 2015-04-27 20:15:36 +01:00
James Hensman
25cebf790c adding choleskies cythonized 2015-04-27 19:47:19 +01:00
Alan Saul
75ebe4bf10 Added log predictive density, student t degrees of freedom gradients and plotting functionality 2015-04-27 18:56:20 +01:00
James Hensman
c00f76d250 start of cythoning coregionalize 2015-04-27 16:00:42 +01:00
James Hensman
2e8ce34ee0 added cython code for lengthscale gradients 2015-04-27 15:39:23 +01:00
James Hensman
b36a845821 initial cython commit 2015-04-27 14:21:46 +01:00
mzwiessele
be40318e0b Merge branch 'devel' of github.com:SheffieldML/GPy into devel 2015-04-24 11:02:05 +02:00
mzwiessele
335df2942f [plotting] added predict_kw to plot function 2015-04-24 11:02:01 +02:00
mzwiessele
9c19f8584e [inference] exact Gaussian some constant jitter 2015-04-24 08:59:30 +02:00
mzwiessele
1946514593 [paramnonparam] adding cdf like 2015-04-24 08:59:02 +02:00
Alan Saul
ac4972ff99 Merge branch 'devel' of github.com:SheffieldML/GPy into devel 2015-04-23 17:00:25 +01:00
Alan Saul
7abeed51de Quadrature appeared to be out by a factor of 1/sqrt(pi) 2015-04-23 17:00:14 +01:00
mzwiessele
9b54f831b3 [basisfunckern] gradients for non ard adjusted 2015-04-21 13:33:09 +02:00
mzwiessele
f50ad8b378 Merge branch 'devel' of github.com:SheffieldML/GPy into devel 2015-04-21 11:19:01 +02:00
mzwiessele
d428465e08 [basisfuncs] updated kernel to better reflect linear trends and added ARD support 2015-04-21 11:18:31 +02:00
frb-yousefi
401374d068 merge with commit of dgplvm 2015-04-20 16:02:19 +01:00
frb-yousefi
17fa8a0ada prior with Lambda 2015-04-20 15:51:28 +01:00
mzwiessele
440d7b6478 [basis funcs] linear slope identifiability higher, symmetry plus true linear effect 2015-04-20 16:03:39 +02:00
mzwiessele
e7650c8a90 [sparse gp] memory overflow with big data, iterating over dimensions now 2015-04-20 16:02:59 +02:00
Alan Saul
2d39afd0a5 Reverted back 2015-04-20 10:08:37 +01:00
Alan Saul
c3f80ece5d Updated svgp kernel gradients 2015-04-20 10:07:36 +01:00
mzwiessele
aaa5020bf1 Merge branch 'devel' of https://github.com/SheffieldML/GPy into devel 2015-04-17 12:17:33 +02:00
mzwiessele
18f1c2772d [minor edits] 2015-04-17 12:17:30 +02:00
mzwiessele
ce4c14dd5a [basis func kernels] added support for simple basis function kernels, can be easily extended by implementing phi function in BasisFuncKern 2015-04-17 12:17:21 +02:00
James Hensman
e88b8a88d1 manual merging with AS 2015-04-16 12:45:04 +01:00
Alan Saul
361f0a5274 Fixed log predictive density, added option for LOO to provide some intemediate variables 2015-04-16 09:25:18 +01:00
Alan Saul
fe0a4285ca Removed jitter printing 2015-04-14 17:14:05 +01:00
Alan Saul
ab5f359103 Changed LOO implementation for Eq 30 instead of 37 2015-04-14 16:27:58 +01:00
Alan Saul
b6761c21d7 Added LOO for laplace and exact inference on training data, Gaussian logpdf appeared to be wrong, now fixed 2015-04-14 14:17:08 +01:00
Alan Saul
c76b7bbb93 Added to init 2015-04-10 17:58:51 +01:00
Alan Saul
f4cf052bce Added option to plot the transformed link function (posterior once the link function has been applied) 2015-04-10 15:44:15 +01:00
Alan Saul
dff9ca8e6b Added hessian and skew gradient checkers, some block functions 2015-04-10 15:24:28 +01:00