Zhenwen Dai
c294cf715f
the implementation of SVI-MOGP
2017-09-19 16:28:36 +01:00
Max Zwiessele
6cc13af8cd
fix: naming of ard contribution in ARD plot
2017-09-18 10:05:37 +01:00
Zhenwen Dai
c472c2557f
Merge pull request #549 from christomaszewski/devel
...
fix: slight modification to MLP mapping to reduce potential for numpy…
2017-09-13 11:01:38 +01:00
Chris Tomaszewski
c3d8ea2e0d
fix: replacing np.power with np.square for efficiency
2017-09-13 04:54:25 -04:00
Chris Tomaszewski
cb4f05296f
fix: slight modification to MLP mapping to reduce potential for numpy overflows and unnecessary computation
2017-09-12 18:04:18 -04:00
Zhenwen Dai
5e4f9c69c3
Merge pull request #545 from pgmoren/devel
...
Thanks Pablo for the changes about Basic framework for serializing GPy models. I think we need the corresponding docstrings as developer documentation.
2017-09-12 12:11:44 +01:00
Moreno
e572bfb746
Basic framework for serializing GPy models
2017-09-11 12:18:01 +01:00
Zhenwen Dai
d529da3e6c
Merge pull request #543 from icdishb/devel
...
Merged in the changes about Input warping using Kumar warping.
Thanks for the contribution, Huibin!
2017-09-11 12:06:30 +01:00
Max Zwiessele
34f5d251f9
Merge branch 'deploy' into devel
2017-09-11 11:14:11 +01:00
mzwiessele
838625271a
Bump version: 1.7.7 → 1.8.0
2017-09-11 11:07:54 +01:00
mzwiessele
8be59878ac
chg: pkg: CHANGELOG
2017-09-11 11:07:42 +01:00
Shen
e72f0b6c9b
Input warping using Kumar warping
2017-09-08 15:10:40 +02:00
Zhenwen Dai
9e6eac1cf0
Merge pull request #527 from adhaka/ll-surv
...
merged in the changes about Ll surv
2017-09-07 11:08:13 +01:00
Zhenwen Dai
0fb273a41c
Merge pull request #542 from SheffieldML/EP_refactor
...
Merge in the EP refactoring
2017-09-06 10:08:08 +01:00
Zhenwen Dai
44a232ff6a
Merge pull request #534 from adhaka/EP_refactor
...
Ep refactor
2017-09-04 10:39:30 +01:00
Akash Kumar Dhaka
8b24b492f1
some more merge conflicts resolved for syncing with the current devel branch of main GPy
2017-08-10 11:51:48 +03:00
Akash Kumar Dhaka
f0f1a183b0
merging with the gpy devel branch to be in sync with the latest code and make pull request again ..
2017-08-10 11:47:26 +03:00
Akash Kumar Dhaka
8c8008c2d3
bug fixes in test cases due to changes in api of ep functions..
2017-08-10 11:14:40 +03:00
Siivola Eero
841ca66170
Robustified binomial likelihood
2017-08-10 11:14:40 +03:00
Siivola Eero
458b453613
minor bugfix
2017-08-10 11:14:40 +03:00
Siivola Eero
a9cdfad4b6
Fixed two small lbugs
2017-08-10 11:14:40 +03:00
Akash Kumar Dhaka
5d7e575c77
putting exact_inference_gradients again and calling in instead from ep_gradients which is the genreic method for calculating expected gradients used in ep
2017-08-10 11:14:40 +03:00
Akash Kumar Dhaka
8b621a409c
commiting code for some changes to api for calculating ep_gradients, also fixing some issues with gaussian hermite quadrature, no we have both avaialable ...
2017-08-10 11:14:40 +03:00
Akash Kumar Dhaka
ae27e1225d
adding file for gaussian-kronrod integration, test cases and calculating gradients of log marginal wrt theta-likelihood params
2017-08-10 11:14:40 +03:00
Akash Kumar Dhaka
19598cf807
fixing a typo-bug in the last commit for ep test case
2017-08-10 11:14:40 +03:00
Akash Kumar Dhaka
38597b1ede
removing pods dependency and a few print commands
2017-08-10 11:14:40 +03:00
Akash Kumar Dhaka
69a81acff9
bug fix to prevent infinite loop because of incorrect stopping condition
2017-08-10 11:14:40 +03:00
Akash Kumar Dhaka
54f530a22b
adding some test cases for EP.. more work needs to be done, these are some high level test cases ..
2017-08-10 11:14:40 +03:00
Moreno
255d97a917
Refactor EP and EPDTC
2017-08-10 11:14:40 +03:00
esiivola
7c4e2f21f8
Added initial version of the refactored EP
2017-08-10 11:14:40 +03:00
esiivola
0d06dc3b4e
Added initial version of the refactored EP
2017-08-10 11:14:40 +03:00
esiivola
dfc5bd42dc
Added initial version of the refactored EP
2017-08-10 11:14:40 +03:00
mzwiessele
e849a4c62d
fix: pkg: CHANGELOG
2017-08-10 11:14:40 +03:00
mzwiessele
b143e92b5c
Bump version: 1.6.1 → 1.6.2
2017-08-10 11:14:40 +03:00
mzwiessele
000d832830
fix: updated keywords
2017-08-10 11:14:40 +03:00
Alex Feldstein
6f738bd2b4
fix in sparse_gp_mpi optimizer
2017-08-10 11:14:40 +03:00
Alex Feldstein
ef924eba6c
fix for parallel optimization
2017-08-10 11:14:40 +03:00
Akash Kumar Dhaka
c83f8ffcbd
bug fixes in test cases due to changes in api of ep functions..
2017-08-07 20:06:13 +03:00
Siivola Eero
60d0e2f79d
Robustified binomial likelihood
2017-08-07 18:07:18 +03:00
msbauer
42627f4030
Update mapping_tests.py
...
Remove verbosity again after gradient checks passed without problem with verbosity
2017-08-04 10:23:06 +01:00
msbauer
8fd0e26981
Update mapping_tests.py
...
Make output of gradient check verbose to diagnose error
2017-08-04 10:15:09 +01:00
Akash Kumar Dhaka
ea6ea793fc
merging with the main devel branch
2017-07-27 21:18:44 +03:00
Akash Kumar Dhaka
2eef576877
correcting weibull- changing parameterisation from f to exp(f) similar to loglogistic
2017-07-27 21:11:20 +03:00
Bauer
ae942b09c4
added extended version of MLP function with multiple hidden layers and different activation functions
2017-07-27 10:12:34 +01:00
Joachim van der Herten
4af1f017ec
Solved incorrect parameter assignments (causing test faillure)
2017-07-15 00:35:39 +02:00
Joachim van der Herten
394d3ea236
Added some shifts to the degrees of freedom parameter.
2017-07-14 23:48:24 +02:00
Joachim van der Herten
5bb17f21d2
Removal of print statements
2017-07-14 23:26:02 +02:00
Joachim van der Herten
7950b88bf9
Implementation of student-t processes
2017-07-14 23:22:31 +02:00
Siivola Eero
a97cdc3a07
minor bugfix
2017-07-04 15:45:24 +03:00
Siivola Eero
8ad774cb4e
Fixed two small lbugs
2017-07-04 13:18:06 +03:00