Skip to content

Commit d0969a5

Browse files
CLN: added exercise link
1 parent 5e9ab3d commit d0969a5

File tree

1 file changed

+3
-9
lines changed

1 file changed

+3
-9
lines changed

42_word2vec_gensim/42_word2vec_gensim.ipynb

+3-9
Original file line numberDiff line numberDiff line change
@@ -627,16 +627,10 @@
627627
"## Exercise\n",
628628
"\n",
629629
"Train a word2vec model on the [Sports & Outdoors Reviews Dataset](http://snap.stanford.edu/data/amazon/productGraph/categoryFiles/reviews_Sports_and_Outdoors_5.json.gz)\n",
630-
"Once you train a model on this, find the words most similar to 'awful' and find similarities between the following word tuples: ('good', 'great'), ('slow','steady')"
630+
"Once you train a model on this, find the words most similar to 'awful' and find similarities between the following word tuples: ('good', 'great'), ('slow','steady')\n",
631+
"\n",
632+
"Click here for [solution](https://github.com/codebasics/deep-learning-keras-tf-tutorial/blob/master/42_word2vec_gensim/42_word2vec_gensim_exercise_solution.ipynb)."
631633
]
632-
},
633-
{
634-
"cell_type": "code",
635-
"execution_count": null,
636-
"id": "cognitive-sunrise",
637-
"metadata": {},
638-
"outputs": [],
639-
"source": []
640634
}
641635
],
642636
"metadata": {

0 commit comments

Comments
 (0)