You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I was using train_word2vec function to train vector.
But I was wondering that what is the best input text form.
Should I separate sentence line-by-line? Would it interfere training?
What is the algorithm for dealing space or Line break ?
Thank you.
The text was updated successfully, but these errors were encountered:
I find the solution that parameter in the train_word2vec function (threads ) is not set to one.
So that the result is different every time. Once set to one, the result shows that space and Line break does not interfere result.
I was using train_word2vec function to train vector.
But I was wondering that what is the best input text form.
Should I separate sentence line-by-line? Would it interfere training?
What is the algorithm for dealing space or Line break ?
Thank you.
The text was updated successfully, but these errors were encountered: