Crates.io | nnmf_nalgebra |
lib.rs | nnmf_nalgebra |
version | 0.1.0 |
source | src |
created_at | 2023-02-21 19:15:15.658815 |
updated_at | 2023-02-21 19:15:15.658815 |
description | Non-negative matrix factorization using nalgebra |
homepage | |
repository | https://github.com/zyansheep/nnmf_nalgebra |
max_upload_size | |
id | 791010 |
size | 13,953 |
Takes a matrix V of size R*C, splits it into two smaller matricies W (R*K) and H (K*C) such that W * V approximates V.