-
Notifications
You must be signed in to change notification settings - Fork 13
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
a83363c
commit 0ba7f28
Showing
26 changed files
with
457 additions
and
635 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
Package: poismf | ||
Type: Package | ||
Title: Factorization of Sparse Counts Matrices Through Poisson Likelihood | ||
Version: 0.3.1-6 | ||
Version: 0.4.0 | ||
Authors@R: c( | ||
person(given="David", family="Cortes", role=c("aut", "cre", "cph"), | ||
email="[email protected]"), | ||
|
@@ -13,12 +13,13 @@ Authors@R: c( | |
Maintainer: David Cortes <[email protected]> | ||
URL: https://github.com/david-cortes/poismf | ||
BugReports: https://github.com/david-cortes/poismf/issues | ||
Description: Creates a low-rank factorization of a sparse counts matrix by maximizing Poisson likelihood with l1/l2 regularization | ||
with all non-negative latent factors (e.g. for recommender systems or topic modeling) (Cortes, (2018) <arXiv:1811.01908>). | ||
Similar to hierarchical Poisson factorization, but follows an optimization-based approach with regularization instead of a | ||
hierarchical structure, and is fit through gradient-based methods instead of variational inference. | ||
Description: Creates a non-negative low-rank approximate factorization of a sparse counts matrix by maximizing Poisson | ||
likelihood with L1/L2 regularization (e.g. for implicit-feedback recommender systems or bag-of-words-based topic modeling) | ||
(Cortes, (2018) <arXiv:1811.01908>), which usually leads to very sparse user and item factors (over 90% zero-valued). | ||
Similar to hierarchical Poisson factorization (HPF), but follows an optimization-based approach with regularization | ||
instead of a hierarchical prior, and is fit through gradient-based methods instead of variational inference. | ||
License: BSD_2_clause + file LICENSE | ||
Imports: Matrix (>= 1.3), methods | ||
RoxygenNote: 7.1.1 | ||
RoxygenNote: 7.1.2 | ||
NeedsCompilation: yes | ||
Encoding: UTF-8 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
pandas>=0.24.0 | ||
numpy | ||
cython | ||
scipy | ||
Sphinx>=4.2.0 | ||
docutils==0.16 | ||
sphinx-rtd-theme>=1.0.0 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file not shown.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Oops, something went wrong.