Leavingseason/OpenLearning4DeepRecsys
TensorFlow implementations of deep learning recommendation system models including DeepFM, Neural Collaborative Filtering, and CCFNet.

This repository provides open-source implementations of several deep learning-based recommendation systems. It includes DeepFM (factorization machine combined with neural networks for CTR prediction), Neural Collaborative Filtering (NeuCF), Content-Boosted Collaborative Filtering Neural Network (CCFNet), and Biased Matrix Factorization models. All implementations are built using TensorFlow and come with demo datasets such as MovieLens and Douban.