Commit graph

976 commits

Author SHA1 Message Date
Teo de Campos
3fc14bb416 modified: GPy/models/GPLVM.py
Using the following kernel by default:
kernel = kern.rbf(Q, ARD=Q>1) + kern.bias(Q, np.exp(-2)) + kern.white(Q, np.exp(-2))
2013-05-16 17:13:39 +01:00
Teo de Campos
ea34f8c949 modified: GPy/util/visualize.py
Added the functionality of showing a mosaic of NxN reconstructed images
when the size of the number of elements in the feature vector greater
than dimensions[0]*dimensions[1].
2013-05-16 17:09:58 +01:00
Teo de Campos
70459be588 modified: GPy/examples/dimensionality_reduction.py
brendan_faces(): normalizing the feature vectors w.r.t. the
global mean and standard deviation.
Changed optimisation constraints because it was never converging.
2013-05-16 17:08:05 +01:00
James Hensman
f69dda71ea changed prod_orthogonal in tests 2013-05-15 15:07:35 +01:00
James Hensman
92b4b42a49 Merge branch 'devel' of github.com:SheffieldML/GPy into devel 2013-05-15 14:13:09 +01:00
Ricardo
4e827e913d Some changes 2013-05-15 02:01:08 +01:00
Teo de Campos
3cbe492678 Merge branch 'devel' of github.com:SheffieldML/GPy into devel 2013-05-14 17:53:43 +01:00
Teo de Campos
98a2adc7d9 GPy/util/visualize.py: fixed conflict. 2013-05-14 17:52:23 +01:00
Ricardo
c8341e32fa Merge branch 'devel' of github.com:SheffieldML/GPy into devel 2013-05-14 17:47:26 +01:00
Ricardo
adc3a7522a Speeding up FITC 2013-05-14 17:46:58 +01:00
Teo de Campos
68041174cd Ricardo told me to do this 2013-05-14 17:42:36 +01:00
Teo de Campos
a88eadbb35 image_show() is now able to use a palette to map quantized images to their original color. This uses PIL (import Image). I also enabled the image to be normalised from 0 to 255 in a more robust way (before this, it was assuming images ranged from 0 to 1). 2013-05-14 17:35:16 +01:00
James Hensman
8dcd197436 allowed GP models to plot multiple outputs (in 1D at least) 2013-05-14 15:59:10 +01:00
Ricardo
47a7df9756 Merge branch 'devel' of github.com:SheffieldML/GPy into devel 2013-05-14 15:38:08 +01:00
Ricardo
3626154c02 remove profile 2013-05-14 15:38:00 +01:00
James Hensman
4bbf31eb1d removed RA's profile deco 2013-05-14 11:26:16 +01:00
James Hensman
350fa39685 generalised backsub_both_sides 2013-05-14 11:20:44 +01:00
Ricardo
225c35d55d Merge branch 'devel' of github.com:SheffieldML/GPy into devel 2013-05-13 19:41:10 +01:00
Ricardo
a1036fb2a5 DSYR is being used now 2013-05-13 19:40:51 +01:00
Ricardo
cb4c363c11 Gradients are working now 2013-05-13 19:38:11 +01:00
James Hensman
c859687d43 Merge branch 'devel' of github.com:SheffieldML/GPy into devel 2013-05-13 17:23:54 +01:00
James Hensman
542759353b minor changes to the symmetrify function 2013-05-13 17:23:49 +01:00
Nicolo Fusi
ccde6c421f Merge branch 'devel' of github.com:SheffieldML/GPy into devel 2013-05-13 17:21:45 +01:00
Nicolo Fusi
80c25c9aaf moved linalg function to GPy.linalg 2013-05-13 17:04:59 +01:00
Ricardo
3cc9547cab Merge branch 'devel' of github.com:SheffieldML/GPy into devel 2013-05-13 15:09:43 +01:00
Ricardo
b84f70b205 gradietns check :) 2013-05-13 15:09:20 +01:00
James Hensman
9c701f6e5b added DSYR for ricardo 2013-05-13 12:54:55 +01:00
Ricardo
fda9cae3c3 Merge branch 'devel' of github.com:SheffieldML/GPy into devel 2013-05-13 11:11:29 +01:00
Ricardo
68f493b86c New functions for EP-matching moments 2013-05-13 11:10:27 +01:00
Ricardo
c521c243e1 minor change 2013-05-13 11:03:19 +01:00
James Hensman
c1f1e44b09 using weaved symmetrify in pdinv now 2013-05-13 10:36:15 +01:00
James Hensman
529d7534ca fixed the bug in stick 2013-05-13 10:26:54 +01:00
Ricardo
b273c76fd7 change in gradients computation 2013-05-13 07:08:58 +01:00
Ricardo
a500c526dd Merge branch 'devel' of github.com:SheffieldML/GPy into devel 2013-05-10 17:55:00 +01:00
Nicolas
ab30ed7483 Merge branch 'devel' of github.com:SheffieldML/GPy into devel 2013-05-10 17:48:25 +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
Ricardo
6d65e2adf8 more changes 2013-05-10 17:46:45 +01:00
James Hensman
f6ffbf88d9 fixed transformations (Sorry Andreas) 2013-05-10 16:49:37 +01:00
James Hensman
0efde820bd merge conflict in transformations 2013-05-10 16:42:23 +01:00
James Hensman
a91501af56 minor modifications to the constraint behaviour 2013-05-10 16:39:20 +01:00
Nicolò Fusi
cbfbcfb411 Merge branch 'devel' of github.com:SheffieldML/GPy into devel 2013-05-10 16:21:45 +02:00
Nicolò Fusi
16757a298c trying to follow changes in likelihood 2013-05-10 16:21:12 +02:00
Max Zwiessele
50b7958051 MRD updates merge
- termination rule changes for SCG
- oil flow updates
2013-05-10 11:22:07 +01:00
Max Zwiessele
8a843378a0 Example update to run oil dataset 2013-05-10 11:21:53 +01:00
Max Zwiessele
214eab5f2e MRD updates and minor changes 2013-05-10 11:21:19 +01:00
Max Zwiessele
83275c03e1 termination rule update 2013-05-10 11:19:27 +01:00
Nicolò Fusi
ee5b05cd2d Merge branch 'devel' of github.com:SheffieldML/GPy into devel 2013-05-10 11:45:16 +02:00
Nicolò Fusi
4182d60513 small changes 2013-05-10 11:44:54 +02:00
Ricardo
14b449bcfd adding FITC to the list 2013-05-10 10:32:21 +01:00
Ricardo
8ab4c65227 some changes 2013-05-10 08:15:33 +01:00