https://github.com/GPflow/GPflow

sort by:
Revision Author Date Message Commit Date
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
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
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
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
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
1e16309 Add test util. 24 September 2017, 07:59:29 UTC
582745f Testing context with graph and session. 24 September 2017, 07:59:04 UTC
a7063fc Reset model at TensorFlow optimizer. 23 September 2017, 20:38:50 UTC
cee7902 Remove print functions. 23 September 2017, 20:35:51 UTC
cb8ee93 Optimizers finalizing. 23 September 2017, 20:31:18 UTC
0f03240 Training part is finished. 23 September 2017, 16:14:09 UTC
795369b Add gpflow/core sub-folder. 22 September 2017, 20:38:18 UTC
6b305a9 Re-organizing code. Aliases for settings parameters. 22 September 2017, 20:37:24 UTC
eb1f0e5 Set -x mode for params.py 20 September 2017, 23:33:19 UTC
30074d7 Fixing setup.py file. Bump version. 20 September 2017, 17:25:26 UTC
c58d278 Create __init__ file in models folder. 20 September 2017, 10:00:39 UTC
4b41d91 Change models folder layout. 20 September 2017, 09:59:53 UTC
a20e233 External optimization skeleton. 19 September 2017, 20:57:10 UTC
5620d34 Add non-empty params list property. 19 September 2017, 20:56:02 UTC
4a82fa1 TensorConverter bug found and fixed. 19 September 2017, 16:53:58 UTC
6bd507a is_built method requires graph argument. 18 September 2017, 23:23:18 UTC
11a510f Code organization. 18 September 2017, 21:32:37 UTC
1153278 Check if external tensor is trainable before start working with it. 18 September 2017, 12:35:37 UTC
86e4223 The clean can be initiated by the node only if it wasn't built. 17 September 2017, 21:20:21 UTC
0629779 Pylint changes. DataHolder inherits main implementations from Param. 17 September 2017, 20:30:53 UTC
4e8ce45 Fixing autoflow 15 September 2017, 23:08:14 UTC
064243b Update pylintrc. 15 September 2017, 21:49:00 UTC
b4a4bb0 Remove GPflow folder - macOS case-insensivity. 15 September 2017, 21:21:23 UTC
53ef7e6 Remove GPflow folder - macOS case-insensivity. 15 September 2017, 21:21:01 UTC
f8ce5ec Decorators file. 15 September 2017, 20:42:32 UTC
a0ac40b Decorators organizing. 15 September 2017, 20:39:40 UTC
d02c7f8 Making build_predict function private. 14 September 2017, 21:54:49 UTC
e1aac18 AutoFlow adjusting to new one-param-one-variable scheme. 14 September 2017, 21:50:21 UTC
939eea5 Tensor mode uses transformed value 14 September 2017, 16:50:30 UTC
4e7e2eb Parameterized objects have tensor mode again. 14 September 2017, 15:40:58 UTC
4b325a3 Shuffling code one more time. 14 September 2017, 13:05:38 UTC
be119b0 Brushing up project. 14 September 2017, 13:04:40 UTC
9d1c03f Enquire session 12 September 2017, 14:17:55 UTC
1502055 Keep session parameter. 10 September 2017, 15:05:16 UTC
36d11b8 Making graph and compilation defined processes. 10 September 2017, 13:22:34 UTC
b555001 Initializing process 06 September 2017, 20:54:59 UTC
aeb8e65 Proper way of graph handling 05 September 2017, 16:07:51 UTC
34f3052 Change compilable interface. The variable has back reference to the graph, which simplifies graph retrieving. 05 September 2017, 06:49:34 UTC
684dd0c Pylint file 04 September 2017, 10:40:24 UTC
4804406 Big milestone towards changing parameter module. 03 September 2017, 21:44:49 UTC
89a1302 .pylintrc file 31 August 2017, 05:55:51 UTC
02b6700 Add missing colon. 30 August 2017, 19:51:07 UTC
75733ff Merge pull request #494 from GPflow/upper-mixin Added upper bound to regression models. 30 August 2017, 12:28:37 UTC
3e5ed83 Fixed test & tweaked notebook. 30 August 2017, 12:07:16 UTC
bdf85bc Merge branch 'master' of github.com:GPflow/GPflow into upper-mixin 30 August 2017, 11:35:52 UTC
f4ce067 Merge pull request #496 from GPflow/artemav/release-update Release 0.4.0 message update 30 August 2017, 11:28:47 UTC
f7d7ce5 Release 0.4.0 message update 30 August 2017, 08:20:13 UTC
52294c4 Merge pull request #471 from GPflow/artemav/session-graph-assign External TensorFlow Session and Graph control 30 August 2017, 07:55:47 UTC
c2e88ee Merge pull request #495 from GPflow/version-update Version was inconsistent with RELEASE.md 30 August 2017, 07:55:11 UTC
e7c9901 Indentation error 30 August 2017, 06:10:08 UTC
bbb7a68 Post-up-to-date fix for some unforeseen bugs. 29 August 2017, 23:18:54 UTC
81758f7 Up-to-date with master changes. 29 August 2017, 23:01:17 UTC
fe3abdc Version was inconsistent with RELEASE.md 29 August 2017, 16:38:41 UTC
94e4b42 Added upper bound to regression models. 29 August 2017, 16:16:59 UTC
91aa588 Update contributing.md (#493) 29 August 2017, 15:59:07 UTC
b69f71d GPflow python package name doesn't follow PEP8 (#477) * First part of renaming (w/o docs) * Second part of renaming (includes docs) * Third part of renaming (GPflow => gpflow) * Rename 'import GPflow' in notebooks * Revert back GPflow copyright headers * Fix project name in Manifest.in * Rebase with master * Resolving conflicts in tests. * Change release version. 29 August 2017, 13:16:41 UTC
99fa929 Refactoring code. 29 August 2017, 08:05:47 UTC
b552c98 Turn off Travis tests 29 August 2017, 07:22:40 UTC
f448c24 Code shuffling 29 August 2017, 07:20:25 UTC
back to top