https://github.com/GPflow/GPflow

sort by:
Revision Author Date Message Commit Date
3ae87f9 Session tests work at rc1.0. 29 October 2017, 22:00:38 UTC
dec3dcf Profiling works at rc1.0. Left some 'check it' messages. 29 October 2017, 21:44:15 UTC
3878bc7 Transforms tests work at rc1.0. 29 October 2017, 20:53:57 UTC
193608a Variational test work at rc1.0. 29 October 2017, 19:25:23 UTC
ca7d3cf Triang tests work at rc1.0. 29 October 2017, 18:22:12 UTC
920ff58 Coregion tests work with rc1.0. 29 October 2017, 17:13:59 UTC
b1e60ba Remove depricated functions in conditionals. 29 October 2017, 16:24:20 UTC
ef74ed4 Scipy optimizer and options are at minimize function. 29 October 2017, 16:17:18 UTC
4be9400 Condifinals tests prepared for rc1.0. 29 October 2017, 14:17:20 UTC
129f5be Add some tests to model module. Make autoflow and likelihood tests working with rc1.0. 28 October 2017, 23:00:58 UTC
9c4ed00 Likelihood tests are passing. 27 October 2017, 21:54:21 UTC
2637c4a Correct HMC tests. 27 October 2017, 18:54:23 UTC
ddcddbe ParamList tensor mode behaviour is fixed at getting element function. 27 October 2017, 15:15:35 UTC
fa691d7 Merge branch 'GPflow-1.0-RC' of github.com:GPflow/GPflow into GPflow-1.0-RC 26 October 2017, 23:37:34 UTC
350134d Fix for reordering bug in HMC during while_loop and map_fn. 26 October 2017, 23:37:23 UTC
c7a5bf5 Fixed incorrect parameter dtype assignment on compile. (#532) 26 October 2017, 14:40:39 UTC
ec1eb1d Ensure dtypes are followed when assigning parameters. (#529) 26 October 2017, 09:50:39 UTC
f12ad34 Update docstring for HMC. 25 October 2017, 13:03:10 UTC
1719b51 Merge branch 'GPflow-1.0-RC' of github.com:GPflow/GPflow into GPflow-1.0-RC 25 October 2017, 11:06:09 UTC
f5002f1 Output values of HMC are constrained values now. 25 October 2017, 11:05:53 UTC
fac8000 small edits to printing code (#528) 25 October 2017, 08:55:57 UTC
84e4733 Test parameter's dtypes. 24 October 2017, 22:43:39 UTC
087dfeb Merge branch 'GPflow-1.0-RC' of github.com:GPflow/GPflow into GPflow-1.0-RC 24 October 2017, 17:42:12 UTC
94e5a19 Propogate correct type when dtype is not None at Parameter structure. 24 October 2017, 17:41:22 UTC
66cabe3 Modify docstring for HMC. 24 October 2017, 12:09:39 UTC
f96d0ed Assign operation for parameterized object. 24 October 2017, 10:09:16 UTC
4303206 Merge branch 'GPflow-1.0-RC' of github.com:GPflow/GPflow into GPflow-1.0-RC 24 October 2017, 09:00:22 UTC
0d7f6ae HMC wrap output in pandas DataFrame. 24 October 2017, 09:00:13 UTC
33a8d17 Add licence top at node.py 23 October 2017, 23:05:01 UTC
a7854ef HMC output as dictionary. 23 October 2017, 22:07:44 UTC
be3162f Hidden names for parameters and parameterized gpflow structures. 23 October 2017, 21:44:36 UTC
7790327 Merge branch 'GPflow-1.0-RC' of github.com:GPflow/GPflow into GPflow-1.0-RC 23 October 2017, 17:23:38 UTC
0d9e027 AutoFlow functions accept optional arguments for tf.Session().run 23 October 2017, 17:22:06 UTC
3d07e9d Type casting at Parameter. 22 October 2017, 21:55:59 UTC
2a6673b Add dtype option to Parameter. 22 October 2017, 19:26:40 UTC
3d406c4 Use right objective function inside hmc. 21 October 2017, 21:45:41 UTC
0fa5e2c HMC - strict result unfolding in condition. 21 October 2017, 10:20:24 UTC
99658ed Fixes to extentions of tensor lists. 20 October 2017, 21:47:04 UTC
cb7c385 HMC trainable_tensors is a generator, not a list. 20 October 2017, 15:14:15 UTC
9a1834d HMC rename wrong property. 20 October 2017, 14:50:53 UTC
01a5567 Export only HMC optimizer. 19 October 2017, 23:42:58 UTC
1ecc551 HMC minimize method raises exception correctly. 19 October 2017, 21:50:27 UTC
ea36507 HMC bugfixing. 19 October 2017, 21:46:16 UTC
b0acd6f Finishing work on HMC. 19 October 2017, 15:43:26 UTC
d9a4eeb Clean up hmc mess. 18 October 2017, 23:08:11 UTC
13673d5 HMC updates. 17 October 2017, 22:06:41 UTC
de3ebe3 Detached objective function. Decentralize creation. 15 October 2017, 20:58:20 UTC
e534ceb Clear method for nodes didn't work correctly. 08 October 2017, 23:15:35 UTC
d81b3c0 Move HMC file. 08 October 2017, 16:17:40 UTC
12bd394 Minibatch tensor name is aligned with model name. Parameters as tensors with option. 08 October 2017, 16:17:08 UTC
f8f0811 Fix shape method of dataholders. 07 October 2017, 17:58:52 UTC
9946b8a Parentable class moved to separate module. 07 October 2017, 17:26:10 UTC
e63590f Re-initialization issue is gone, i.e. you can change values of parameter and compile it again, you will not see previous initialization value again, the parameter will be initialized with latest one. Uniquness of parentable object is no longer a requirement: new parameter or model object - new tensors in the graph with similar name. 07 October 2017, 16:52:25 UTC
8c0ef3f bump version in doc 05 October 2017, 22:54:18 UTC
fe74788 clean up docs 05 October 2017, 22:36:30 UTC
e19646f Fix spelling 05 October 2017, 22:01:33 UTC
35af232 Merge branch 'master' of https://github.com/GPflow/GPflow 05 October 2017, 21:53:08 UTC
0400eb8 Empty parameterized objects doesn't have priors. No parameters - priors is None. 05 October 2017, 21:35:54 UTC
c864b0c Proper minibatch size setting in new GPflow. 04 October 2017, 22:50:16 UTC
a5210f6 Advanced minibatching. Volatile batch size. 04 October 2017, 22:17:25 UTC
69364c2 Clean up kullback_leiblers (#514) * Clean up kullback_leiblers: a single function for whitened/unwhitened and diagonal/full-covariance. Deprecate the rest. * Update VGP and SVGP models to use new `gauss_kl` * clean up test_conditionals * Improve documentation * tidy up gauss_kl code * Add dedicated tests for Gaussian KL divergence * Bumped version. * Added encoding hint for python2.7. * @ to .dot() * change encoding to utf-8 * Added coding for `test_kldiv.py` + PEP8. * I'm all for high test coverage, but this seems a bit overzealous :P 04 October 2017, 18:13:22 UTC
04ab8b3 Merge branch 'GPflow-1.0-RC' of github.com:GPflow/GPflow into GPflow-1.0-RC 04 October 2017, 14:19:18 UTC
0cc7db7 Parameter formatting fixed. Externally defined property available for every descendant. 04 October 2017, 14:19:09 UTC
7db2d8c improvements to coreg and classification demo 04 October 2017, 14:11:40 UTC
a8770a1 improvements to kernel notebook 04 October 2017, 13:57:12 UTC
d0c9c68 minor edit to the initialization of SVGP to allow for non-minibatching version 04 October 2017, 13:44:56 UTC
8f03ea0 Merge branch 'GPflow-1.0-RC' of github.com:GPflow/GPflow into GPflow-1.0-RC 04 October 2017, 12:53:46 UTC
8d5f246 modified notebooks for gpflow 1.0 (unfinished) 04 October 2017, 12:53:39 UTC
2393ae8 Parameter formatting fixed. Predict test cases fixed. 04 October 2017, 10:46:21 UTC
a5c01a8 Priors dimension fixed. 04 October 2017, 09:25:37 UTC
a67ba2c Bump version to 0.9.8. 03 October 2017, 23:01:36 UTC
8276398 Revert back classification.ipynb 03 October 2017, 22:51:40 UTC
314c5bd Model name option argument is returned. Constrained parameter for Bernoulli had wrong shape. 03 October 2017, 22:44:31 UTC
efcd60f Merge branch 'GPflow-1.0-RC' of github.com:GPflow/GPflow into GPflow-1.0-RC 03 October 2017, 19:15:57 UTC
2a71583 New project layout - add params sub module. 03 October 2017, 19:12:43 UTC
c47bc5c Rename Param to Parameter [INTERNALLY]. Minibatch has new implementation. 03 October 2017, 19:11:24 UTC
b9b4ed7 adding softplus as needed in transforms 03 October 2017, 17:10:44 UTC
4d8b552 Merge pull request #513 from stefanosele/nonpairwise_expectation_exKxz added correct expectation for exKxz. all tests pass 03 October 2017, 12:39:40 UTC
00857db added correct expectation for exKxz. all tests pass 02 October 2017, 17:13:44 UTC
d955dd8 Priors test cases fixed. 01 October 2017, 16:53:12 UTC
c3e6b37 Fixing likelihood's tests. 1 error left caused by old minibatch module. 30 September 2017, 17:58:01 UTC
439bb9c GPLVM tests are fixed. 29 September 2017, 20:01:23 UTC
c30478e Put in order unconstrained and constrained variables at codebase. 29 September 2017, 16:17:04 UTC
9617299 Kernel test fixes in progress. 28 September 2017, 21:30:35 UTC
cc5e7d0 Fixes in kernel testing. 28 September 2017, 14:49:02 UTC
d5c8585 Parameter accepts lists. Ekernels tests fixed. 27 September 2017, 23:03:55 UTC
73ef1c6 In progress of fixing kernel tests. Spotted an issue with initializing. 27 September 2017, 19:33:17 UTC
2ea1cf9 Progress on fixing ekernels tests. Clear method checks unnecessary build status. 27 September 2017, 18:37:38 UTC
6c5f503 Fixing old models tests. 26 September 2017, 23:21:27 UTC
e0a2cc7 Parameter list represents only parameters. Empty method returns true only if there are no data holders and parameters at parameterized object. 26 September 2017, 20:28:21 UTC
6381a83 None prior for parameterized object without parameters. 26 September 2017, 18:58:35 UTC
2d7f140 Address an issue with initializing AdamOptimizer. 26 September 2017, 18:36:27 UTC
ee53610 Transform is an named optional parameter, hence should be used appropriately at parameter creation. It caused error in SVGP model during optimization - kernel variance became negative, as transform wasn't setup properly and covariance matrix blow up with garbage covariance matrix. 26 September 2017, 14:39:19 UTC
d6883d2 Fixing model tests. 26 September 2017, 08:27:53 UTC
71a57d9 Add GPflow 1.0RC to readme (#510) 25 September 2017, 17:40:37 UTC
eb0c98c Params tests are passing. 25 September 2017, 16:30:57 UTC
baf110d Fix SVGP model. 24 September 2017, 22:58:48 UTC
635aa5f Autoflow fix. Add param tests. 24 September 2017, 19:26:46 UTC
b392b46 Param tests. 24 September 2017, 16:15:49 UTC
03364d3 Rename accesses to models and parameters in tests. 24 September 2017, 08:55:44 UTC
back to top