Data-Driven Recommendation System

From GM-RKB
Jump to navigation Jump to search

A Data-Driven Recommendation System is an that is a data-driven information filtering system and that implements a data-driven recommendation algorithm to solve a data-driven recommendations task.



References

2018

  • https://github.com/maciejkula/spotlight
    • QUOTE: ... Spotlight uses PyTorch to build both deep and shallow recommender models. By providing both a slew of building blocks for loss functions (various pointwise and pairwise ranking losses), representations (shallow factorization representations, deep sequence models), and utilities for fetching (or generating) recommendation datasets, it aims to be a tool for rapid exploration and prototyping of new recommender models. …