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

Wrow, Wcol #1

Open
snsatoshi opened this issue Jul 6, 2018 · 4 comments
Open

Wrow, Wcol #1

snsatoshi opened this issue Jul 6, 2018 · 4 comments

Comments

@snsatoshi
Copy link

How did you generate Wrow and Wcol that are contained in mat file ?

@fmonti
Copy link
Owner

fmonti commented Jul 6, 2018

As stated in the paper:

For the MovieLens dataset we constructed the user and item (movie) graphs as unweighted 10-nearest
neighbor graphs in the space of user and movie features, respectively. For Flixster, the user and item graphs were constructed from the scores of the original matrix (so still it's a nearest neighbors graph). For the Douban dataset, we used only the user graph (i.e. the provided social network of the user). For the YahooMusic dataset, we used only the item graph, constructed with unweighted 10-nearest neighbors in the space of item features (artists, albums, and genres).

@jiaxinwoo
Copy link

Hi,
For MovieLens dataset,what exactly are the user and movie features?

@fmonti
Copy link
Owner

fmonti commented Jul 19, 2018

You can find all the needed information in the dataset README:

http://files.grouplens.org/datasets/movielens/ml-100k-README.txt

@fmonti
Copy link
Owner

fmonti commented Mar 22, 2019

We used 10-NNs only when the original graph was not provided.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants