https://github.com/GPflow/GPflow
Revision 9366211b6ba84d8a99c8db8ab060ab7135761743 authored by Alexander G. de G. Matthews on 30 November 2016, 08:09:48 UTC, committed by James Hensman on 30 November 2016, 08:09:48 UTC
* Adding sequential generation to minibatch class.

* Test minibatch data.

* Correction on basis of test.

* Pulling out sequence generation.

* Building up svgp regression test.

* Pulling out minibatch functionality into new python file.

* adding test of sampler logic.


1 parent 262f652
Raw File
Tip revision: 9366211b6ba84d8a99c8db8ab060ab7135761743 authored by Alexander G. de G. Matthews on 30 November 2016, 08:09:48 UTC
Improve test coverage for stochastic gradients with tf optimizer. (#287)
Tip revision: 9366211
MANIFEST.in
include doc/source/conf.py
include doc/source/*.rst
include doc/source/notebooks/*.ipynb
include README.md
include RELEASE.md
include LICENSE
include GPflow/tfops/*.so
include GPflow/tfops/*.cc
include GPflow/gpflowrc
back to top