Metadata-Version: 2.1
Name: manifold-learn
Version: 0.0.1
Summary: A lightweight toolkit making manifold learning much easier
Home-page: https://github.com/imyizhang/manifold-learn
Author: Yi Zhang
Author-email: yizhang.dev@gmail.com
License: MIT
Download-URL: https://github.com/imyizhang/manifold-learn
Keywords: pytorch,manifold-learning,dimension-reduction
Platform: UNKNOWN
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Requires-Python: >=3.8
Description-Content-Type: text/markdown
License-File: LICENSE

# manifold-learn

manifold-learn is

* a lightweight toolkit making manifold learning much easier





## Quickstart


### Dependencies and Installation

#### Package Dependencies

`pip install -r requirements.txt` can handle all package dependencies.

#### Install PyTorch-Bayes

```bash
$ pip install manifold-learn
```   


