LightFM Framework

From GM-RKB
(Redirected from LightFM)
Jump to navigation Jump to search

A LightFM Framework is a Python-based recommendation system framework that …

  • See: [[]].


References

2018

  • https://github.com/lyst/lightfm
    • QUOTE: LightFM is a Python implementation of a number of popular recommendation algorithms for both implicit and explicit feedback, including efficient implementation of BPR and WARP ranking losses. It's easy to use, fast (via multithreaded model estimation), and produces high quality results.

      It also makes it possible to incorporate both item and user metadata into the traditional matrix factorization algorithms. It represents each user and item as the sum of the latent representations of their features, thus allowing recommendations to generalise to new items (via item features) and to new users (via user features).