Skip to content

Commit 4b31f6b

Browse files
authored
Update README.rst
1 parent f10bbaf commit 4b31f6b

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

README.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -438,6 +438,7 @@ Where N is number of documents and df(t) is the number of documents containing t
438438
Comparison of Feature Extraction Techniques
439439
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
440440

441+
441442
+---------------------------------------+----------------------------------------------------------------------------------------------------------------------------------------------------------+----------------------------------------------------------------------------------------------------------------+
442443
| **Model** | **Advantages** | **Limitation** |
443444
+---------------------------------------+----------------------------------------------------------------------------------------------------------------------------------------------------------+----------------------------------------------------------------------------------------------------------------+
@@ -474,7 +475,7 @@ Comparison of Feature Extraction Techniques
474475
+---------------------------------------+----------------------------------------------------------------------------------------------------------------------------------------------------------+----------------------------------------------------------------------------------------------------------------+
475476
| **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 |
476477
| | | |
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 |
478479
| | | |
479480
| | | * It cannot capture out-of-vocabulary words from the corpus |
480481
| | | |
@@ -499,7 +500,6 @@ Comparison of Feature Extraction Techniques
499500
+---------------------------------------+----------------------------------------------------------------------------------------------------------------------------------------------------------+----------------------------------------------------------------------------------------------------------------+
500501

501502

502-
503503
========================
504504
Dimensionality Reduction
505505
========================

0 commit comments

Comments
 (0)