.gitignore
LICENSE
Makefile
README.md
pylintrc
requirements.txt
setup.py
.github/workflows/pylint-report.yml
.github/workflows/sphinx-multidoc.yml
benchmark/README.md
benchmark/__init__.py
benchmark/requirements.txt
benchmark/run_deeprob_clt.py
benchmark/run_deeprob_spn.py
benchmark/run_spflow_clt.py
benchmark/run_spflow_spn.py
benchmark/settings.json
benchmark/utils.py
deeprob/__init__.py
deeprob/context.py
deeprob/flows/__init__.py
deeprob/flows/utils.py
deeprob/flows/layers/__init__.py
deeprob/flows/layers/autoregressive.py
deeprob/flows/layers/coupling.py
deeprob/flows/layers/densenet.py
deeprob/flows/layers/resnet.py
deeprob/flows/models/__init__.py
deeprob/flows/models/base.py
deeprob/flows/models/maf.py
deeprob/flows/models/realnvp.py
deeprob/spn/__init__.py
deeprob/spn/algorithms/__init__.py
deeprob/spn/algorithms/evaluation.py
deeprob/spn/algorithms/gradient.py
deeprob/spn/algorithms/inference.py
deeprob/spn/algorithms/moments.py
deeprob/spn/algorithms/sampling.py
deeprob/spn/algorithms/structure.py
deeprob/spn/layers/__init__.py
deeprob/spn/layers/dgcspn.py
deeprob/spn/layers/ratspn.py
deeprob/spn/learning/__init__.py
deeprob/spn/learning/em.py
deeprob/spn/learning/leaf.py
deeprob/spn/learning/learnspn.py
deeprob/spn/learning/wrappers.py
deeprob/spn/learning/xpc.py
deeprob/spn/learning/splitting/__init__.py
deeprob/spn/learning/splitting/cluster.py
deeprob/spn/learning/splitting/cols.py
deeprob/spn/learning/splitting/entropy.py
deeprob/spn/learning/splitting/gini.py
deeprob/spn/learning/splitting/gvs.py
deeprob/spn/learning/splitting/random.py
deeprob/spn/learning/splitting/rdc.py
deeprob/spn/learning/splitting/rows.py
deeprob/spn/models/__init__.py
deeprob/spn/models/dgcspn.py
deeprob/spn/models/ratspn.py
deeprob/spn/models/sklearn.py
deeprob/spn/structure/__init__.py
deeprob/spn/structure/cltree.py
deeprob/spn/structure/io.py
deeprob/spn/structure/leaf.py
deeprob/spn/structure/node.py
deeprob/spn/utils/__init__.py
deeprob/spn/utils/filter.py
deeprob/spn/utils/partitioning.py
deeprob/spn/utils/statistics.py
deeprob/spn/utils/validity.py
deeprob/torch/__init__.py
deeprob/torch/base.py
deeprob/torch/callbacks.py
deeprob/torch/constraints.py
deeprob/torch/datasets.py
deeprob/torch/initializers.py
deeprob/torch/metrics.py
deeprob/torch/routines.py
deeprob/torch/transforms.py
deeprob/torch/utils.py
deeprob/utils/__init__.py
deeprob/utils/data.py
deeprob/utils/graph.py
deeprob/utils/random.py
deeprob/utils/region.py
deeprob/utils/statistics.py
deeprob_kit.egg-info/PKG-INFO
deeprob_kit.egg-info/SOURCES.txt
deeprob_kit.egg-info/dependency_links.txt
deeprob_kit.egg-info/requires.txt
deeprob_kit.egg-info/top_level.txt
docs/.gitignore
docs/Makefile
docs/README.md
docs/conf.py
docs/deeprob-logo-minimal.svg
docs/deeprob-logo.svg
docs/index.html
docs/index.rst
docs/requirements.txt
docs/_static/css/custom.css
docs/_templates/versions.html
docs/markdown/benchmark.md
docs/markdown/docs.md
docs/markdown/examples.md
docs/markdown/experiments.md
docs/markdown/home.md
examples/.gitignore
examples/README.md
examples/clt_plot.py
examples/clt_queries.py
examples/clt_to_spn.py
examples/dgcspn_mnist.py
examples/dgcspn_olivetti.py
examples/maf_cifar10.py
examples/naive_model.py
examples/nvp1d_moons.py
examples/nvp2d_cifar10.py
examples/nvp2d_mnist.py
examples/ratspn_mnist.py
examples/sklearn_interface.py
examples/spn_clt_em.py
examples/spn_custom_leaf.py
examples/spn_latent_mnist.py
examples/spn_moments.py
examples/spn_plot.py
experiments/.gitignore
experiments/README.md
experiments/__init__.py
experiments/datasets.py
experiments/dgcspn.py
experiments/energy.py
experiments/flows.py
experiments/ratspn.py
experiments/requirements.txt
experiments/spn.py
experiments/utils.py
experiments/datasets/.keep
test/__init__.py
test/test_clt.py
test/test_context.py
test/test_data.py
test/test_dgcspn.py
test/test_em.py
test/test_flows.py
test/test_graph.py
test/test_leaf.py
test/test_random.py
test/test_ratspn.py
test/test_spn.py
test/test_statistics.py
test/test_torch.py
test/utils.py