mirror of
https://github.com/vinta/awesome-python
synced 2024-11-15 00:07:24 +00:00
Adds TensorRec
TensorRec is a Python recommendation system that allows you to quickly develop recommendation algorithms and customize them using TensorFlow. TensorRec lets you to customize your recommendation system's embedding functions and loss functions while TensorRec handles the data manipulation, scoring, and ranking to generate recommendations. You can read a blog post I wrote about the project here: https://medium.com/@jameskirk1/tensorrec-a-recommendation-engine-framework-in-tensorflow-d85e4f0874e8
This commit is contained in:
parent
f5ae39d51a
commit
f60dea2e8e
1 changed files with 1 additions and 0 deletions
|
@ -910,6 +910,7 @@ Inspired by [awesome-php](https://github.com/ziadoz/awesome-php).
|
|||
* [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.
|
||||
* [surprise](http://surpriselib.com) - A scikit for building and analyzing recommender systems.
|
||||
* [TensorRec](https://github.com/jfkirk/tensorrec) - A Recommendation Engine Framework in TensorFlow.
|
||||
|
||||
## RESTful API
|
||||
|
||||
|
|
Loading…
Reference in a new issue