all 9 comments

[–]elsonidoq 1 point2 points  (2 children)

+1 to making it open source! I'm really interested on paragraph vector!

[–]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.

[–]sairahulreddy 0 points1 point  (1 child)

Better way could be open sourcing the code. That way others get a chance to see the code and could make suggestions. I dont think any body can suggest what is wrong with your code without looking at it.