recommender-systems.md
July 15, 2021 ยท View on GitHub
Bookmarks tagged [recommender-systems]
www.codever.land/bookmarks/t/recommender-systems
annoy
https://github.com/spotify/annoy
Approximate Nearest Neighbors in C++/Python optimized for memory usage.
- tags: python, recommender-systems
- :octocat: source code
fastFM
https://github.com/ibayer/fastFM
A library for Factorization Machines.
- tags: python, recommender-systems
- :octocat: source code
implicit
https://github.com/benfred/implicit
A fast Python implementation of collaborative filtering for implicit datasets.
- tags: python, recommender-systems
- :octocat: source code
libffm
https://github.com/guestwalk/libffm
A library for Field-aware Factorization Machine (FFM).
- tags: python, recommender-systems
- :octocat: source code
lightfm
https://github.com/lyst/lightfm
A Python implementation of a number of popular recommendation algorithms.
- tags: python, recommender-systems
- :octocat: source code
spotlight
https://github.com/maciejkula/spotlight
Deep recommender models using PyTorch.
- tags: python, recommender-systems
- :octocat: source code
Surprise
https://github.com/NicolasHug/Surprise
A scikit for building and analyzing recommender systems.
- tags: python, recommender-systems
- :octocat: source code
tensorrec
https://github.com/jfkirk/tensorrec
A Recommendation Engine Framework in TensorFlow.
- tags: python, recommender-systems
- :octocat: source code