Created by: jfkirk
What is this Python project?
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
What's the difference between this Python project and similar ones?
TensorRec gives you a level of customization that other recommendation systems do not. TensorRec allows you to build your own representation functions, which can be anything from simple linear transforms to deep neural networks, and use them to generate recommendations simply within the framework.
--
Anyone who agrees with this pull request could vote for it by adding a