Skip to content

Latest commit

 

History

History
34 lines (26 loc) · 666 Bytes

README.md

File metadata and controls

34 lines (26 loc) · 666 Bytes

Cuda::NMF

Gem Version

非負値行列因子分解 (NMF) を NVIDIA 製 GPU で行う Gem です。データは numo-narray で扱います。

注意: まだ開発段階のため正しく動作しない場合があります。

Note: it is still in the development stage and may not work properly.

インストール

gem install cuda-nmf

ビルド

コンパイル

rake compile

Gem の生成

rake build

インストール先について

gem contents cuda-nmf

Gem のインストール

rake install