From e0920873bb171ee2e5b293c6005c3cbc1a0e07a3 Mon Sep 17 00:00:00 2001 From: Jake Walker Date: Sat, 18 May 2024 11:49:17 +0100 Subject: [PATCH] Add emojis --- 1_image_classification.ipynb | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/1_image_classification.ipynb b/1_image_classification.ipynb index f3a6b19..28b1146 100644 --- a/1_image_classification.ipynb +++ b/1_image_classification.ipynb @@ -55,7 +55,7 @@ "cell_type": "markdown", "metadata": {}, "source": [ - "## Load the dataset" + "## Load the dataset ๐Ÿ’ฟ" ] }, { @@ -94,7 +94,7 @@ "cell_type": "markdown", "metadata": {}, "source": [ - "## Exploring" + "## Exploring ๐Ÿ”Ž" ] }, { @@ -138,7 +138,7 @@ "cell_type": "markdown", "metadata": {}, "source": [ - "## Processing\n", + "## Processing ๐Ÿซง\n", "\n", "Our neural network works with decimal numbers between 0 and 1, so we need to convert the categories into 0s and 1s. We take an array of 0s and set a 1 for the category.\n", "\n", @@ -197,7 +197,7 @@ "cell_type": "markdown", "metadata": {}, "source": [ - "## Build and Train CNN" + "## Build and Train CNN ๐Ÿ”จ" ] }, { @@ -250,7 +250,7 @@ "cell_type": "markdown", "metadata": {}, "source": [ - "## Evaluate" + "## Evaluate ๐Ÿงช" ] }, { @@ -327,7 +327,7 @@ "cell_type": "markdown", "metadata": {}, "source": [ - "More tasks\n", + "## Additional Challenges ๐Ÿ†\n", "\n", "- Try adding in some more layers to the neural network, adding a second `Conv2D` layer under both of the existing ones.\n", "- Try increasing the number of `epochs` when training.\n",