Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add LightGCN Model #526

Merged
merged 30 commits into from
Sep 24, 2023
Merged

Add LightGCN Model #526

merged 30 commits into from
Sep 24, 2023

Commits on Jul 20, 2023

  1. Configuration menu
    Copy the full SHA
    254f5e7 View commit details
    Browse the repository at this point in the history

Commits on Aug 1, 2023

  1. Configuration menu
    Copy the full SHA
    8166886 View commit details
    Browse the repository at this point in the history

Commits on Aug 14, 2023

  1. Configuration menu
    Copy the full SHA
    f64d5ae View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    56da653 View commit details
    Browse the repository at this point in the history

Commits on Sep 6, 2023

  1. wip

    darrylong committed Sep 6, 2023
    Configuration menu
    Copy the full SHA
    1b1c6a1 View commit details
    Browse the repository at this point in the history

Commits on Sep 7, 2023

  1. Configuration menu
    Copy the full SHA
    3804856 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    964ca92 View commit details
    Browse the repository at this point in the history

Commits on Sep 8, 2023

  1. Configuration menu
    Copy the full SHA
    fad5ee9 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4d33b2a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    2ed460b View commit details
    Browse the repository at this point in the history

Commits on Sep 10, 2023

  1. Configuration menu
    Copy the full SHA
    2229e20 View commit details
    Browse the repository at this point in the history
  2. Fixed mini batching bug

    darrylong committed Sep 10, 2023
    Configuration menu
    Copy the full SHA
    233707e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    3a68d10 View commit details
    Browse the repository at this point in the history

Commits on Sep 11, 2023

  1. Configuration menu
    Copy the full SHA
    984e518 View commit details
    Browse the repository at this point in the history
  2. Changed default layers to 3

    darrylong committed Sep 11, 2023
    Configuration menu
    Copy the full SHA
    579846e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d8cb0f9 View commit details
    Browse the repository at this point in the history
  4. Updated loss function

    darrylong committed Sep 11, 2023
    Configuration menu
    Copy the full SHA
    899f008 View commit details
    Browse the repository at this point in the history
  5. refactor code

    tqtg committed Sep 11, 2023
    Configuration menu
    Copy the full SHA
    6866c3c View commit details
    Browse the repository at this point in the history

Commits on Sep 12, 2023

  1. refactor code

    tqtg committed Sep 12, 2023
    Configuration menu
    Copy the full SHA
    fd94a46 View commit details
    Browse the repository at this point in the history
  2. update LightGCN example

    tqtg committed Sep 12, 2023
    Configuration menu
    Copy the full SHA
    1906b04 View commit details
    Browse the repository at this point in the history
  3. refractor code

    darrylong committed Sep 12, 2023
    Configuration menu
    Copy the full SHA
    7dc8136 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    711b646 View commit details
    Browse the repository at this point in the history
  5. Add init block comment

    darrylong committed Sep 12, 2023
    Configuration menu
    Copy the full SHA
    15d5629 View commit details
    Browse the repository at this point in the history

Commits on Sep 13, 2023

  1. Configuration menu
    Copy the full SHA
    904f199 View commit details
    Browse the repository at this point in the history
  2. refractor codes

    darrylong committed Sep 13, 2023
    Configuration menu
    Copy the full SHA
    209bb8e View commit details
    Browse the repository at this point in the history
  3. Update Readme

    darrylong committed Sep 13, 2023
    Configuration menu
    Copy the full SHA
    e3b379d View commit details
    Browse the repository at this point in the history
  4. Update documentation

    darrylong committed Sep 13, 2023
    Configuration menu
    Copy the full SHA
    531ec06 View commit details
    Browse the repository at this point in the history
  5. Update docstring

    darrylong committed Sep 13, 2023
    Configuration menu
    Copy the full SHA
    21c32af View commit details
    Browse the repository at this point in the history
  6. Update examples readme

    darrylong committed Sep 13, 2023
    Configuration menu
    Copy the full SHA
    66fb7f0 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    28c3748 View commit details
    Browse the repository at this point in the history