Skip to content

Commit 5f2b4de

Browse files
jatinpaprejakartikay-bagla
authored andcommitted
Added colab instructions heading ch3 nb9
1 parent c3a3abf commit 5f2b4de

File tree

1 file changed

+1
-11
lines changed

1 file changed

+1
-11
lines changed

Ch3/09_Visualizing_Embeddings_Using_TSNE.ipynb

Lines changed: 1 addition & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,7 @@
4343
"source": [
4444
"#upload the \"word2vec.bin\" file in form the repository which can be found in the same folder as this notebook.\n",
4545
"\n",
46+
"# FOR GOOGLE COLAB USERS\n",
4647
"# from google.colab import files\n",
4748
"# uploaded = files.upload()"
4849
]
@@ -369,17 +370,6 @@
369370
"source": [
370371
"Take a look at the above 3 graphs. We cannto say a higher or lower perplexity is good. It depends on the problem at hand. Here the plots of perplexity 5,10 are much better defined than the one with 25"
371372
]
372-
},
373-
{
374-
"cell_type": "code",
375-
"execution_count": null,
376-
"metadata": {
377-
"colab": {},
378-
"colab_type": "code",
379-
"id": "kUQrpGbt8CzR"
380-
},
381-
"outputs": [],
382-
"source": []
383373
}
384374
],
385375
"metadata": {

0 commit comments

Comments
 (0)