We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 21b2674 commit 529ec25Copy full SHA for 529ec25
episodes/07-wordEmbed_intro.md
@@ -13,7 +13,7 @@ objectives:
13
- "Discuss word embedding use-cases"
14
keypoints:
15
- "Word emebddings can help us derive additional meaning stored in text at the level of individual words"
16
-- "Word embeddings have many use-cases in text-analysis and NLP related tasks"
+- "Word embeddings have many use-cases in text-analysis and NLP related tasks"
17
---
18
## Load pre-trained model via Gensim
19
First, load the Word2Vec embedding model. The Word2Vec model takes 3-10 minutes to load.
0 commit comments