mdscuda:多维缩放的CUDA实现

时间:2024-04-26 01:53:23
【文件属性】:

文件名称:mdscuda:多维缩放的CUDA实现

文件大小:14KB

文件格式:ZIP

更新时间:2024-04-26 01:53:23

Python

mdscuda 这是使用SMACOF算法的多维缩放比例( )的CUDA实现。 当前仅支持度量标准MDS。 安装 pip安装mdscuda 最新版本:0.1.2 例子 import numpy as np from mdscuda import MDS , mds_fit , minkowski_pairs N_SAMPLES = 1000 N_FEATURES = 100 X = np . random . normal ( size = ( N_SAMPLES , N_FEATURES )) DELTA = minkowski_pairs ( X , sqform = False ) # this returns a matrix of pairwise distances in longform # method 1: use an sklearn-style class md


【文件预览】:
mdscuda-master
----benchmarks.txt(866B)
----mdscuda()
--------minkowski.py(3KB)
--------mds.py(7KB)
--------example_khan.py(1KB)
--------utils.py(1KB)
--------__init__.py(82B)
--------example_digits.py(1KB)
--------example_iris.py(1KB)
--------example_random.py(769B)
--------example_digits_gif.py(3KB)
----requirements.txt(44B)
----LICENSE(1KB)
----setup.cfg(617B)
----setup.py(188B)
----README.md(4KB)
----Makefile(197B)
----.gitignore(2KB)
----pyproject.toml(143B)
----example.py(806B)

网友评论