Skip to content

Commit add07d9

Browse files
committed
add Recommender Systems section
1 parent 08a01d6 commit add07d9

File tree

1 file changed

+12
-2
lines changed

1 file changed

+12
-2
lines changed

README.md

Lines changed: 12 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,7 @@ Inspired by [awesome-php](https://github.com/ziadoz/awesome-php).
6767
- [Permissions](#permissions)
6868
- [Processes](#processes)
6969
- [Queue](#queue)
70+
- [Recommender Systems](#recommender-systems)
7071
- [RESTful API](#restful-api)
7172
- [RPC Servers](#rpc-servers)
7273
- [Science](#science)
@@ -744,11 +745,10 @@ Inspired by [awesome-php](https://github.com/ziadoz/awesome-php).
744745
*Libraries for Machine Learning. See: [awesome-machine-learning](https://github.com/josephmisiti/awesome-machine-learning#python).*
745746

746747
* [gensim](https://github.com/RaRe-Technologies/gensim) - Topic Modelling for Humans.
747-
* [LightFM](https://github.com/lyst/lightfm) - A Python implementation of a number of popular recommendation algorithms.
748+
* [Metrics](https://github.com/dmlc/xgboost) - Machine learning evaluation metrics.
748749
* [NuPIC](https://github.com/numenta/nupic) - Numenta Platform for Intelligent Computing.
749750
* [scikit-learn](http://scikit-learn.org/) - The most popular Python library for Machine Learning.
750751
* [Spark ML](http://spark.apache.org/docs/latest/ml-guide.html) - [Apache Spark](http://spark.apache.org/)'s scalable Machine Learning library.
751-
* [surprise](http://surpriselib.com) - A scikit for building and analyzing recommender systems.
752752
* [vowpal_porpoise](https://github.com/josephreisinger/vowpal_porpoise) - A lightweight Python wrapper for [Vowpal Wabbit](https://github.com/JohnLangford/vowpal_wabbit/).
753753
* [xgboost](https://github.com/dmlc/xgboost) - A scalable, portable, and distributed gradient boosting library.
754754

@@ -894,6 +894,16 @@ Inspired by [awesome-php](https://github.com/ziadoz/awesome-php).
894894
* [rq](http://python-rq.org/) - Simple job queues for Python.
895895
* [simpleq](https://github.com/rdegges/simpleq) - A simple, infinitely scalable, Amazon SQS based queue.
896896

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.
906+
897907
## RESTful API
898908

899909
*Libraries for developing RESTful APIs.*

0 commit comments

Comments
 (0)