LICENSE
MANIFEST.in
README.md
RELEASE.md
doc/source/apiAndArchitecture.rst
doc/source/conf.py
doc/source/derivations.rst
doc/source/guts.rst
doc/source/index.rst
doc/source/intro.rst
doc/source/model_options.rst
doc/source/options.rst
doc/source/tutorialsAndExamples.rst
doc/source/notebooks/FITCvsVFE.ipynb
doc/source/notebooks/GPLVM.ipynb
doc/source/notebooks/SGPR_notes.ipynb
doc/source/notebooks/Sanity_check.ipynb
doc/source/notebooks/classification.ipynb
doc/source/notebooks/coreg_demo.ipynb
doc/source/notebooks/kernels.ipynb
doc/source/notebooks/mcmc.ipynb
doc/source/notebooks/models.ipynb
doc/source/notebooks/multiclass.ipynb
doc/source/notebooks/natural_gradients.ipynb
doc/source/notebooks/ordinal.ipynb
doc/source/notebooks/regression.ipynb
doc/source/notebooks/settings.ipynb
doc/source/notebooks/svi_test.ipynb
doc/source/notebooks/upper_bound.ipynb
doc/source/notebooks/vgp_notes.ipynb
gpflow/__init__.py
gpflow/_settings.py
gpflow/_version.py
gpflow/actions.py
gpflow/conditionals.py
gpflow/decors.py
gpflow/densities.py
gpflow/expectations.py
gpflow/features.py
gpflow/gpflowrc
gpflow/kernels.py
gpflow/kullback_leiblers.py
gpflow/likelihoods.py
gpflow/mean_functions.py
gpflow/misc.py
gpflow/priors.py
gpflow/probability_distributions.py
gpflow/quadrature.py
gpflow/session_manager.py
gpflow/test_util.py
gpflow/transforms.py
gpflow.egg-info/PKG-INFO
gpflow.egg-info/SOURCES.txt
gpflow.egg-info/dependency_links.txt
gpflow.egg-info/requires.txt
gpflow.egg-info/top_level.txt
gpflow/core/__init__.py
gpflow/core/autoflow.py
gpflow/core/base.py
gpflow/core/compilable.py
gpflow/core/errors.py
gpflow/core/node.py
gpflow/core/parentable.py
gpflow/core/tensor_converter.py
gpflow/models/__init__.py
gpflow/models/gplvm.py
gpflow/models/gpmc.py
gpflow/models/gpr.py
gpflow/models/model.py
gpflow/models/sgpmc.py
gpflow/models/sgpr.py
gpflow/models/svgp.py
gpflow/models/vgp.py
gpflow/params/__init__.py
gpflow/params/dataholders.py
gpflow/params/parameter.py
gpflow/params/parameterized.py
gpflow/params/paramlist.py
gpflow/training/__init__.py
gpflow/training/external_optimizer.py
gpflow/training/hmc.py
gpflow/training/natgrad_optimizer.py
gpflow/training/optimizer.py
gpflow/training/scipy_optimizer.py
gpflow/training/tensorflow_optimizer.py
tests/__init__.py
tests/reference.py
tests/test_actions.py
tests/test_autoflow.py
tests/test_conditionals.py
tests/test_config.py
tests/test_core.py
tests/test_coregion.py
tests/test_data_object.py
tests/test_dataholders.py
tests/test_densities.py
tests/test_expectations.py
tests/test_features.py
tests/test_gplvm.py
tests/test_hmc.py
tests/test_kerns.py
tests/test_kldiv.py
tests/test_likelihoods.py
tests/test_mean_functions.py
tests/test_method_equivalence.py
tests/test_methods.py
tests/test_misc.py
tests/test_model.py
tests/test_notebooks.py
tests/test_optimizers.py
tests/test_param.py
tests/test_predict.py
tests/test_priors.py
tests/test_profiling.py
tests/test_session.py
tests/test_transforms.py
tests/test_triang.py
tests/test_uncertain_conditional.py
tests/test_variational.py