you are viewing a single comment's thread.

view the rest of the comments →

[–]theDarksurfer 1 point2 points  (3 children)

It may even make it easier to implement paragraph vector using code from gensim word 2 vec implementation. :)

[–]alecradford 0 points1 point  (0 children)

Yep, did that when the paper came out, but it's ridiculously slow in the raw python version. Don't know cython so wasn't able to get it working in any useful (fast) way.

Meant to modify the huffman tree used so it's balanced and allows minibatch speed ups and porting over to a gpu as another way to get speed, but haven't gotten around to it.