From bd11a0e0e0784e66a39670a44f815d30f7d6c257 Mon Sep 17 00:00:00 2001 From: vermeul <swen@ethz.ch> Date: Thu, 12 Sep 2019 13:20:00 +0200 Subject: [PATCH] fixed some typos --- 08_a-neural_networks.ipynb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/08_a-neural_networks.ipynb b/08_a-neural_networks.ipynb index b6e84c1..9d15ffd 100644 --- a/08_a-neural_networks.ipynb +++ b/08_a-neural_networks.ipynb @@ -2013,7 +2013,7 @@ "source": [ "<div class=\"alert alert-block alert-warning\">\n", "<p><i class=\"fa fa-warning\"></i> \n", - "The code above took quiet long to finish even though we used only 5 CV folds and the neural network and data size are very small! This gives an indication of the enormous compute requirements of training production-grade deep neural networks.\n", + "The code above took quite long to finish even though we used only 5 CV folds and the neural network and data size are very small! This gives an indication of the enormous compute requirements of training production-grade deep neural networks.\n", "</p>\n", "</div>" ] @@ -2975,7 +2975,7 @@ "* Feature extraction\n", "* Classification\n", "\n", - "For the **classification** part we use the denly connected network as shown in the keras examples above.\n", + "For the **classification** part we use the densly connected network as shown in the keras examples above.\n", "\n", "However, for the **feature extraction** part we use new types of layers called **convolution** layers\n", "\n", -- GitLab