From a3a00c9dc4c75c418ba41ed770a9cd5985192f76 Mon Sep 17 00:00:00 2001 From: Weiju Wang Date: Sat, 5 Nov 2022 11:59:06 -0700 Subject: [PATCH] Fixed typo --- tutorial_deep_learning_basics/deep_learning_basics.ipynb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tutorial_deep_learning_basics/deep_learning_basics.ipynb b/tutorial_deep_learning_basics/deep_learning_basics.ipynb index 2b4f48f..ca8b68e 100644 --- a/tutorial_deep_learning_basics/deep_learning_basics.ipynb +++ b/tutorial_deep_learning_basics/deep_learning_basics.ipynb @@ -119,7 +119,7 @@ "source": [ "## Part 1: Boston Housing Price Prediction with Feed Forward Neural Networks\n", "\n", - "Let's start with using a fully-connected neural network to do predict housing prices. The following image highlights the difference between regression and classification (see part 2). Given an observation as input, **regression** outputs a continuous value (e.g., exact temperature) and classificaiton outputs a class/category that the observation belongs to.\n", + "Let's start with using a fully-connected neural network to do predict housing prices. The following image highlights the difference between regression and classification (see part 2). Given an observation as input, **regression** outputs a continuous value (e.g., exact temperature) and classification outputs a class/category that the observation belongs to.\n", "\n", "\"classification_regression\"\n", "\n",