PulseAugur
LIVE 03:34:29
research · [2 sources] ·
0
research

Eugene Yan enhances recommender systems using graph and NLP techniques

Eugene Yan's blog posts detail methods for building recommender systems that outperform baseline matrix factorization models. The approach involves using Natural Language Processing (NLP) techniques, specifically word2vec, to generate vector representations of products based on their relationships. These product embeddings are then used to make recommendations by identifying similar items, drawing inspiration from graph-based learning methods like DeepWalk. AI

Summary written by gemini-2.5-flash-lite from 2 sources. How we write summaries →

RANK_REASON Blog posts detailing novel applications of existing research papers (word2vec, DeepWalk) to a specific problem (recommender systems).

Read on Eugene Yan →

COVERAGE [2]

  1. Eugene Yan TIER_1 ·

    Beating the Baseline Recommender with Graph & NLP in Pytorch

    Beating the baseline using Graph & NLP techniques on PyTorch, AUC improvement of ~21% (Part 2 of 2).

  2. Eugene Yan TIER_1 ·

    Building a Strong Baseline Recommender in PyTorch, on a Laptop

    Building a baseline recsys based on data scraped off Amazon. Warning - Lots of charts! (Part 1 of 2).