Metadata-Version: 2.3
Name: inverse-projections
Version: 0.1.0
Summary: Inverse projection techniques for dimensionality reduction
Author: Yu Wang
Author-email: Yu Wang <yuwang@duck.com>
Requires-Dist: torch>=1.9.0
Requires-Dist: scikit-learn>=1.0.0
Requires-Dist: numpy>=1.21.0
Requires-Dist: scipy>=1.7.0
Requires-Dist: matplotlib>=3.4.0
Requires-Dist: tqdm>=4.60.0
Requires-Dist: pandas>=1.3.0
Requires-Dist: jupyter>=1.0.0 ; extra == 'examples'
Requires-Dist: notebook>=6.4.0 ; extra == 'examples'
Requires-Dist: ipykernel>=6.0.0 ; extra == 'examples'
Requires-Python: >=3.8
Project-URL: Homepage, https://github.com/wuyuyu1024/InverseProjections
Project-URL: Repository, https://github.com/wuyuyu1024/InverseProjections
Provides-Extra: examples
Description-Content-Type: text/markdown

# Code and demo for iLAMP and NNinv

run `demo.ipynb` to see the demo.

It also shows a visual evaluation using MNIST dataset

