LICENSE
MANIFEST.in
README.md
pyproject.toml
requirements.txt
./deeplatent/__init__.py
./deeplatent/autoencoders.py
./deeplatent/corpus.py
./deeplatent/models.py
./deeplatent/predictors.py
./deeplatent/priors.py
./deeplatent/simulations.py
./deeplatent/utils.py
deeplatent/__init__.py
deeplatent/autoencoders.py
deeplatent/corpus.py
deeplatent/models.py
deeplatent/predictors.py
deeplatent/priors.py
deeplatent/simulations.py
deeplatent/utils.py
deeplatent.egg-info/PKG-INFO
deeplatent.egg-info/SOURCES.txt
deeplatent.egg-info/dependency_links.txt
deeplatent.egg-info/requires.txt
deeplatent.egg-info/top_level.txt
examples/augmented_lagrangian_example.py
figs/doc2vec_pca_density.png
figs/doc2vec_pca_scatter.png
figs/doc2vec_trump_harris_direction_density.png
notebooks/01_gtm_real_world_example.ipynb
notebooks/02_gtm_with_embeddings.ipynb
notebooks/03_gtm_basic_simulation.ipynb
notebooks/04_gtm_with_metadata_simulation.ipynb
notebooks/05_gtm_with_multiple_modalities_simulation.ipynb
notebooks/06_IdealPointNN_real_world_example.ipynb
notebooks/07_IdealPointNN_simulations.ipynb
notebooks/08_IdealPointNN_multimodal_comparison.ipynb
notebooks/09_images.ipynb
notebooks/simulations.ipynb
notebooks/.ipynb_checkpoints/01_gtm_real_world_example-checkpoint.ipynb
notebooks/.ipynb_checkpoints/02_gtm_with_embeddings-checkpoint.ipynb
notebooks/.ipynb_checkpoints/03_gtm_basic_simulation-checkpoint.ipynb
notebooks/.ipynb_checkpoints/04_gtm_with_metadata_simulation-checkpoint.ipynb
notebooks/.ipynb_checkpoints/05_gtm_with_multiple_modalities_simulation-checkpoint.ipynb
notebooks/.ipynb_checkpoints/06_IdealPointNN_real_world_example-checkpoint.ipynb
notebooks/.ipynb_checkpoints/07_IdealPointNN_simulations-checkpoint.ipynb
notebooks/.ipynb_checkpoints/08_IdealPointNN_multimodal_comparison-checkpoint.ipynb
notebooks/.ipynb_checkpoints/09_images-checkpoint.ipynb
notebooks/.ipynb_checkpoints/simulations-checkpoint.ipynb
src2/models.py
tests/test_advanced_families.py
tests/test_all_likelihoods.py
tests/test_batching.py
tests/test_comprehensive_comparison.py
tests/test_enhanced_models.py
tests/test_ideal_point_model.py
tests/test_joint_vae_predictor.py
tests/test_linear_regression.py
tests/test_logistic_normal_priors.py
tests/test_missing_modalities.py
tests/test_models.py
tests/test_moe_votes_surveys.py
tests/test_ordinal.py
tests/test_poe_votes_surveys.py
tests/test_poisson.py
tests/test_surveys_simple.py
tests/test_text_embeddings.py
tests/test_three_covariates.py
tests/test_votes_only.py