Skip to content

dvarelas/tensorflow2-recommender

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Recommender systems built using Tensorflow 2

This repo contains implementations of various recommender systems using Tensorflow 2

image

Models implemented:

  1. Matrix factorization
  2. Neural collaborative filtering
  3. Item embeddings (soon)
  4. User embeddings (soon)
  5. 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.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages