From d5421c123029351f66850ec435ed996850bc8117 Mon Sep 17 00:00:00 2001 From: Vijayabhaskar Date: Tue, 3 Mar 2020 22:31:09 +0530 Subject: [PATCH] fix minor typo replaces "model model" with "model" --- 01_intro.ipynb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/01_intro.ipynb b/01_intro.ipynb index 421b7eb..ef6aba9 100644 --- a/01_intro.ipynb +++ b/01_intro.ipynb @@ -1419,7 +1419,7 @@ "We can now see some critically important things about training a deep learning model:\n", "\n", "- A model can not be created without data;\n", - "- A model model can only learn to operate on the patterns seen in the input data used to train it;\n", + "- A model can only learn to operate on the patterns seen in the input data used to train it;\n", "- This learning approach only creates *predictions*, not recommended *actions*;\n", "- It's not enough to just have examples of input data; we need *labels* for that data too (e.g. pictures of dogs and cats aren't enough to train a model; we need a label for each one, saying which ones are dogs, and which are cats).\n", "\n",