Hi! Great work. I guess my question is - do you use 'averaging' of word vectors or the Chinese Restaurant process - to get to sub reddit vectors. You describe the Chinese Restaurant process as a "more sophisticated method" that you "can" use, but in my experiments with word2vec and reddit ( https://github.com/utunga/gensimred ) I quickly discovered that simple averaging just does not work. Averaging has this awful 'r…
Using Doc2Vec to Suggest SubReddits
11–14 of 14 posts
Re: Using Doc2Vec to Suggest SubReddits
#12Awesome seeing someone use the reddit dataset :)! Wouldn't a w2v as a recommender for the user might have been better? Taking user's comments/likes/subreddits as a feature.
Re: Using Doc2Vec to Suggest SubReddits
#13Nice idea :), works well. Spotted a small typo in the examples: pcmasterace+mac should be pcmasterrace+mac (missing an r)
Re: Using Doc2Vec to Suggest SubReddits
#14Hi! Great work. I guess my question is - do you use 'averaging' of word vectors or the Chinese Restaurant process - to get to sub reddit vectors. You describe the Chinese Restaurant process as a "more sophisticated method" that you "can" use, but in my experiments with word2vec and reddit ( https://github.com/utunga/gensimred ) I quickly discovered that simple averaging just does not work. Averaging has this awful 'r…
I used the gensim Doc2Vec implementation. You can check out some of the source code here: https://github.com/jmportilla/Reddit2Vec