Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/imyizhang/manifold-learn
https://github.com/imyizhang/manifold-learn
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/imyizhang/manifold-learn
- Owner: imyizhang
- License: mit
- Created: 2021-12-28T16:25:14.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2023-09-13T16:23:13.000Z (about 1 year ago)
- Last Synced: 2024-10-01T16:37:41.868Z (about 1 month ago)
- Language: Python
- Size: 83 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 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
```