Closed athammad closed 5 years ago
take a look to the https://cran.r-project.org/web/packages/rsparse/ . GloVe implementation migrated from here to this package. There is init
param - https://github.com/dselivanov/rsparse/blob/327f45e67e08309e80fe712d3cd3bfa252287a1a/R/model_GloVe.R#L46-L50. See the source code for more details.
Thank you Dimitriy,
is there any example/ application? Sincerely I don't understand what to do form the documentation.
unfortunately no - see the source code.
Hi Dimitry,
first of all thank you for your great work!
text2vec
is a wonderful package!!!In
gensim
I can initialise my model weights with some pre-trained word2vec model. This well described in the following question on datascience.stackexchange . I was wandering if this functionality is available intext2vec
and if you could help me to translate reproduce se same example in R.Cheers