LICENSE.txt
MANIFEST.in
README.rst
setup.cfg
setup.py
docs/Makefile
docs/README.md
docs/conf.py
docs/gendoc.sh
docs/index.rst
docs/project_description.md
docs/requirements.txt
docs/_static/css/inferpy_theme.css
docs/_static/img/.DS_Store
docs/_static/img/MoG.pdf
docs/_static/img/MoG.png
docs/_static/img/arch.png
docs/_static/img/linear_regression.pdf
docs/_static/img/linear_regression.png
docs/_static/img/logistic_regression.pdf
docs/_static/img/logistic_regression.png
docs/_static/img/logo-doc.png
docs/_static/img/logo-neg.png
docs/_static/img/logo.png
docs/_static/img/mixture_density_networks.rst
docs/_static/img/mnist_gen.png
docs/_static/img/mnist_train.png
docs/_static/img/multinomial_logistic_regression.pdf
docs/_static/img/multinomial_logistic_regression.png
docs/_static/img/nlpca.pdf
docs/_static/img/nlpca.png
docs/_static/img/pca.pdf
docs/_static/img/pca.png
docs/_static/img/pca_ard.pdf
docs/_static/img/pca_ard.png
docs/_static/img/postz_cloud.png
docs/_static/img/notebooks/.DS_Store
docs/_static/img/notebooks/output_16_0.png
docs/_static/img/notebooks/output_17_0.png
docs/_static/img/notebooks/output_3_0.png
docs/_static/img/notebooks/output_4_1.png
docs/_static/img/notebooks/output_7_0.png
docs/_static/img/notebooks/output_9_2.png
docs/_static/imgs/LinearFactor.png
docs/_static/imgs/LinearFactor_scaled.png
docs/_static/imgs/MatrixFactorization.png
docs/_static/imgs/MixedMembership.png
docs/_static/imgs/MoG.png
docs/modules/inferpy.contextmanager.rst
docs/modules/inferpy.data.rst
docs/modules/inferpy.inference.rst
docs/modules/inferpy.inference.variational.loss_functions.rst
docs/modules/inferpy.inference.variational.rst
docs/modules/inferpy.models.rst
docs/modules/inferpy.queries.rst
docs/modules/inferpy.rst
docs/modules/inferpy.util.rst
docs/modules/modules.rst
docs/notes/.DS_Store
docs/notes/advancedsetup.rst
docs/notes/bayesianNN.rst
docs/notes/contact.rst
docs/notes/getting30s.rst
docs/notes/gettingGuiding.rst
docs/notes/guidebayesian.rst
docs/notes/guidedata.rst
docs/notes/guideinference.rst
docs/notes/guidemodels.rst
docs/notes/installation.rst
docs/notes/mixture.rst
docs/notes/probzoo.rst
docs/notes/requirements.rst
docs/notes/vae_mnist.rst
examples/__init__.py
examples/docs/getting30s/1.py
examples/docs/guidebayesian/1.py
examples/docs/guidedata/1.py
examples/docs/guideinference/1.py
examples/docs/guideinference/2.py
examples/docs/guidemodels/1.py
examples/docs/guidemodels/2.py
examples/docs/guidemodels/3.py
examples/edward/__init__.py
examples/edward/ed_vae_mnist.py
examples/probzoo/__init__.py
examples/probzoo/linear_regression.py
examples/probzoo/log_regression.py
examples/probzoo/nlpca.py
examples/probzoo/nlpca_mnist.py
examples/probzoo/nlpca_mnist_mcmc.py
examples/probzoo/pca.py
examples/probzoo/pca_mnist.py
examples/probzoo/vae.py
examples/probzoo/vae_mnist.py
examples/probzoo/vae_mnist_csvdata.py
examples/probzoo/vae_mnist_kbs.py
inferpy/__init__.py
inferpy.egg-info/PKG-INFO
inferpy.egg-info/SOURCES.txt
inferpy.egg-info/dependency_links.txt
inferpy.egg-info/requires.txt
inferpy.egg-info/top_level.txt
inferpy/__pycache__/__init__.cpython-35.pyc
inferpy/__pycache__/__init__.cpython-36.pyc
inferpy/__pycache__/__init__.cpython-37.pyc
inferpy/contextmanager/__init__.py
inferpy/contextmanager/data_model.py
inferpy/contextmanager/evidence.py
inferpy/contextmanager/randvar_registry.py
inferpy/contextmanager/__pycache__/__init__.cpython-36.pyc
inferpy/contextmanager/__pycache__/__init__.cpython-37.pyc
inferpy/contextmanager/__pycache__/data_model.cpython-36.pyc
inferpy/contextmanager/__pycache__/data_model.cpython-37.pyc
inferpy/contextmanager/__pycache__/evidence.cpython-36.pyc
inferpy/contextmanager/__pycache__/prob_model.cpython-36.pyc
inferpy/contextmanager/__pycache__/prob_model.cpython-37.pyc
inferpy/contextmanager/__pycache__/randvar_registry.cpython-36.pyc
inferpy/contextmanager/__pycache__/randvar_registry.cpython-37.pyc
inferpy/data/__init__.py
inferpy/data/loaders.py
inferpy/data/mnist.py
inferpy/data/__pycache__/__init__.cpython-36.pyc
inferpy/data/__pycache__/loaders.cpython-36.pyc
inferpy/data/__pycache__/mnist.cpython-36.pyc
inferpy/datasets/__pycache__/__init__.cpython-36.pyc
inferpy/datasets/__pycache__/mnist.cpython-36.pyc
inferpy/exceptions/__pycache__/__init__.cpython-35.pyc
inferpy/exceptions/__pycache__/__init__.cpython-36.pyc
inferpy/exceptions/__pycache__/__init__.cpython-37.pyc
inferpy/inference/__init__.py
inferpy/inference/inference.py
inferpy/inference/__pycache__/__init__.cpython-36.pyc
inferpy/inference/__pycache__/__init__.cpython-37.pyc
inferpy/inference/__pycache__/inference.cpython-36.pyc
inferpy/inference/__pycache__/mcmc.cpython-36.pyc
inferpy/inference/__pycache__/svi.cpython-36.pyc
inferpy/inference/__pycache__/vi.cpython-36.pyc
inferpy/inference/__pycache__/vi.cpython-37.pyc
inferpy/inference/loss_functions/__pycache__/__init__.cpython-36.pyc
inferpy/inference/loss_functions/__pycache__/__init__.cpython-37.pyc
inferpy/inference/loss_functions/__pycache__/elbo.cpython-36.pyc
inferpy/inference/loss_functions/__pycache__/elbo.cpython-37.pyc
inferpy/inference/variational/__init__.py
inferpy/inference/variational/svi.py
inferpy/inference/variational/vi.py
inferpy/inference/variational/__pycache__/__init__.cpython-36.pyc
inferpy/inference/variational/__pycache__/svi.cpython-36.pyc
inferpy/inference/variational/__pycache__/vi.cpython-36.pyc
inferpy/inference/variational/loss_functions/__init__.py
inferpy/inference/variational/loss_functions/elbo.py
inferpy/inference/variational/loss_functions/__pycache__/__init__.cpython-36.pyc
inferpy/inference/variational/loss_functions/__pycache__/elbo.cpython-36.pyc
inferpy/models/__init__.py
inferpy/models/parameter.py
inferpy/models/prob_model.py
inferpy/models/random_variable.py
inferpy/models/__pycache__/__init__.cpython-35.pyc
inferpy/models/__pycache__/__init__.cpython-36.pyc
inferpy/models/__pycache__/__init__.cpython-37.pyc
inferpy/models/__pycache__/parameter.cpython-36.pyc
inferpy/models/__pycache__/parameter.cpython-37.pyc
inferpy/models/__pycache__/prob_model.cpython-36.pyc
inferpy/models/__pycache__/prob_model.cpython-37.pyc
inferpy/models/__pycache__/random_variable.cpython-36.pyc
inferpy/models/__pycache__/random_variable.cpython-37.pyc
inferpy/models/contextmanager/__pycache__/__init__.cpython-35.pyc
inferpy/models/contextmanager/__pycache__/__init__.cpython-37.pyc
inferpy/models/contextmanager/__pycache__/data_model.cpython-35.pyc
inferpy/models/contextmanager/__pycache__/data_model.cpython-37.pyc
inferpy/models/contextmanager/__pycache__/prob_model.cpython-35.pyc
inferpy/models/contextmanager/__pycache__/prob_model.cpython-37.pyc
inferpy/models/inference/__pycache__/__init__.cpython-37.pyc
inferpy/models/inference/__pycache__/vi.cpython-37.pyc
inferpy/models/inference/loss_functions/__pycache__/__init__.cpython-37.pyc
inferpy/models/inference/loss_functions/__pycache__/elbo.cpython-37.pyc
inferpy/queries/__init__.py
inferpy/queries/query.py
inferpy/queries/__pycache__/__init__.cpython-36.pyc
inferpy/queries/__pycache__/query.cpython-36.pyc
inferpy/util/__init__.py
inferpy/util/common.py
inferpy/util/interceptor.py
inferpy/util/iterables.py
inferpy/util/name.py
inferpy/util/runtime.py
inferpy/util/session.py
inferpy/util/tf_graph.py
inferpy/util/__pycache__/__init__.cpython-35.pyc
inferpy/util/__pycache__/__init__.cpython-36.pyc
inferpy/util/__pycache__/__init__.cpython-37.pyc
inferpy/util/__pycache__/common.cpython-36.pyc
inferpy/util/__pycache__/interceptor.cpython-36.pyc
inferpy/util/__pycache__/iterables.cpython-35.pyc
inferpy/util/__pycache__/iterables.cpython-36.pyc
inferpy/util/__pycache__/iterables.cpython-37.pyc
inferpy/util/__pycache__/name.cpython-36.pyc
inferpy/util/__pycache__/random_variable.cpython-35.pyc
inferpy/util/__pycache__/random_variable.cpython-36.pyc
inferpy/util/__pycache__/random_variable.cpython-37.pyc
inferpy/util/__pycache__/runtime.cpython-35.pyc
inferpy/util/__pycache__/runtime.cpython-36.pyc
inferpy/util/__pycache__/runtime.cpython-37.pyc
inferpy/util/__pycache__/session.cpython-36.pyc
inferpy/util/__pycache__/tf_graph.cpython-36.pyc
inferpy/util/__pycache__/tf_graph.cpython-37.pyc
requirements/datasets.txt
requirements/dev.txt
requirements/doc.txt
requirements/gpu.txt
requirements/prod.txt
requirements/test.txt
requirements/visualization.txt
tests/__init__.py
tests/_examples.py
tests/conftest.py
tests/test_data_loader.py
tests/test_examples.py
tests/test_parameter.py
tests/test_probmodel.py
tests/test_random_variable.py
tests/contextmanager/test_datamodel.py
tests/contextmanager/test_randvar_registry.py
tests/files/dataxy_0.csv
tests/files/dataxy_1.csv
tests/files/dataxy_no_header.csv
tests/files/dataxy_with_header.csv
tests/util/test_graph.py
tests/util/test_iterables.py
tests/util/test_runtime.py