Created using Colaboratory
This commit is contained in:
@@ -4,7 +4,7 @@
|
|||||||
"metadata": {
|
"metadata": {
|
||||||
"colab": {
|
"colab": {
|
||||||
"provenance": [],
|
"provenance": [],
|
||||||
"authorship_tag": "ABX9TyMbDV8XIpKIgumSLWCWJEBl",
|
"authorship_tag": "ABX9TyNAcc98STMeyQgh9SbVHWG+",
|
||||||
"include_colab_link": true
|
"include_colab_link": true
|
||||||
},
|
},
|
||||||
"kernelspec": {
|
"kernelspec": {
|
||||||
@@ -138,7 +138,7 @@
|
|||||||
"# 8. A flattening operation\n",
|
"# 8. A flattening operation\n",
|
||||||
"# 9. A fully connected layer mapping from (whatever dimensions we are at-- find out using .shape) to 50\n",
|
"# 9. A fully connected layer mapping from (whatever dimensions we are at-- find out using .shape) to 50\n",
|
||||||
"# 10. A ReLU\n",
|
"# 10. A ReLU\n",
|
||||||
"# 11. A fully connected layer mappiing from 50 to 10 dimensions\n",
|
"# 11. A fully connected layer mapping from 50 to 10 dimensions\n",
|
||||||
"# 12. A softmax function.\n",
|
"# 12. A softmax function.\n",
|
||||||
"\n",
|
"\n",
|
||||||
"# Replace this class which implements a minimal network (which still does okay)\n",
|
"# Replace this class which implements a minimal network (which still does okay)\n",
|
||||||
|
|||||||
Reference in New Issue
Block a user