README.md
setup.py
gpflux/__init__.py
gpflux/callbacks.py
gpflux/exceptions.py
gpflux/helpers.py
gpflux/losses.py
gpflux/math.py
gpflux/py.typed
gpflux/runtime_checks.py
gpflux/types.py
gpflux.egg-info/PKG-INFO
gpflux.egg-info/SOURCES.txt
gpflux.egg-info/dependency_links.txt
gpflux.egg-info/requires.txt
gpflux.egg-info/top_level.txt
gpflux/architectures/__init__.py
gpflux/architectures/constant_input_dim_deep_gp.py
gpflux/encoders/__init__.py
gpflux/encoders/directly_parameterized_encoder.py
gpflux/experiment_support/__init__.py
gpflux/experiment_support/ci_utils.py
gpflux/experiment_support/plotting.py
gpflux/experiment_support/tensorboard.py
gpflux/layers/__init__.py
gpflux/layers/bayesian_dense_layer.py
gpflux/layers/gp_layer.py
gpflux/layers/latent_variable_layer.py
gpflux/layers/likelihood_layer.py
gpflux/layers/trackable_layer.py
gpflux/layers/basis_functions/__init__.py
gpflux/layers/basis_functions/random_fourier_features.py
gpflux/models/__init__.py
gpflux/models/deep_gp.py
gpflux/optimization/__init__.py
gpflux/optimization/keras_natgrad.py
gpflux/sampling/__init__.py
gpflux/sampling/kernel_with_feature_decomposition.py
gpflux/sampling/sample.py
gpflux/sampling/utils.py