forked from PreferredAI/cornac
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Optimize LightGCN Model (PreferredAI#531)
* Generated model base from LightGCN * wip * wip example * add self-connection * refactor code * added sanity check * Changed train batch size in example to 1024 * Updated readme for example folder * Update Readme * update docs * Update block comment * WIP * Updated validation metric * Updated message handling * Added legacy lightgcn for comparison purposes * Changed to follow 'a_k = 1/(k+1)', k instead of i * Changed early stopping technique to follow NGCF * remove test_batchsize, early stop verbose to false * Changed parameters to align with paper and ngcf * refractor codes * update docstring * change param name to 'batch_size' * Fix paper reference --------- Co-authored-by: tqtg <[email protected]> Co-authored-by: Quoc-Tuan Truong <[email protected]>
- Loading branch information
1 parent
bd61657
commit 9726713
Showing
3 changed files
with
132 additions
and
148 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
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
Oops, something went wrong.