craftsangjae / recommender-system-dojo

Implement Various Recommendation Algorithms such as Market basket analysis, Matrix Factorization, Factorization Machine and so on.
4 stars 0 forks source link

[ Topic ] Item2Vec Implementation using Tensorflow #2

Open craftsangjae opened 4 years ago

craftsangjae commented 4 years ago

Objective

Mostly it seems that many people implement Item2Vec by utilizing Word2Vec within gensim. I want to build a sufficient understanding of Word2Vec first, and then try to implement Item2Vec.

reference

reference List