datawhalechina / torch-rechub

A Lighting Pytorch Framework for Recommendation Models, Easy-to-use and Easy-to-extend.
MIT License
400 stars 74 forks source link

Implementation of SBR model NARM #36

Closed bokang-ugent closed 2 years ago

bokang-ugent commented 2 years ago

This is an implementation of the NARM (Neural Attentive Session-based Recommendation) model. The model is one of the earliest proposed neural model (another one is GRU4Rec) in the line of SBR research. NARM is often used as a baseline in the later research papers.

Changes

Results

Recall@20 MRR@20
YOOCHOOSE1/64 0.6746 0.2827
YOOCHOOSE1/4 0.7028 0.2909
DIGINETICA 0.5829 0.2603

Future work