GithubHelp home page GithubHelp logo

Comments (5)

SXKDZ avatar SXKDZ commented on June 1, 2024

Thank you for pointing out. There's a weight parameter missing in the paper published on arXiv. In our implementation, there should be a weight matrix following the adjacency matrix multiplied with the list of item vectors (Equation 1). We have corrected this problem in the final version and will update the paper when the final conference proceeding is available.

from sr-gnn.

TimHsu1998 avatar TimHsu1998 commented on June 1, 2024

I have two questions for the paper.

  1. In equation (6), is m the number of items in a session or in the whole dataset?
  2. Is the Vi in equation (6) the same as the Vi in equation (8)? The one in (6) seems to be put into (1) ~ (5), but the one in (8) is not.

from sr-gnn.

SXKDZ avatar SXKDZ commented on June 1, 2024

I have two questions for the paper.

  1. In equation (6), is m the number of items in a session or in the whole dataset?
  2. Is the Vi in equation (6) the same as the Vi in equation (8)? The one in (6) seems to be put into (1) ~ (5), but the one in (8) is not.

Thank you for your interest in our paper.

A1: m refers to the number of all unique items.
A2: Vector $\mathbf{v}_i$ in bold denotes the embedding of item $v_i$.

from sr-gnn.

TimHsu1998 avatar TimHsu1998 commented on June 1, 2024

I have two questions for the paper.

  1. In equation (6), is m the number of items in a session or in the whole dataset?
  2. Is the Vi in equation (6) the same as the Vi in equation (8)? The one in (6) seems to be put into (1) ~ (5), but the one in (8) is not.

Thank you for your interest in our paper.

A1: m refers to the number of all unique items.
A2: Vector $\mathbf{v}_i$ in bold denotes the embedding of item $v_i$.

Thank you for your reply, but I still feel confused about this.

If the m in equation (6) is the number of all unique items in the whole dataset, the size of alpha in line 84 of pytorch_code/model.py should be batch_size * number_all_unique_items * 1, but it is batch_size * seq_length * 1 when I run the code.

from sr-gnn.

SXKDZ avatar SXKDZ commented on June 1, 2024

I have two questions for the paper.

  1. In equation (6), is m the number of items in a session or in the whole dataset?
  2. Is the Vi in equation (6) the same as the Vi in equation (8)? The one in (6) seems to be put into (1) ~ (5), but the one in (8) is not.

Thank you for your interest in our paper.
A1: m refers to the number of all unique items.
A2: Vector $\mathbf{v}_i$ in bold denotes the embedding of item $v_i$.

Thank you for your reply, but I still feel confused about this.

If the m in equation (6) is the number of all unique items in the whole dataset, the size of alpha in line 84 of pytorch_code/model.py should be batch_size * number_all_unique_items * 1, but it is batch_size * seq_length * 1 when I run the code.

Our mistake. Thanks for pointing our. It should be summing over all items within one session, so the m in Eq. (6) should be changed to n.

from sr-gnn.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.