You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
*[surprise](http://surpriselib.com) - A scikit for building and analyzing recommender systems.
752
752
*[vowpal_porpoise](https://github.com/josephreisinger/vowpal_porpoise) - A lightweight Python wrapper for [Vowpal Wabbit](https://github.com/JohnLangford/vowpal_wabbit/).
753
753
*[xgboost](https://github.com/dmlc/xgboost) - A scalable, portable, and distributed gradient boosting library.
754
754
@@ -894,6 +894,16 @@ Inspired by [awesome-php](https://github.com/ziadoz/awesome-php).
894
894
*[rq](http://python-rq.org/) - Simple job queues for Python.
895
895
*[simpleq](https://github.com/rdegges/simpleq) - A simple, infinitely scalable, Amazon SQS based queue.
896
896
897
+
## Recommender Systems
898
+
899
+
*Libraries for building recommender systems*
900
+
901
+
*[annoy](https://github.com/spotify/annoy) - Approximate Nearest Neighbors in C++/Python optimized for memory usage.
902
+
*[fastFM](https://github.com/ibayer/fastFM) - A library for Factorization Machines.
903
+
*[implicit](https://github.com/benfred/implicit) - A fast Python implementation of collaborative filtering for implicit datasets.
904
+
*[LightFM](https://github.com/lyst/lightfm) - A Python implementation of a number of popular recommendation algorithms.
905
+
*[surprise](http://surpriselib.com) - A scikit for building and analyzing recommender systems.
0 commit comments