PyTorch(1.6+) implementation of https://github.com/kang205/SASRec
-
Updated
Mar 19, 2026 - TeX
PyTorch(1.6+) implementation of https://github.com/kang205/SASRec
Several sequential recommended models implemented by tenosrflow1.x
⚡️ Implementation of TRON: Transformer Recommender using Optimized Negative-sampling, accepted at ACM RecSys 2023.
A toy large model for recommender system based on LLaMA2/SASRec/Meta's generative recommenders. Besides, note and experiments of official implementation for Meta's generative recommenders.
common used Recommend Baseline Model, including the traditional statistical model, and the Nerual Network Model. Focus on the SRS (Sequential Recommend System).
An easy and efficient tool to build sequential recommendation system utilizing SASRec
An extremely modular, easy-to-use, and research-oriented framework for Generative Recommendation.
Minor project
Simple and fast project to learn baseline sequential recommenders.
Pet projects involving recommender systems
Sequential Recommender (SASRec/GRU) benchmarking the T-ECD dataset (9.2M events). Features interactive testing dashboards, 2D/3D cross-domain embedding visualizations, and impact analysis.
Sequential recommendation on Amazon Video Games, built progressively from a bag-of-items baseline to a full self-attention transformer — measuring what attention and positional embeddings each contribute. Streamlit demo included.
SASRec Movie Recommendation API on AWS. Self-attention sequential recommender with 2 attention blocks, 50-dim embeddings. NDCG@10: 58.11%, Hit@10: 78.49%. 1.81ms inference, 8,366 req/s on CPU. Deployed on EC2 with Docker, Streamlit dashboard. Trained on MovieLens-1M.
State-space (S4) sequential recommender for next-item prediction: a from-scratch Structured State-Space kernel (DPLR/HiPPO, bilinear+ZOH, FFT long-conv) that beats a SASRec baseline (+11% Hit@10 / +14% NDCG@10) on Amazon Reviews under a leakage-free timestamp leave-one-out split.
A decoupled Two-Tower and SASRec architecture that isolates user data from item embeddings to enable "Right to be Forgotten" compliance via exact retraining.
OTTO session-based recommendation — co-visitation baseline + SASRec multi-task transformer
Literature review and SASRec implementation for ranking algorithms in recommendation systems
LoRA-adapted LFM2.5 for sequential recommendation with SASRec attention
Add a description, image, and links to the sasrec topic page so that developers can more easily learn about it.
To associate your repository with the sasrec topic, visit your repo's landing page and select "manage topics."