Commit graph

201 commits

Author SHA1 Message Date
Alan Saul
f3fd9f1325 Rename Binomial to Bernoulli (maybe generalise it with the constant
later, but tilted distribution may change)
2013-10-17 15:04:55 +01:00
Alan Saul
afd38df1ef Added pdf_link's for gaussian and student t, added third derivatives for
transformations and tests for them
2013-10-17 14:31:24 +01:00
Alan Saul
36c224d822 Merge remote-tracking branch 'gpy_real/devel' into merge_branch 2013-10-16 14:30:42 +01:00
Nicolò Fusi
dc12fb43b7 Added configuration file
this was done to solve the OpenMP problem on Windows/mac, but I think it
is useful in general. All unit tests pass except the sympy kern ones.
2013-10-15 16:04:03 -07:00
Alan Saul
0344324571 Still tidying up, laplace now working again, gaussian and student_t
likelihoods now done
2013-10-15 18:58:41 +01:00
Alan Saul
a0aac76812 Merge remote-tracking branch 'gpy_real/devel' into merge_branch 2013-10-15 10:40:51 +01:00
Neil Lawrence
a4c0a941be Added xw_pen data. 2013-10-15 05:53:39 +01:00
Neil Lawrence
491eb7243a Added xw_pen data. 2013-10-15 05:49:11 +01:00
Neil Lawrence
da2a88826d Basic sim code functional. 2013-10-14 22:09:41 +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
66daf2ad45 Merge branch 'devel' of https://github.com/SheffieldML/GPy into devel 2013-10-14 05:59:36 +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
Nicolò Fusi
6945ad7aa1 Seems to work on windows now
not everything works yet, but I've identified the main issues. Still
TODO: handle missing OMP libraries gracefully
2013-10-11 16:19:27 -07:00
Alan Saul
f066319fb7 Merge remote-tracking branch 'gpy_real/devel' into merge_branch 2013-10-09 11:50:57 +01:00
Neil Lawrence
1a46026015 Fixed stick datasets bug ... but sympykern is currently in a rewrite so will be broken 2013-10-09 11:14:42 +01:00
Alan Saul
5765b7e534 Merge remote-tracking branch 'gpy_real/devel' into merge_branch 2013-10-08 12:15:56 +01:00
Neil Lawrence
966fe49345 Added first draft of functionality for multiple output sympy kernels. 2013-10-08 08:25:26 +01:00
Alan Saul
8343615098 Integrated Laplace and merged Merge remote-tracking branch 'gpy_real/devel' into merge_branch
Conflicts:
	GPy/core/gp.py
	GPy/likelihoods/__init__.py
	GPy/likelihoods/likelihood_functions.py
	GPy/likelihoods/link_functions.py
2013-10-03 16:52:02 +01:00
Neil Lawrence
e06d889d35 Added capability for sinc covariance via sympy kernel. 2013-09-30 22:51:07 +01:00
Neil Lawrence
1581f78412 Updates to sympykern including bug fixes and ability to name covariance. Include test for rbf_sympy in kernel tests. Remove coregionalization test as it's causing a core dump! Need to chase this up. 2013-09-30 08:14:25 +01:00
Neil Lawrence
0509b6f9d0 Added missing files. 2013-09-24 06:15:09 +02:00
Neil Lawrence
c800e0687f Added missing file. 2013-09-23 12:24:26 +01:00
James McMurray
aa5ebcbd8f Fixed more errors in docs 2 2013-09-20 17:46:23 +01:00
James McMurray
be3880c0bd Fixed docstring warnings - could still be mistakes 2013-09-20 13:38:20 +01:00
Ricardo
352a35522f 1 docstring line completed 2013-09-17 14:27:16 +01:00
Ricardo
603aa18482 Merge branch 'devel' of github.com:SheffieldML/GPy into devel
Conflicts:
	GPy/examples/regression.py
	GPy/kern/constructors.py
	GPy/testing/kernel_tests.py
	GPy/util/multioutput.py
2013-09-16 12:32:42 +01:00
Neil Lawrence
336fe164fa Other local changes. 2013-09-16 11:32:03 +01:00
Ricardo
4bb2ea9606 coregionalisation changed to coregionalization 2013-09-14 17:23:17 +01:00
Ricardo
1bc9374717 linK2_functions2 merged 2013-09-13 18:09:59 +01: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
cf2cf67ed2 build_cor_kernel is now called build_lcm 2013-09-13 12:29:08 +01:00
Alan Saul
1dd83291fe Renamed some things, made some small (incorrect) gradient changes,
generalised the gp regression for any likelihood, and added a place
holder link function waiting for Richardos changes
2013-09-11 11:54:15 +01:00
Max Zwiessele
917a4ebed3 cleaned up imports 2013-09-02 11:56:56 +01:00
Neil Lawrence
84b7156d23 Implemented MLP gradients with respect to X. 2013-08-28 01:19:43 +02:00
Neil Lawrence
b127c96bf2 Polynomial kernel gradients wrt X working. 2013-08-28 00:20:12 +02:00
Neil Lawrence
a61feb17a5 Changed default values of W and kappa for coregionalisation kernel. Changed names of keyword arguments from Nout and R to output_dim and rank. 2013-08-27 10:53:32 +02:00
Neil Lawrence
00a5f8e5f6 Added gpx dataset. 2013-08-22 14:03:59 +02:00
Neil Lawrence
7bb7c0a08c Minor fixes 2013-08-19 08:51:58 +02:00
Neil Lawrence
2004cf3ea9 Minor fixes to regression example with robot_wireless. 2013-08-19 00:04:46 +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
Neil Lawrence
791f499412 Finished first draft of system for downloading data sets. 2013-08-17 23:51:07 +02:00
Neil Lawrence
a570198029 Added automatic computation of dKdiag_dtheta in kernpart.py using dK_dtheta. 2013-08-17 07:13:51 +01:00
Ricardo
4c7ebb6601 Multioutput models added 2013-08-02 20:10:02 +01:00
Max Zwiessele
56b86542d4 better bound extimate for plot_latent background 2013-08-02 16:39:34 +01:00
Max Zwiessele
d66a8e02a5 visual? 2013-08-02 16:38:34 +01:00
Max Zwiessele
1cc8f95717 Merge branch 'devel' of github.com:SheffieldML/GPy into devel 2013-08-02 12:18:48 +01:00
Max Zwiessele
ede5654e3c input_sensitivity right way 2013-08-02 12:18:43 +01:00
Neil Lawrence
391f13c472 Added connections.txt 2013-08-02 12:14:29 +01:00
Alessandra Tosi
42af4d737f added plot of magnification factor 2013-07-30 15:58:59 +01:00