パッケージ: umap-learn (0.5.3+dfsg-2)
umap-learn に関するリンク
Debian の資源:
umap-learn ソースパッケージをダウンロード:
- [umap-learn_0.5.3+dfsg-2.dsc]
- [umap-learn_0.5.3+dfsg.orig.tar.xz]
- [umap-learn_0.5.3+dfsg-2.debian.tar.xz]
メンテナ:
外部の資源:
- ホームページ [github.com]
類似のパッケージ:
Uniform Manifold Approximation and Projection
Uniform Manifold Approximation and Projection (UMAP) is a dimension reduction technique that can be used for visualisation similarly to t- SNE, but also for general non-linear dimension reduction. The algorithm is founded on three assumptions about the data:
1. The data is uniformly distributed on a Riemannian manifold; 2. The Riemannian metric is locally constant (or can be approximated as such); 3. The manifold is locally connected.
From these assumptions it is possible to model the manifold with a fuzzy topological structure. The embedding is found by searching for a low dimensional projection of the data that has the closest possible equivalent fuzzy topological structure.
その他の umap-learn 関連パッケージ
|
|
|
|
-
- dep: python3
- interactive high-level object-oriented language (default python3 version)
-
- dep: python3-numba
- native machine code compiler for Python 3
-
- dep: python3-numpy
- Fast array facility to the Python 3 language
-
- dep: python3-pandas
- data structures for "relational" or "labeled" data
-
- dep: python3-pynndescent
- nearest neighbor descent for approximate nearest neighbors
-
- dep: python3-scipy
- scientific tools for Python 3
-
- dep: python3-sklearn
- Python modules for machine learning and data mining - Python 3
-
- dep: python3-tqdm
- fast, extensible progress bar for Python 3 and CLI tool