Skip to content

Commit

Permalink
✈️
Browse files Browse the repository at this point in the history
  • Loading branch information
chengjun committed Jul 23, 2022
1 parent 99ff08e commit 9cbabfa
Show file tree
Hide file tree
Showing 5 changed files with 110 additions and 91 deletions.
Binary file modified .DS_Store
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,11 @@
"- It is trained on roughly 100 billion words from a Google News dataset. \n",
"- The vector length is 300 features.\n",
"\n",
"http://mccormickml.com/2016/04/12/googles-pretrained-word2vec-model-in-python/"
"### Download GoogleNews-vectors-negative300.bin\n",
"\n",
"- intro: http://mccormickml.com/2016/04/12/googles-pretrained-word2vec-model-in-python/\n",
"- intro: https://code.google.com/archive/p/word2vec/\n",
"- download: https://drive.google.com/file/d/0B7XkCwpI5KDYNlNUTTlSS21pQmM/edit?usp=sharing"
]
},
{
Expand Down Expand Up @@ -1034,7 +1038,7 @@
"metadata": {
"celltoolbar": "Slideshow",
"kernelspec": {
"display_name": "Python 3",
"display_name": "Python 3 (ipykernel)",
"language": "python",
"name": "python3"
},
Expand All @@ -1048,7 +1052,7 @@
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython3",
"version": "3.7.6"
"version": "3.9.7"
},
"latex_envs": {
"LaTeX_envs_menu_present": true,
Expand Down
10 changes: 7 additions & 3 deletions homework/Day9_homework_embeddings_v2.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,11 @@
"- It is trained on roughly 100 billion words from a Google News dataset. \n",
"- The vector length is 300 features.\n",
"\n",
"http://mccormickml.com/2016/04/12/googles-pretrained-word2vec-model-in-python/"
"### Download GoogleNews-vectors-negative300.bin\n",
"\n",
"- intro: http://mccormickml.com/2016/04/12/googles-pretrained-word2vec-model-in-python/\n",
"- intro: https://code.google.com/archive/p/word2vec/\n",
"- download: https://drive.google.com/file/d/0B7XkCwpI5KDYNlNUTTlSS21pQmM/edit?usp=sharing"
]
},
{
Expand Down Expand Up @@ -1034,7 +1038,7 @@
"metadata": {
"celltoolbar": "Slideshow",
"kernelspec": {
"display_name": "Python 3",
"display_name": "Python 3 (ipykernel)",
"language": "python",
"name": "python3"
},
Expand All @@ -1048,7 +1052,7 @@
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython3",
"version": "3.7.6"
"version": "3.9.7"
},
"latex_envs": {
"LaTeX_envs_menu_present": true,
Expand Down
Binary file added homework/Day9_homework_embeddings_v2.ipynb.zip
Binary file not shown.
181 changes: 96 additions & 85 deletions notebook/09-word2vec.ipynb

Large diffs are not rendered by default.

0 comments on commit 9cbabfa

Please sign in to comment.