https://github.com/GPflow/GPflow

sort by:
Revision Author Date Message Commit Date
af90c6e Building up cone. 06 June 2016, 17:06:36 UTC
420831b Merge pull request #55 from GPflow/autoflow_fix_bugfix Autoflow fix bugfix 31 May 2016, 16:39:22 UTC
4baf133 Merge branch 'master' into autoflow_fix_bugfix 31 May 2016, 16:29:44 UTC
e4ef02f Merge branch 'master' into autoflow_fix_bugfix 31 May 2016, 16:27:43 UTC
8c828f1 Merge pull request #77 from GPflow/logistic_transform_2 Readding logistic transform. 31 May 2016, 16:19:35 UTC
bc507d3 Readding logistic transform. 31 May 2016, 15:21:37 UTC
7ba910f Merge pull request #76 from GPflow/fixUp2 Fix up2 31 May 2016, 15:18:31 UTC
6cfa665 Reverting other JH accidental merge 3d6972. 31 May 2016, 15:02:39 UTC
6b8a9a5 Reverting JH failed fix. 31 May 2016, 14:58:40 UTC
5c78295 Reverting logistic transformation. 31 May 2016, 14:57:53 UTC
af1212a Merge pull request #74 from GPflow/logistic_transform Logistic transform 31 May 2016, 14:06:46 UTC
e315772 Revert "merged model.py: adding jitter to the Cholesky during posterior samples" This reverts commit 3d6972778a93fe88e125ea82068e7c124a75f788, reversing changes made to e784aca71a9e487bed131a2734b1daa774e4f8fb. 31 May 2016, 13:03:57 UTC
1644df1 improvements to tests for transforms, covering logistic 31 May 2016, 09:43:12 UTC
2556089 merge 31 May 2016, 09:35:02 UTC
f894b0d adding logistic transform code 31 May 2016, 09:33:56 UTC
3d69727 merged model.py: adding jitter to the Cholesky during posterior samples 31 May 2016, 09:19:39 UTC
dbfbecd Merge pull request #73 from GPflow/alexis_in_contrib added Alexis to list of contributors 28 May 2016, 15:33:34 UTC
064790f Merge pull request #44 from GPflow/pep8 Pep8 28 May 2016, 15:31:56 UTC
893b3f9 added Alexis to list of contributors 28 May 2016, 15:29:49 UTC
d36833c merged master 28 May 2016, 15:20:01 UTC
b11715b merged master 28 May 2016, 14:49:22 UTC
81ce96e Merge pull request #71 from GPflow/periodickernelNS Periodic kernel 27 May 2016, 16:31:38 UTC
122f4ae minor tidying in periodicKernel 27 May 2016, 15:51:37 UTC
84cf1de merged test_kerns 27 May 2016, 15:40:42 UTC
7790f6c adding a test to cover the diagonal of Periodic kern 27 May 2016, 15:37:24 UTC
e0cd9ca tidying in test_autoflow 27 May 2016, 15:29:01 UTC
42db00c merge model.py 27 May 2016, 15:26:59 UTC
a1b4aa9 adding test to replicate bug #54 27 May 2016, 15:25:10 UTC
9d770b0 Merge pull request #62 from GPflow/autoflow_graph_bug_bugfix changes to Autoflow to work when the graph gets reset 27 May 2016, 15:11:11 UTC
d6d9e7a simpification of test to ensure prediction works after rest_graph 27 May 2016, 14:47:36 UTC
f0e172e merging master 27 May 2016, 14:37:08 UTC
253380a Significant speed improvements to tests 27 May 2016, 14:34:31 UTC
3019dad Changes to Autoflow to work when the graph gets reset 27 May 2016, 14:33:15 UTC
dd798a5 Periodic kernel initial checkin 27 May 2016, 13:01:08 UTC
2821287 Merge pull request #70 from GPflow/README Updates list of contributors and links to tensorflow.org 27 May 2016, 09:10:46 UTC
28b0093 Merge pull request #45 from GPflow/constant-kernel Added constant kernel 26 May 2016, 08:35:33 UTC
d5b3a5c Fixing merge conflict and some other small issues during review. 25 May 2016, 15:16:25 UTC
b231b83 Fixes links. 25 May 2016, 14:45:10 UTC
7b55929 Updates list of contributors and links to tensorflow.org instead of Github. 25 May 2016, 14:41:05 UTC
b22c78a Merge pull request #68 from GPflow/ClassificationDemo Demo of sparse Gaussian process classification. 25 May 2016, 14:22:06 UTC
9fe360b Demo of sparse Gaussian process classification. 25 May 2016, 12:33:52 UTC
e784aca Merge branch 'master' of github.com:gpflow/gpflow 25 May 2016, 10:50:30 UTC
8276417 adding jitter when drawing predictive samples 25 May 2016, 10:50:27 UTC
24e7ea2 Merge pull request #66 from vals/py3-compat Syntax changes for Python 3 compatibility 25 May 2016, 07:20:02 UTC
6ec785a Bias -> Constant in tests 24 May 2016, 19:48:48 UTC
a4f0be1 adding Constant kern, matern12 24 May 2016, 19:47:58 UTC
3aeaa0e tidying up the kernel tests a little 24 May 2016, 19:47:41 UTC
6c81f8a Merge branch 'constant-kernel' of github.com:GPflow/GPflow into constant_kernel 24 May 2016, 19:31:50 UTC
d25c788 more mean_func test tidying 24 May 2016, 16:40:46 UTC
0e2e7d5 shortened mean_function tests 24 May 2016, 16:34:33 UTC
5820200 A couple of Py2 specific things in the tests 24 May 2016, 06:32:16 UTC
dda5f87 Syntax changes for Python 3 compatibility 19 May 2016, 14:01:53 UTC
46033f0 Merge pull request #58 from PabloLeon/master Hi @PabloLeon , Nice work. NB. I have run this through codeship here: https://codeship.com/projects/147609/builds/14429398 and coverals here: https://coveralls.io/builds/6043004 The build passes and coverage increases. 05 May 2016, 08:19:37 UTC
35b6f05 updated testsuite, slicing errors for TestMeanFuncs 02 May 2016, 11:59:32 UTC
b03b727 fixed dimensionality issue in test_inverse_operations 02 May 2016, 10:52:25 UTC
fc6461c changed name of mean function constituents to add_1/2 and prod_1/2 02 May 2016, 10:22:27 UTC
799308b fixes for TestModelsWithMeanFuncs 29 April 2016, 16:32:00 UTC
83becc8 added all mean function tests, still some fails 29 April 2016, 15:03:15 UTC
5703347 fixed some typos in documentation 29 April 2016, 14:05:23 UTC
0f94a13 compostional meanfunctions precedence test added - test failing 28 April 2016, 21:08:20 UTC
1ddbaba compositional meanfunctions precedence tests, decomposition fails? 28 April 2016, 21:07:50 UTC
c037bce update test meanfunction doc 28 April 2016, 16:42:54 UTC
b3bace4 add tests for combination types 28 April 2016, 16:37:38 UTC
a8a7ed3 added mult one add zero testcases, not functional yet 28 April 2016, 16:17:03 UTC
4798bf4 test models with mean functions extended for compositions 28 April 2016, 16:05:44 UTC
5379567 mean function names added 28 April 2016, 13:38:59 UTC
2886159 updated calculation of add and product 28 April 2016, 08:40:23 UTC
c4c776e renamed product and sum constituents to aguend, addend, multiplicant and multiplier 28 April 2016, 08:10:33 UTC
95bceb5 Update README.md 27 April 2016, 15:40:41 UTC
562284a updated Product name 27 April 2016, 13:20:00 UTC
dc54df8 added Product and Additive mean functions 27 April 2016, 13:19:28 UTC
4efa6b0 Merge pull request #60 from GPflow/coveralls CI now doen by Codeship and Coveralls 27 April 2016, 12:30:17 UTC
822e2e2 master branch for badges 27 April 2016, 11:48:37 UTC
7a33b03 minor changes to make repo work with codeship/coveralls 27 April 2016, 11:02:54 UTC
c2935a1 mean function addition and multiplication scaffold, need to be able to access the Param valuesof constituent mean functions 26 April 2016, 14:35:21 UTC
7383014 Merge pull request #53 from GPflow/snelson FITC vs VFE notebook. 24 April 2016, 16:36:16 UTC
2123f61 Removing some repeat code in Snelson demo. 22 April 2016, 11:57:40 UTC
7814079 Moving snelson data and some imports. 22 April 2016, 11:57:13 UTC
3d31426 Moving snelson data to a data directory and renaming. 22 April 2016, 11:39:58 UTC
6b21982 FITC vs VFE notebook. 22 April 2016, 11:06:08 UTC
c6044e2 Merge pull request #47 from GPflow/q_sqrT_fixing_err adding fix for #46 and associated test 22 April 2016, 07:56:58 UTC
37db9d9 Merge branch 'master' into q_sqrT_fixing_err 21 April 2016, 13:32:11 UTC
6defdba Merge pull request #52 from GPflow/travis_speedups Shortening travis file. 21 April 2016, 13:30:55 UTC
e43ca4c dummy commit to trigger codeshipt 20 April 2016, 21:43:15 UTC
57a9cb7 Merging tests to speed up travis. 20 April 2016, 19:36:41 UTC
18bf145 Merge branch 'master' into q_sqrT_fixing_err 20 April 2016, 15:28:52 UTC
c0f0fbe Merge pull request #50 from GPflow/tf_main Move from fork to main TensorFlow. 20 April 2016, 13:40:57 UTC
5e92c76 Move from fork to main TensorFlow. 20 April 2016, 08:51:01 UTC
037f1d6 adding fix for #46 and associated test 18 April 2016, 13:26:20 UTC
7c0f312 Added constant kernel. 17 April 2016, 14:53:03 UTC
4c31a42 bugfix 14 April 2016, 10:27:41 UTC
320eb50 Merge pull request #41 from GPflow/optimizer_tolerance Optimizer tolerance 14 April 2016, 09:34:44 UTC
16914ce bugfixing pep8 changes 14 April 2016, 08:52:34 UTC
f66b45f Merge branch 'optimizer_tolerance' of github.com:GPflow/GPflow into optimizer_tolerance 13 April 2016, 22:07:31 UTC
b8e3d9d adding pass-through of tolerance to svgp.py 13 April 2016, 22:06:51 UTC
6f2eae5 __init__.py is now pep8 compliant 13 April 2016, 21:19:47 UTC
cc77f46 vgp.py is now pep8 compliant 13 April 2016, 21:15:29 UTC
76e0f2e transforms.py is now pep8 compliant 13 April 2016, 21:10:04 UTC
977af3c svgp.py is now pep8 compliant 13 April 2016, 21:08:15 UTC
b9d42d6 sgpr.py is now pep8 compliant 13 April 2016, 20:57:53 UTC
back to top