-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Labels
Description
To start training with different algorithms, we need to:
- Create the gensim dictionary + corpus from our dataset (or ours is already in the right form and we just have to modify it)
- Initial code is in Initial Gensim model training loop and utilities #5
- Try different algorithmns like Word2Vec, FastVec, GloVe
Useful article about gensim
Reactions are currently unavailable