You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to gensim
Hi, I'm developing a fastText (https://github.com/facebookresearch/fastText) implementation based on the Gensim code. I have basically modified the Word2vec class and other functions in order to train a classification model:
It is just a preliminary work but I am enjoying it and I would like to improve it. I should compare it with the original implementation, but it is already very fast and effective (just like Gensim!)
Take a look
cheers
Giacomo
Lev Konstantinovskiy
unread,
Oct 18, 2016, 12:41:28 AM10/18/16
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to gensim
Hi Giacomo,
Thanks for sharing. The comparison looks great! It seems that the changes are additive or sum replaced with prod.
Would be great to have it as a LabeledWord2vec class in the main Gensim repo if you have time for a PR.
Regards Lev
Giacomo Berardi
unread,
Oct 18, 2016, 8:13:33 AM10/18/16
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to gensim
Hi Lev, yes I would have no problems to work on a PR. I have subclassed Word2vec but I think that is not the best solution for integrating fastText in Gensim, I see LabeledWord2vec more as a generalization of the standard word2vec.
I will see what I can do
Regards
Giacomo
Giacomo Berardi
unread,
Oct 19, 2016, 5:02:30 AM10/19/16
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message