Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 8 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,7 @@ Inspired by [awesome-php](https://github.com/ziadoz/awesome-php).
- [Processes](#processes)
- [Queue](#queue)
- [Recommender Systems](#recommender-systems)
- [Reloading](#reloading)
- [RESTful API](#restful-api)
- [RPC Servers](#rpc-servers)
- [Science](#science)
Expand Down Expand Up @@ -895,7 +896,7 @@ Inspired by [awesome-php](https://github.com/ziadoz/awesome-php).

## 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.
* [fastFM](https://github.com/ibayer/fastFM) - A library for Factorization Machines.
Expand All @@ -904,6 +905,12 @@ Inspired by [awesome-php](https://github.com/ziadoz/awesome-php).
* [LightFM](https://github.com/lyst/lightfm) - A Python implementation of a number of popular recommendation algorithms.
* [surprise](http://surpriselib.com) - A scikit for building and analyzing recommender systems.

## Reloading

*Libraries for reloading code.*

* [pydevd_reload](https://github.com/fyrestone/pydevd_reload) - An enhanced hot reload module from PyDev.

## RESTful API

*Libraries for developing RESTful APIs.*
Expand Down