.gitignore
.pre-commit-config.yaml
CITATION.cff
CODE_OF_CONDUCT.md
LICENSE
README.md
RELEASES.rst
RELEASING.md
codecov.yml
pyproject.toml
setup.cfg
.circleci/config.yml
.github/PULL_REQUEST_TEMPLATE.md
.github/workflows/circleci-redirector.yml
.github/workflows/pre-commit.yml
.github/workflows/release.yml
.github/workflows/testing.yml
benchmarks/benchmark_umap_single_cell.py
benchmarks/umap_vs_largevis_distributed.py
benchmarks/faiss/.gitignore
benchmarks/faiss/BENCHMARK_RESULTS.md
benchmarks/faiss/run_benchmark.py
docs/Makefile
docs/make.bat
docs/source/all.rst
docs/source/conf.py
docs/source/index.rst
docs/source/references.bib
docs/source/torchdr.bibliography.rst
docs/source/torchdr.contributing.rst
docs/source/torchdr.releases.rst
docs/source/torchdr.user_guide.rst
docs/source/_templates/module.rst
docs/source/_templates/myclass_template.rst
docs/source/_templates/myfunc_template.rst
docs/source/figures/cifar100_tsne.png
docs/source/figures/logo.ico
docs/source/figures/mnist_readme.png
docs/source/figures/multi_gpu_dr_extended.png
docs/source/figures/single_cell.gif
docs/source/figures/single_cell_readme.png
docs/source/figures/symbolic_matrix.svg
docs/source/figures/torchdr_logo.png
docs/source/figures/umap_benchmark_single_cell.png
docs/source/js/pypi-icon.js
docs/source/stubs/torchdr.Affinity.rst
docs/source/stubs/torchdr.AffinityMatcher.rst
docs/source/stubs/torchdr.DRModule.rst
docs/source/stubs/torchdr.LogAffinity.rst
examples/README.rst
examples/affinities/README.rst
examples/affinities/demo_ea_adaptivity.py
examples/affinities/single_vs_multi_gpu_umap_affinity.py
examples/basics/README.rst
examples/basics/demo_ne_methods_affinity_matcher.py
examples/basics/demo_pca_via_affinity_matcher.py
examples/basics/demo_tsne_swiss_roll.py
examples/basics/demo_tsne_vs_cosne.py
examples/basics/incremental_pca.py
examples/distributed/knn_accuracy_benchmark.py
examples/distributed/neighborhood_preservation_benchmark.py
examples/images/cifar10.py
examples/images/cifar100.py
examples/images/panorama_readme.py
examples/single_cell/census.py
examples/single_cell/single_cell_readme.py
torchdr/__about__.py
torchdr/__init__.py
torchdr/_version.py
torchdr/affinity_matcher.py
torchdr/base.py
torchdr/cli.py
torchdr.egg-info/PKG-INFO
torchdr.egg-info/SOURCES.txt
torchdr.egg-info/dependency_links.txt
torchdr.egg-info/entry_points.txt
torchdr.egg-info/requires.txt
torchdr.egg-info/top_level.txt
torchdr/affinity/__init__.py
torchdr/affinity/base.py
torchdr/affinity/entropic.py
torchdr/affinity/knn_normalized.py
torchdr/affinity/quadratic.py
torchdr/distance/__init__.py
torchdr/distance/base.py
torchdr/distance/faiss.py
torchdr/distance/keops.py
torchdr/distance/torch.py
torchdr/distributed/__init__.py
torchdr/eval/__init__.py
torchdr/eval/kmeans.py
torchdr/eval/knn_labels.py
torchdr/eval/neighborhood_preservation.py
torchdr/eval/silhouette.py
torchdr/neighbor_embedding/__init__.py
torchdr/neighbor_embedding/base.py
torchdr/neighbor_embedding/cosne.py
torchdr/neighbor_embedding/infotsne.py
torchdr/neighbor_embedding/largevis.py
torchdr/neighbor_embedding/pacmap.py
torchdr/neighbor_embedding/sne.py
torchdr/neighbor_embedding/tsne.py
torchdr/neighbor_embedding/tsnekhorn.py
torchdr/neighbor_embedding/umap.py
torchdr/spectral_embedding/__init__.py
torchdr/spectral_embedding/incremental_pca.py
torchdr/spectral_embedding/kernel_pca.py
torchdr/spectral_embedding/pca.py
torchdr/spectral_embedding/phate.py
torchdr/tests/conftest.py
torchdr/tests/test_affinity.py
torchdr/tests/test_affinity_matcher.py
torchdr/tests/test_cli.py
torchdr/tests/test_dataloader.py
torchdr/tests/test_distributed.py
torchdr/tests/test_distributed_pca.py
torchdr/tests/test_estimators.py
torchdr/tests/test_eval.py
torchdr/tests/test_eval_comprehensive.py
torchdr/tests/test_incremental_pca.py
torchdr/tests/test_neighbor_embedding.py
torchdr/tests/test_sparse.py
torchdr/tests/test_spectral.py
torchdr/tests/test_utils.py
torchdr/tests/test_visu.py
torchdr/tests/utils.py
torchdr/utils/__init__.py
torchdr/utils/faiss.py
torchdr/utils/keops.py
torchdr/utils/manifold.py
torchdr/utils/radam.py
torchdr/utils/root_search.py
torchdr/utils/sparse.py
torchdr/utils/utils.py
torchdr/utils/validation.py
torchdr/utils/visu.py
torchdr/utils/wrappers.py