Skip to content
Snippets Groups Projects
  1. Oct 17, 2023
    • darrylong's avatar
      Optimize LightGCN Model (#531) · a470d5c8
      darrylong authored
      
      * 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: default avatartqtg <tuantq.vnu@gmail.com>
      Co-authored-by: default avatarQuoc-Tuan Truong <tqtg@users.noreply.github.com>
  2. Sep 24, 2023
  3. Feb 07, 2020
  4. Jan 14, 2020
  5. Dec 29, 2019
  6. Dec 27, 2019
  7. Dec 14, 2019
  8. Sep 09, 2019
  9. Jul 05, 2019
  10. May 28, 2019
Loading