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
| **GloVe (Trained)** | * It is very straightforward, e.g., to enforce the word vectors to capture sub-linear relationships in the vector space (performs better than Word2vec) | * Memory consumption for storage |
476
477
||||
477
-
|| * Lower weight for highly frequent word pairs, such as stop words like “am”, “is”, etc. Will not dominate training progress | * Needs huge corpus to learn |
478
+
|| * Lower weight for highly frequent word pairs, such as stop words like “am”, “is”, etc. Will not dominate training progress | * Needs huge corpus to learn |
478
479
||||
479
480
||| * It cannot capture out-of-vocabulary words from the corpus |
480
481
||||
@@ -499,7 +500,6 @@ Comparison of Feature Extraction Techniques
0 commit comments