Queer European MD passionate about IT
Browse Source

Update Mission244Solutions.ipynb

darinbradley 2 years ago
parent
commit
d7eb92e7a2
1 changed files with 7 additions and 7 deletions
  1. 7 7
      Mission244Solutions.ipynb

+ 7 - 7
Mission244Solutions.ipynb

@@ -4,7 +4,7 @@
    "cell_type": "markdown",
    "metadata": {},
    "source": [
-    "## Working With Image Data"
+    "## Working with Image Data"
    ]
   },
   {
@@ -324,7 +324,7 @@
    "cell_type": "markdown",
    "metadata": {},
    "source": [
-    "## Neural Network With One Hidden Layer"
+    "## Neural Network with One Hidden Layer"
    ]
   },
   {
@@ -474,7 +474,7 @@
    "cell_type": "markdown",
    "metadata": {},
    "source": [
-    "## Neural Network With Two Hidden Layers"
+    "## Neural Network with Two Hidden Layers"
    ]
   },
   {
@@ -549,14 +549,14 @@
    "source": [
     "### Summary\n",
     "\n",
-    "Using 2 hidden layers improved our simple accuracy to `98%`. While I'd traditionally be worried about overfitting, using 4-fold cross validation also gives me a bit more assurance that the model is generalizing to achieve the extra `1%` in simple accuracy over the single hidden layer networks we tried earlier."
+    "Using two hidden layers improved our simple accuracy to `98%`. While, traditionally, we might worry about overfitting, using four-fold cross validation also gives us a bit more assurance that the model is generalizing to achieve the extra `1%` in simple accuracy over the single hidden layer networks we tried earlier."
    ]
   },
   {
    "cell_type": "markdown",
    "metadata": {},
    "source": [
-    "## Neural Network With Three Hidden Layers"
+    "## Neural Network with Three Hidden Layers"
    ]
   },
   {
@@ -698,7 +698,7 @@
    "source": [
     "### Summary\n",
     "\n",
-    "Using 3 hidden layers returned a simple accuracy of nearly `98%`, even with 6-fold cross validation."
+    "Using three hidden layers returned a simple accuracy of nearly `98%`, even with six-fold cross validation."
    ]
   }
  ],
@@ -718,7 +718,7 @@
    "name": "python",
    "nbconvert_exporter": "python",
    "pygments_lexer": "ipython3",
-   "version": "3.8.2"
+   "version": "3.8.5"
   }
  },
  "nbformat": 4,