1
0
Fork 0
mirror of https://github.com/vinta/awesome-python.git synced 2024-11-13 11:16:10 -05:00
This commit is contained in:
Vinta 2017-09-14 13:57:28 +08:00
parent 99b30faf60
commit 1ecafed464

View file

@ -895,7 +895,7 @@ Inspired by [awesome-php](https://github.com/ziadoz/awesome-php).
## Recommender Systems ## Recommender Systems
*Libraries for building recommender systems* *Libraries for building recommender systems.*
* [annoy](https://github.com/spotify/annoy) - Approximate Nearest Neighbors in C++/Python optimized for memory usage. * [annoy](https://github.com/spotify/annoy) - Approximate Nearest Neighbors in C++/Python optimized for memory usage.
* [fastFM](https://github.com/ibayer/fastFM) - A library for Factorization Machines. * [fastFM](https://github.com/ibayer/fastFM) - A library for Factorization Machines.