This repo contains implementations of various recommender systems using Tensorflow 2
- Matrix factorization
- Neural collaborative filtering
- Item embeddings (soon)
- User embeddings (soon)
- User and item embeddings combined in a feed forward Neural Network (soon)
All models are trained and evaluated using Movielens.
The purpose of this repository is not to compare the methodologies listed above but to provide examples of how they can be implemented using tensorflow 2.