Neil Lawrence
|
ac842d51e6
|
cmu_mocap() example mostly working except some fiddling with axes for visualization. Also changes to naming of scaling and offset parameters in GP.py and deal with the case where the scale parameter is zero.
|
2013-04-27 10:39:55 +01:00 |
|
Neil Lawrence
|
d7ac1d025b
|
Added CMU 35 motion capture data.
|
2013-04-27 00:52:10 +01:00 |
|
Neil Lawrence
|
8b00c5a827
|
Fixed two bugs in to_xyz, checked on a test version of MATLAB code.
|
2013-04-26 23:37:48 +01:00 |
|
Neil Lawrence
|
8306bb652c
|
Added first draft of acclaim mocap functionality.
|
2013-04-26 21:35:15 +01:00 |
|
James Hensman
|
9fb090a508
|
James and Nicolos massive Yak shaving session
|
2013-04-26 19:32:33 +01:00 |
|
James Hensman
|
3cb445886d
|
manual merging
|
2013-04-26 17:34:55 +01:00 |
|
James Hensman
|
ef15de9411
|
added a tdot function (thanks Iain)
|
2013-04-26 17:26:43 +01:00 |
|
Max Zwiessele
|
0332fa14f8
|
tests ignored my nosetests (__test__ = False)
|
2013-04-26 17:17:36 +01:00 |
|
Max Zwiessele
|
5abe3dee4c
|
commented out kern tests
|
2013-04-26 17:03:43 +01:00 |
|
Max Zwiessele
|
0da81bc311
|
changes pull from devel
|
2013-04-26 16:38:19 +01:00 |
|
Max Zwiessele
|
16b64f41d6
|
kern psi statistic tests
|
2013-04-26 16:33:17 +01:00 |
|
James Hensman
|
43b720c848
|
more minor simplifications
|
2013-04-25 16:01:36 +01:00 |
|
James Hensman
|
4bd0f891ac
|
minor simplifications in dLdK
|
2013-04-25 15:44:26 +01:00 |
|
Max Zwiessele
|
de3101fef5
|
old amatplotlib
|
2013-04-25 15:02:22 +01:00 |
|
Max Zwiessele
|
e0f94d6d9c
|
BGPLVM updates and debug helper
|
2013-04-25 14:57:23 +01:00 |
|
Max Zwiessele
|
e5b61030c3
|
Merge branch 'devel' of github.com:SheffieldML/GPy into mrd
|
2013-04-25 12:57:33 +01:00 |
|
James Hensman
|
5dd343e89d
|
Merge branch 'devel' of github.com:SheffieldML/GPy into devel
|
2013-04-25 12:52:13 +01:00 |
|
James Hensman
|
8191a5d24f
|
one more instance of dpotrs instead of dot in sparse GP
|
2013-04-25 12:51:51 +01:00 |
|
Max Zwiessele
|
992a35b614
|
baysian gplvm and example changes
|
2013-04-24 16:38:40 +01:00 |
|
Max Zwiessele
|
f8c3cd669d
|
rewritten dim_reduction demo to match new style of getters and setters
|
2013-04-24 11:17:13 +01:00 |
|
Max Zwiessele
|
000cd5dbb8
|
new getters and setters for self.params, added m['var'] getter and setter
|
2013-04-24 11:16:33 +01:00 |
|
Max Zwiessele
|
2096d062cb
|
merge devel into mrd
|
2013-04-24 10:11:14 +01:00 |
|
Max Zwiessele
|
7bc76b0ef9
|
Pull branch 'devel' of github.com:SheffieldML/GPy into devel
|
2013-04-24 10:10:10 +01:00 |
|
Max Zwiessele
|
70beeb5fe9
|
added m['ard'] gives all parameters matching 'ard', as well as setting m['ard'] = x to set all mrd parameters
|
2013-04-24 10:08:41 +01:00 |
|
James Hensman
|
29115b0ec1
|
more re-enstating of some preiov commits.
|
2013-04-23 17:13:43 +01:00 |
|
James Hensman
|
43b9eacd8a
|
re-enabled a previous bugfix which was lost in a merge
|
2013-04-23 17:11:04 +01:00 |
|
James Hensman
|
e6165e6b35
|
re-added indepenent_output kern
|
2013-04-23 17:09:52 +01:00 |
|
Max Zwiessele
|
d789e55481
|
stupid kern stash merge
|
2013-04-23 16:40:09 +01:00 |
|
Max Zwiessele
|
2b3b7350cd
|
kern conflict
|
2013-04-23 16:37:13 +01:00 |
|
Max Zwiessele
|
264f0d21b6
|
kern stash conflict
|
2013-04-23 16:34:31 +01:00 |
|
Max Zwiessele
|
ebc3b8756e
|
psi_stat_test stash
|
2013-04-23 16:34:01 +01:00 |
|
Max Zwiessele
|
68dd416640
|
Merge branch 'devel' into mrd
|
2013-04-23 16:21:57 +01:00 |
|
Max Zwiessele
|
389a04d2b5
|
bugfix: cross term psi1 bias + linear
|
2013-04-23 16:21:41 +01:00 |
|
Max Zwiessele
|
743112c448
|
psi1 not working (strange transposes)
|
2013-04-23 15:52:43 +01:00 |
|
Max Zwiessele
|
f01be172be
|
moved *2. of psi2 statistics into kern and corrected bias+linear cross term
|
2013-04-23 15:22:30 +01:00 |
|
Max Zwiessele
|
d4e0194cf7
|
Merge branch 'devel' into mrd
|
2013-04-23 14:11:12 +01:00 |
|
Max Zwiessele
|
a71b4d80c0
|
Merge branch 'mrd' of github.com:SheffieldML/GPy into mrd
|
2013-04-23 14:10:53 +01:00 |
|
Max Zwiessele
|
2c3a53b174
|
psi stat tests done and failing gracefully
|
2013-04-23 14:10:38 +01:00 |
|
Max Zwiessele
|
0c8b83454f
|
Revert "merge devel mrd"
This reverts commit 3f625a9347, reversing
changes made to dc6faeb303.
|
2013-04-23 14:02:15 +01:00 |
|
Max Zwiessele
|
3f625a9347
|
merge devel mrd
|
2013-04-23 13:51:17 +01:00 |
|
Max Zwiessele
|
dc6faeb303
|
psi stat tests
|
2013-04-23 13:44:31 +01:00 |
|
James Hensman
|
2205c333b2
|
fixed a weird regular expression bug in ensure_def_constraints
|
2013-04-23 12:19:41 +01:00 |
|
James Hensman
|
d402047ff3
|
more minor bugs
|
2013-04-23 12:01:10 +01:00 |
|
James Hensman
|
9109d451ab
|
fixing small bug in independent outputs kern
|
2013-04-23 11:59:00 +01:00 |
|
James Hensman
|
f35578804a
|
prod_orthogonal now caches the K matrices
|
2013-04-23 10:56:10 +01:00 |
|
James Hensman
|
f145141923
|
added a kernel for independent outputs
|
2013-04-23 10:02:12 +01:00 |
|
James Hensman
|
8bd017466d
|
Nparam_transformed work better now
Before, counted the number of fixes, which failed when a fix fixed more
than one parameter...
|
2013-04-22 13:37:59 +01:00 |
|
James Hensman
|
698f52e5e3
|
GPy now fails silently if sympy is not present
|
2013-04-22 13:15:39 +01:00 |
|
James Hensman
|
56ecd4782a
|
made the basic GP class use dtrtrs where possible
|
2013-04-22 11:59:32 +01:00 |
|
James Hensman
|
7fbcae2503
|
Merge branch 'devel' of github.com:SheffieldML/GPy into devel
|
2013-04-22 11:58:17 +01:00 |
|