Recommender Systems
Essence of Linear Algebra (13): Tensors and Multilinear Algebra
From scalars to high-dimensional data cubes -- tensors generalize vectors and matrices to arbitrary dimensions. Learn CP and Tucker decomposition, see how tensors compress neural networks and power recommender systems, …
HCGR: Hyperbolic Contrastive Graph Representation Learning for Session-based Recommendation
HCGR embeds session graphs in the Lorentz model of hyperbolic space and trains them with InfoNCE-style contrastive learning. This review unpacks why hierarchical session intent fits hyperbolic geometry, how Lorentz …
paper2repo: GitHub Repository Recommendation for Academic Papers
paper2repo aligns academic papers with GitHub repositories in a shared embedding space using a constrained GCN. Covers the joint heterogeneous graph, the WARP ranking loss, the cosine alignment constraint, and the full …
Session-based Recommendation with Graph Neural Networks (SR-GNN)
SR-GNN turns a click session into a directed weighted graph and runs a gated GNN to predict the next item. Covers session-graph construction, GGNN updates, attention-based session pooling, training, benchmarks, and the …
Graph Contextualized Self-Attention Network (GC-SAN) for Session-based Recommendation
GC-SAN combines a session-graph GGNN (local transitions) with multi-layer self-attention (global dependencies) for session-based recommendation. Covers graph construction, message passing, attention fusion, and where the …
LLMGR: Integrating Large Language Models with Graphical Session-Based Recommendation
LLMGR uses an LLM as the semantic engine for session-based recommendation and a GNN as the ranker. Covers the hybrid encoding layer, two-stage prompt tuning, ~8.68% HR@20 lift, and how to deploy without running an LLM …