Eugene Yan 1/13/2020

Beating the Baseline Recommender with Graph & NLP in Pytorch

Read Original

This technical article details an approach to beat a baseline matrix factorization recommender system. It combines Natural Language Processing (word2vec) and graph algorithms (DeepWalk, random walks) to learn product embeddings from a graph of product relationships, implemented in PyTorch and NetworkX.

Beating the Baseline Recommender with Graph & NLP in Pytorch

Comments

No comments yet

Be the first to share your thoughts!