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:
James Kirk 2017-10-30 16:09:26 -04:00 committed by GitHub
parent f5ae39d51a
commit f60dea2e8e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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