James Hensman
529d7534ca
fixed the bug in stick
2013-05-13 10:26:54 +01:00
Nicolas
652b3ce2c6
unified framework for addition and product of kernels, with a tensor flag (boolean) instead of and
2013-05-10 17:48:11 +01:00
James Hensman
e60eb4e236
small changes to Brownian
2013-05-08 12:06:34 +01:00
James Hensman
ce2884f0a7
weaved linear kern
2013-05-07 18:02:10 +01:00
Max Zwiessele
ecf0dc0680
linear psi2 statistics done, all gradients working
2013-05-03 13:36:04 +01:00
Max Zwiessele
40c9790529
Mu to go
2013-05-03 10:20:29 +01:00
Max Zwiessele
7529eee5ca
Mu to go
2013-05-02 17:21:43 +01:00
Max Zwiessele
83bde47d55
merge devel into mrd > transformations added
2013-05-02 16:40:39 +01:00
Max Zwiessele
5051a2fc89
correcting linearCF, mu to go
2013-05-02 16:37:47 +01:00
James Hensman
350c69799d
fixed a tie-bug for ND
2013-05-02 10:59:19 +01:00
Max Zwiessele
42474f0044
LinearCF Psi Stat not working yet, strange bug in psi computations
2013-05-01 17:09:38 +01:00
James Hensman
83510e7515
first attemot at the new constraint framework
2013-04-30 11:25:57 +01:00
James Hensman
6dced9ac39
reimplemented caching in prod_orthogonal...
2013-04-28 22:32:37 +01:00
James Hensman
7d9352c733
weaved coregionalise. much performance gained
2013-04-28 21:37:36 +01:00
James Hensman
52ba8e4ba3
remo0ved slices from models
...
slices are now handles by special indexing kern parts, such as
coregionalisation, independent_outputs. The old slicing functionality
has been removed simply to clean up the code a little.
Now that input_slices still exist (and will continue to be useful) in
kern.py. They do need a little work though, for the psi-statistics
2013-04-28 17:22:04 +01:00
James Hensman
9fb090a508
James and Nicolos massive Yak shaving session
2013-04-26 19:32:33 +01:00
Max Zwiessele
2096d062cb
merge devel into mrd
2013-04-24 10:11:14 +01:00
James Hensman
29115b0ec1
more re-enstating of some preiov commits.
2013-04-23 17:13:43 +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
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
f01be172be
moved *2. of psi2 statistics into kern and corrected bias+linear cross term
2013-04-23 15:22:30 +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
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
698f52e5e3
GPy now fails silently if sympy is not present
2013-04-22 13:15:39 +01:00
Max Zwiessele
d0512f92b6
xticklabels improved
2013-04-21 10:58:46 +01:00
Max Zwiessele
9b182eb3f8
Merge branch 'mrd' into devel
2013-04-16 11:30:07 +01:00
James Hensman
dd27b285d6
rbf computation of psi2 now works if there's only one datum
2013-04-15 17:53:26 +01:00
Max Zwiessele
37f94310d5
plotting debug
2013-04-15 15:58:33 +01:00
James Hensman
1d094229df
manual merge in plot_latent
2013-04-12 22:44:11 +01:00
James Hensman
a42ec441e4
some simplification of the psi2_statistics in rbf
2013-04-12 15:02:56 +01:00
Nicolo Fusi
a42d84274d
fixed merge conflict on BPGLVM
2013-04-12 13:35:00 +01:00
Nicolo Fusi
c7e8345c96
--march=native was causing problems on the stupid compiler on MacOS
2013-04-12 13:31:45 +01:00
Max Zwiessele
51ff92e591
finished mrd and added plotting functions
2013-04-11 18:44:18 +01:00
Max Zwiessele
89a50e260a
mrd example added
2013-04-11 15:54:36 +01:00
Max Zwiessele
dcbd76a6ee
kern plotting with axisa
2013-04-11 15:47:18 +01:00
James Hensman
a03b0f1179
fixed Browninan motion kern (doesnt seem to have a unittest?)
2013-04-11 10:07:56 +01:00
James Hensman
48b0ac6399
some minor improvements in visualize
2013-04-10 20:02:22 +01:00
Nicolo Fusi
f6879ef768
Merge branch 'master' into devel
2013-04-10 16:55:27 +01:00
Nicolo Fusi
7e0e4f63c4
OMP for psi2 computations in RBF
2013-04-10 16:50:02 +01:00
James Hensman
99ca20b77c
improved weaving
2013-04-10 16:12:09 +01:00
James Hensman
4aca883df3
weaved some rbf code
2013-04-10 15:50:31 +01:00
Nicolo Fusi
580a864f76
Merge branch 'new_warping'
2013-04-10 12:27:07 +01:00
Nicolo Fusi
60dfc34e9b
big merge
2013-04-10 12:23:23 +01:00
James Hensman
c4b2caa367
Merge branch 'devel'
2013-04-10 12:12:51 +01:00