https://github.com/himeyama/cuda-nmf
NMF calculations are performed on NVIDIA GPUs using the Cuda API. (GEM released)
https://github.com/himeyama/cuda-nmf
cublas cuda gem nmf ruby
Last synced: 3 months ago
JSON representation
NMF calculations are performed on NVIDIA GPUs using the Cuda API. (GEM released)
- Host: GitHub
- URL: https://github.com/himeyama/cuda-nmf
- Owner: Himeyama
- Created: 2021-11-14T07:20:51.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2021-11-21T08:20:39.000Z (over 4 years ago)
- Last Synced: 2025-05-21T21:07:51.824Z (about 1 year ago)
- Topics: cublas, cuda, gem, nmf, ruby
- Language: C++
- Homepage:
- Size: 67.4 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Cuda::NMF
[](https://badge.fury.io/rb/cuda-nmf)
非負値行列因子分解 (NMF) を NVIDIA 製 GPU で行う Gem です。データは numo-narray で扱います。
注意: まだ開発段階のため正しく動作しない場合があります。
Note: it is still in the development stage and may not work properly.
## インストール
```bash
gem install cuda-nmf
```
## ビルド
### コンパイル
```bash
rake compile
```
### Gem の生成
```bash
rake build
```
### インストール先について
```bash
gem contents cuda-nmf
```
### Gem のインストール
```bash
rake install
```