PulseAugur
EN
LIVE 14:50:00

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

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

Read on Eugene Yan →

AI-generated summary · Google Gemini · from 2 sources. How we write summaries →

Eugene Yan enhances recommender systems using graph and NLP techniques

COVERAGE [2]

  1. Eugene Yan TIER_1 English(EN) ·

    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 English(EN) ·

    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).