Skip to content

Commit 8801591

Browse files
author
Bruno Goncalves
committed
updated notebooks
1 parent 85b3983 commit 8801591

File tree

5 files changed

+389
-143
lines changed

5 files changed

+389
-143
lines changed

1. Foundations of NLP.ipynb

Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -81,15 +81,15 @@
8181
"CPU cores : 16\n",
8282
"Architecture: 64bit\n",
8383
"\n",
84-
"Git hash: 39ce5cf3bd8432047933c28fa699f7e39cb38900\n",
84+
"Git hash: 85b3983db4844c9484625cbfb73d0803fa7a1264\n",
8585
"\n",
86-
"watermark : 2.1.0\n",
87-
"pandas : 1.1.3\n",
88-
"numpy : 1.19.2\n",
89-
"nltk : 3.5\n",
86+
"json : 2.0.9\n",
9087
"sklearn : 0.24.1\n",
88+
"pandas : 1.1.3\n",
9189
"matplotlib: 3.3.2\n",
92-
"json : 2.0.9\n",
90+
"nltk : 3.5\n",
91+
"numpy : 1.19.2\n",
92+
"watermark : 2.1.0\n",
9393
"\n"
9494
]
9595
}
@@ -1604,7 +1604,8 @@
16041604
"metadata": {},
16051605
"outputs": [],
16061606
"source": [
1607-
"words = ['playing', 'loved', 'ran', 'river', 'friendships', 'misunderstanding', 'trouble', 'troubling']\n",
1607+
"words = ['playing', 'loved', 'ran', 'river', 'friendships', \n",
1608+
" 'misunderstanding', 'trouble', 'troubling']\n",
16081609
"\n",
16091610
"stemmers = { \n",
16101611
" 'LancasterStemmer' : nltk.stem.LancasterStemmer(),\n",

2. Neural Networks with Keras.ipynb

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -72,15 +72,15 @@
7272
"CPU cores : 16\n",
7373
"Architecture: 64bit\n",
7474
"\n",
75-
"Git hash: 39ce5cf3bd8432047933c28fa699f7e39cb38900\n",
75+
"Git hash: 85b3983db4844c9484625cbfb73d0803fa7a1264\n",
7676
"\n",
77-
"numpy : 1.19.2\n",
77+
"tensorflow: 2.5.0\n",
7878
"json : 2.0.9\n",
79-
"keras : 2.4.3\n",
79+
"watermark : 2.1.0\n",
8080
"pandas : 1.1.3\n",
8181
"matplotlib: 3.3.2\n",
82-
"watermark : 2.1.0\n",
83-
"tensorflow: 2.5.0\n",
82+
"keras : 2.4.3\n",
83+
"numpy : 1.19.2\n",
8484
"\n"
8585
]
8686
}
@@ -169,7 +169,7 @@
169169
{
170170
"data": {
171171
"text/plain": [
172-
"<matplotlib.legend.Legend at 0x7fbf4908b220>"
172+
"<matplotlib.legend.Legend at 0x7fe3412fd2e0>"
173173
]
174174
},
175175
"execution_count": 7,

0 commit comments

Comments
 (0)