Skip to content
New issue

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

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

Already on GitHub? # to your account

add lastfm dataset #91

Merged
merged 1 commit into from
Aug 6, 2018
Merged

add lastfm dataset #91

merged 1 commit into from
Aug 6, 2018

Conversation

benfred
Copy link
Contributor

@benfred benfred commented Aug 5, 2018

This adds a dataset based off the lastfm360K dataset, using factors generated by a simple MF based recommendation model.

This lets us replicate the experiments done in this post: http://www.benfrederickson.com/approximate-nearest-neighbours-for-recommender-systems/ , with the main benefit that this lets us test out inner product lookup of MF based recommender models on top of angular ANN indices.

The generated dataset is here https://github.com/benfred/recommender_data/releases/download/v1.0/lastfm-64-dot.hdf5

This adds a dataset based off the lastfm360K dataset, using factors generated
by a simple MF based recommendation model.

This lets us replicate the experiments done in this post: http://www.benfrederickson.com/approximate-nearest-neighbours-for-recommender-systems/
@erikbern
Copy link
Owner

erikbern commented Aug 6, 2018

This is excellent – thanks for contributing. Will include it in the next round of benchmarks!

@erikbern erikbern merged commit 83a95fa into erikbern:master Aug 6, 2018
@erikbern
Copy link
Owner

erikbern commented Aug 6, 2018

(separately I should probably figure out a way to run the dataset code as a part of the CI)

@erikbern
Copy link
Owner

erikbern commented Aug 6, 2018

will generate a dataset and upload it shortly

@erikbern
Copy link
Owner

Sorry for the late realization but I never linked to this from the README. adding that now as a part of #166

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

Successfully merging this pull request may close these issues.

2 participants