Commit graph

53 commits

Author SHA1 Message Date
Alan Saul
0b3f8b3cc7 Added kronecker and variational gaussian approximation gp's, vargpapprox needs generalising to any factorizing likelihood 2014-08-15 18:22:09 +01:00
Zhenwen Dai
35eb0a015f add ss_mrd model 2014-06-27 10:03:25 +01:00
Ricardo
10800c3c57 New file, special request. 2014-04-17 15:27:53 +01:00
Ricardo
b8196a5408 minor change 2014-04-16 11:08:21 +01:00
Ricardo
9cda9f9914 New model SparseGPCoregionalizedRegression 2014-03-17 19:01:16 +00:00
James Hensman
d59a8576e1 bugfixing 2014-03-13 08:02:25 +00:00
Ricardo
6ced5b1242 GPCoregionalizedRegresssion added 2014-03-12 12:52:52 +00:00
Zhenwen Dai
0e13be48f1 [SSGPLVM] migrate SSGPLVM to params branch 2014-02-25 16:09:26 +00:00
James Hensman
ae03b63afb tidied up sparse_gp_regression 2014-01-29 09:40:22 +00:00
James Hensman
0c51239bdd removed fitc_classification modle 2014-01-24 10:18:13 +00:00
Ricardo
f8c9e6b982 Merge branch 'linK_functions2' into devel
Conflicts:
	GPy/core/gp.py
	GPy/core/gp_base.py
	GPy/core/sparse_gp.py
	GPy/examples/regression.py
	GPy/kern/constructors.py
	GPy/kern/parts/coregionalise.py
	GPy/models/__init__.py
	GPy/models/sparse_gp_classification.py
	GPy/util/__init__.py
2013-09-13 15:57:34 +01:00
Ricardo
d653921bf3 Useless files deleted 2013-09-13 13:09:55 +01:00
Ricardo
c941da9d3c new files added 2013-09-13 12:29:53 +01: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
Ricardo
1c2a4c5c64 Changes to allow multiple output plotting 2013-07-31 19:00:54 +01:00
Max Zwiessele
d5cb531d40 gradient checker implemented 2013-07-23 12:10:32 +01:00
Ricardo
70c44b2cdd Multioutput is working 2013-07-18 18:49:26 +01:00
Andreas
ffd87898e6 Added sparseGPLVM in the init of models 2013-07-15 19:35:03 +01:00
James Hensman
b452e3eebc began to merege the SVIGP code into GPy.
Example is implemented, but the step length is a bit crazy!
2013-06-17 13:58:51 +01:00
Ricardo
aac4f6a237 Fixed naming to standardized PEP8 2013-06-05 14:39:32 +01:00
Ricardo
b3eeacd956 Merged and fixed conflicts, names still need changing accordingly 2013-06-05 14:22:16 +01:00
Ricardo
1dcbd1ee66 New FITC model and other stuff 2013-06-05 14:11:28 +01:00
Max Zwiessele
2e5e8ac026 REFACTORING: model names, lowercase, classes uppercase 2013-06-05 13:02:03 +01:00
Ricardo
72ba86a969 new models included 2013-06-04 18:54:47 +01:00
Ricardo
a87dd7296c new GP_classification model 2013-06-04 18:16:08 +01:00
Alan Saul
1302c46ace Broken whilst unlinking GP and sparse_GP, kern not being imported 2013-06-04 16:05:33 +01: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
Ricardo
00230d7b02 changes to FITC 2013-05-09 19:04:31 +01:00
James Hensman
5fca43f980 more stabilisation of sparse GP 2013-04-29 11:37:08 +01:00
Max Zwiessele
c63beddcf0 new functions mrd init_X update 2013-04-15 10:57:27 +01:00
Max Zwiessele
4953d71b7a first trivial model touches 2013-04-11 14:54:25 +01:00
Ricardo Andrade
0c0c7b000c Generalized FITC is back 2013-03-19 19:08:25 +00:00
James Hensman
0971a3faa4 changed the filename from BGPLVM to Bayesian_GPLVM to tidy the namespace a little 2013-03-11 16:50:44 +00:00
James Hensman
acaf5713fc re-enables uncollapsed GP 2013-02-19 14:05:47 +00:00
Ricardo Andrade
461be357fb Broken file removed until new notice. 2013-02-08 14:18:59 +00:00
James Hensman
2b756e96e1 made the BGPLVM work in the new world order 2013-02-01 17:42:51 +00:00
James Hensman
5447d6fbfc Assorted work on combining the EP and sparse methods 2013-02-01 17:12:45 +00:00
James Hensman
d077d28fd1 very basic functionality is now working 2013-01-31 15:02:34 +00:00
James Hensman
791d240d96 merged conflicts after merging in master to newGP branch 2013-01-31 09:24:00 +00:00
Nicolo Fusi
079a20620a removed imports from __init__.py 2013-01-30 15:32:19 +00:00
Nicolo Fusi
8b6e244cf1 decent gradients for most parameters 2013-01-28 15:55:40 +00:00
Ricardo
fad0e07624 Sparse EP 2013-01-28 00:16:23 +00:00
Ricardo Andrade
738ca78dac No more GP_EP stuff 2013-01-25 18:24:10 +00:00
Ricardo Andrade
6a2e0a1fe5 fixing EP and merging it with GP_regression 2013-01-25 18:14:28 +00:00
Ricardo
b6ffb57263 Fixing GP_EP 2013-01-25 09:30:31 +00:00
James Hensman
1a135ca9f7 some code to debug the sprase GP gradients with. 2013-01-11 17:54:10 +00:00
James Hensman
fe13d2c09a more skeletal work on the uncollapsed GP
None of the gradients work, but lots more things are in place
2012-12-07 16:35:15 -08:00
James Hensman
20a02cc445 removed uncertain gp regression from the model __init__, since it's now
just a switch in the sparse GP
2012-12-05 22:25:37 -08:00
James Hensman
6d0a7afd4c bias kernel psi stats implemented. 2012-11-30 15:49:20 +00:00