Skip to content

Commit 6d7b230

Browse files
committed
Fixed wrong printing and softmax->sigmoid (this time on the newest version of the notebook ;))
1 parent 8f45344 commit 6d7b230

File tree

1 file changed

+2
-11
lines changed

1 file changed

+2
-11
lines changed

5_Recurrent/5.1-EXE-Recurrent-Neural-Networks.ipynb

Lines changed: 2 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1420,20 +1420,11 @@
14201420
},
14211421
{
14221422
"cell_type": "code",
1423-
"execution_count": 1,
1423+
"execution_count": null,
14241424
"metadata": {
14251425
"id": "w4HETMthk2iS"
14261426
},
1427-
"outputs": [
1428-
{
1429-
"ename": "SyntaxError",
1430-
"evalue": "invalid syntax (<ipython-input-1-7b326eaab9da>, line 15)",
1431-
"output_type": "error",
1432-
"traceback": [
1433-
"\u001b[0;36m File \u001b[0;32m\"<ipython-input-1-7b326eaab9da>\"\u001b[0;36m, line \u001b[0;32m15\u001b[0m\n\u001b[0;31m W_f = np.zeros((, ))\u001b[0m\n\u001b[0m ^\u001b[0m\n\u001b[0;31mSyntaxError\u001b[0m\u001b[0;31m:\u001b[0m invalid syntax\n"
1434-
]
1435-
}
1436-
],
1427+
"outputs": [],
14371428
"source": [
14381429
"# Size of concatenated hidden + input vector\n",
14391430
"z_size = hidden_size + vocab_size \n",

0 commit comments

Comments
 (0)