lucasvinhtran /
group-recommender-systems
This repository contains recent research papers, datasets, and source codes (if any) for Group Recommendation
Loading repository data…
robi56 / repository
This repository contains Deep Learning based articles , paper and repositories for Recommender Systems
This repository contains Deep Learning based Articles , Papers and Repositories for Recommendation Systems.
Spotlight: deep learning recommender systems in PyTorch that utilizes factorization model and sequence model in the back end Source: https://github.com/maciejkula/spotlight
Amazon DSSTNE: deep learning library by amazon (specially for recommended systems i.e. sparse data) Source: https://github.com/amzn/amazon-dsstne
Recoder: Large scale training of factorization models for Collaborative Filtering with PyTorch Source: https://github.com/amoussawi/recoder
PredictionIO is built on technologies Apache Spark, Apache HBase and Spray. It is a machine learning server that can be used to create a recommender system. The source can be located on github and it looks very active. Source: https://github.com/apache/predictionio
Selected from shared topics, language and repository description—not editorial ratings.
lucasvinhtran /
This repository contains recent research papers, datasets, and source codes (if any) for Group Recommendation
siemhoukes /
This repository contains the code, data and analysis used in group 10's Deep Learning Project, based on Neural Collaborative Filtering (NCF).
ayomaska18 /
This repository contains two movie recommendation systems developed using the MovieLens 100K dataset. It includes both traditional user-based collaborative filtering and a deep learning-based neural collaborative filtering model.
tan-11 /
This repository contains the implementation of a deep learning-based recommender system using Neural Collaborative Filtering (NCF). The project aims to accurately predict user-item interactions from implicit feedback data from the The Movie Small dataset.
IshanBanerjee2003 /
This repository contains a highly advanced, production-ready personalized recommendation system for an e-commerce platform. The system leverages collaborative filtering, content-based filtering, and deep learning techniques, and is designed to scale with cloud infrastructure using AWS for real-time recommendations.
Shreyaprasad21 /
This repository contains three AI and machine learning projects completed during the internship at Encryptix: Face Detection and Recognition System, Netflix Recommendation System, and Tic-Tac-Toe. Each project includes data preprocessing, model building, and evaluation, using OpenCV, deep learning, collaborative filtering, and game AI algorithms.