The Altair Community is migrating to a new platform to provide a better experience for you. In preparation for the migration, the Altair Community is on read-only mode from October 28 - November 6, 2024. Technical support via cases will continue to work as is. For any urgent requests from Students/Faculty members, please submit the form linked here
using GloVe pre-trained model with Word2Vec
Hi there,
As I am quite new to Rapidminer, this question might be an obvious one but
Can I use the "read Word2Vec" operator (from the Word2Vec extension) to read a pre-trained glove model and then apply it to my corpus? Is it compatible?
Thank you,
Pul
As I am quite new to Rapidminer, this question might be an obvious one but
Can I use the "read Word2Vec" operator (from the Word2Vec extension) to read a pre-trained glove model and then apply it to my corpus? Is it compatible?
Thank you,
Pul
Tagged:
0
Answers
although Word2Vec and glove serve the same purpose, they are different formats and not directly compatible. So, unfortunately, you cannot use a pre-trained glove model with the word2vec operators.
See: machine learning - What's the major difference between glove and word2vec? - Stack Overflow