Commit graph

169 commits

Author SHA1 Message Date
mzwiessele
53ff580a6e [stick] bgplvm example now working 2014-05-13 09:03:57 +01:00
mzwiessele
0acb196b26 [examples] stick man example corrected 2014-05-13 08:39:14 +01:00
Max Zwiessele
e9260b248c [visualize] vector show again 2014-05-12 14:41:02 +01:00
Max Zwiessele
22221565bb [visualize] some adjustments to vector_show 2014-05-12 12:05:31 +01:00
mzwiessele
debaf8315d bugfix: lineplot in visualize 2014-04-28 15:03:46 +01:00
Zhenwen Dai
9d12c83935 fix stick man example 2014-04-09 12:22:46 +01:00
Max Zwiessele
f3b74fa85f pickling and caching 2014-03-31 12:45:09 +01:00
Max Zwiessele
1294c24a28 mrd and bgplvm updates to conform new vardtc 2014-03-24 13:33:16 +00:00
mzwiessele
ce728d8465 plotting, allot of plotting 2014-03-20 16:20:39 +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
Zhenwen Dai
8177d63309 [SSGPLVM] new plot variational posterior 2014-03-06 16:32:19 +00:00
Max Zwiessele
47e4026141 hierarchy edits. adding removing parameters withing hierarchy 2014-02-28 16:18:47 +00:00
James Hensman
60e8f88b9b lots of hacking on RBF 2014-02-26 10:38:09 +00:00
Max Zwiessele
d29fa56af2 merged variational posterior changes 2014-02-26 08:30:27 +00:00
James Hensman
ec6e85b1c1 mucho changes to linear.py 2014-02-26 08:24:03 +00:00
Max Zwiessele
b928044f40 sparse gp missing data 2014-02-26 08:23:35 +00:00
Max Zwiessele
b200b9fa90 input_sensitivity and ard plotting 2014-02-24 14:47:43 +00:00
Max Zwiessele
8dbb65ab50 2d plotting 2014-02-24 11:34:22 +00:00
Max Zwiessele
659643038f parameterized now supports deleting of parameters 2014-02-21 17:53:44 +00:00
James Hensman
0dc9a32ba3 non-working grads in linear 2014-02-21 11:25:33 +00:00
James Hensman
8b2f39450b workin gon linear kernel 2014-02-21 10:38:47 +00:00
James Hensman
847fdef9c8 merged in kern chancges 2014-02-20 14:07:54 +00:00
James Hensman
d636c8c30c everything is broken 2014-02-20 14:04:16 +00:00
Max Zwiessele
46f59f9f64 gradients now lazy instantiated 2014-02-20 08:38:14 +00:00
Max Zwiessele
c4f6b0dbe7 copy and missing data 2014-02-19 15:32:16 +00:00
Max Zwiessele
d0c563ff0a added sparsegp with missing data 2014-02-18 15:52:33 +00:00
Max Zwiessele
9d262936c6 array core and bgplvm working > changes due to __i<op>__ will now be reported 2014-02-11 16:54:33 +00:00
Max Zwiessele
e0c68d5eb3 _highest_parent_ now follows the tree, dK_dX > gradient_X, added update_grads_variational to linear, bgplvm for new framework 2014-02-10 15:12:49 +00:00
James Hensman
375e2f6225 hard-merging in the examples and testing dirs from master.
This is probably a dumb way to do it, but I don;t know better.
2014-01-24 09:41:07 +00:00
Max Zwiessele
a3bf662fd3 array handling in plotting and weave 2013-12-09 00:19:37 +00:00
Max Zwiessele
765ab41045 bgplvm integrated 2013-11-07 08:52:33 +00:00
Max Zwiessele
8c02e4af36 added BGPLVM in parameterized 2013-11-06 15:15:13 +00:00
Max Zwiessele
3316d29341 added gplbm and sparse gp to new parameterized structure 2013-11-06 11:40:54 +00:00
Max Zwiessele
9c126d9b94 merged dimen reduction 2013-10-14 17:58:13 +01:00
Neil Lawrence
fe30db1331 Updated sympy code, multioutput grad checks pass apart from wrt X. Similar problems with prediction as to sinc covariance, needs investigation. 2013-10-14 09:37:35 +01:00
Neil Lawrence
a92780cb89 Added olivetti faces data set. It required adding netpbmfile.py a bsd licensed pgm file reader from Christoph Gohlke, which doesn't seem to have a spearate installer. Also modified image_show to assume by default that array ordering is python instead of fortran. Modified brendan_faces demo to explicilty force fortran ordering. Notified Teo of change. 2013-10-14 05:59:15 +01:00
Max Zwiessele
3132a0362a dim reduction examples Q= > input_dim= 2013-10-11 16:50:16 +01:00
Max Zwiessele
acb06941b4 pep8'ed transformations module 2013-09-04 09:34:56 +01:00
Max Zwiessele
2558418b08 mrd_sim stable and deprecated 2013-09-03 10:07:03 +01:00
Neil Lawrence
128ebbabc5 Added mlp mapping (with possibility of having multiple layers). 2013-08-29 19:26:00 +02:00
Neil Lawrence
e6739788ea Added simple back constrained GPLVM model. 2013-08-28 14:22:21 +02:00
Neil Lawrence
d31b5a7c55 Implemented Mapping framework and associated linear and kernel mappings. This is needed for mean functions, back constrained GPLVM and the non-stationary Gibbs kernel. 2013-08-28 13:51:50 +02:00
Neil Lawrence
84b7156d23 Implemented MLP gradients with respect to X. 2013-08-28 01:19:43 +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
Max Zwiessele
5570e82943 constant jitter to Kmm, deleted some white kernels in models and examples 2013-08-02 16:36:51 +01:00
Max Zwiessele
3051c2a7e5 minor/pep8 2013-07-29 15:29:00 +01:00
Max Zwiessele
0eac358f46 rbf kern chaching bug fixed 2013-07-18 16:42:17 +01:00
Max Zwiessele
dcec9d2a25 reverted stupid merge error 2013-07-18 15:15:09 +01:00