Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
michalovadek committed Feb 29, 2024
1 parent de9ef05 commit 8689b53
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ NMF is typically used for reducing high-dimensional matrices into lower (k-) ran

$$X \approx W \times H$$

In topic modelling, _W_ is normally interpreted as the word-topic matrix and _H_ as the topic-document matrix.
In topic modelling, if _V_ is a word-document matrix then _W_ can be interpreted as the word-topic matrix and _H_ as the topic-document matrix.

Unlike most other NMF packages, `nmfbin` is focused on binary (Boolean) data, while keeping the number of dependencies to a minimum. For more information see the [website](https://michalovadek.github.io/nmfbin/).

Expand Down

0 comments on commit 8689b53

Please sign in to comment.