Merge pull request #1061 from harshgupta7/master

Added Entry to Recommender System
This commit is contained in:
Vinta 2018-04-25 01:02:11 +08:00 committed by GitHub
commit 031539e877
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -927,6 +927,7 @@ Inspired by [awesome-php](https://github.com/ziadoz/awesome-php).
* [implicit](https://github.com/benfred/implicit) - A fast Python implementation of collaborative filtering for implicit datasets.
* [libffm](https://github.com/guestwalk/libffm) - A library for Field-aware Factorization Machine (FFM).
* [LightFM](https://github.com/lyst/lightfm) - A Python implementation of a number of popular recommendation algorithms.
* [Spotlight](https://github.com/maciejkula/spotlight) - Deep recommender models using PyTorch.
* [surprise](http://surpriselib.com) - A scikit for building and analyzing recommender systems.
* [TensorRec](https://github.com/jfkirk/tensorrec) - A Recommendation Engine Framework in TensorFlow.