tuanio/AutoRec
AutoRec: Autoencoders Meet Collaborative Filtering implementation in PyTorch
This tool helps you predict what movies or products a user will like, based on their past ratings and what similar users have enjoyed. You provide a dataset of user ratings, and it generates personalized recommendations. It's for anyone managing a recommendation system, such as a streaming service content curator or an e-commerce product manager.
No commits in the last 6 months.
Use this if you need to generate accurate, personalized recommendations for users based on their historical rating data.
Not ideal if your recommendation needs extend beyond collaborative filtering or you require real-time, ultra-low-latency predictions for very large, dynamic datasets.
Stars
9
Forks
2
Language
Jupyter Notebook
License
—
Category
Last pushed
Aug 07, 2022
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/ml-frameworks/tuanio/AutoRec"
Open to everyone — 100 requests/day, no key needed. Get a free key for 1,000/day.
Higher-rated alternatives
meta-pytorch/torchrec
Pytorch domain library for recommendation systems
recommenders-team/recommenders
Best Practices on Recommendation Systems
hongleizhang/RSPapers
RSTutorials: A Curated List of Must-read Papers on Recommender System.
kakao/buffalo
TOROS Buffalo: A fast and scalable production-ready open source project for recommender systems
google-research/recsim
A Configurable Recommender Systems Simulation Platform