This looks really interesting, but it pretty hard to follow without the video.<p>My summary after a quick flick through is that it is a better classification(/clustering?) model for text, because it takes Word2Vec-style similarity into account, which plain LDA doesn't. That sounds like a reasonable approach to me, and nice to see someone get it working.<p>I think. Comments?<p>Here is the version with notes. I haven't read this through yet: <a href="http://www.slideshare.net/ChristopherMoody3/word2vec-lda-and-introducing-a-new-hybrid-algorithm-lda2vec?next_slideshow=1" rel="nofollow">http://www.slideshare.net/ChristopherMoody3/word2vec-lda-and...</a><p>Code here, BTW: <a href="https://github.com/cemoody/lda2vec" rel="nofollow">https://github.com/cemoody/lda2vec</a>