From 1cdd846879a74caf4306c0d07af70f1a1ac1fb12 Mon Sep 17 00:00:00 2001 From: Joe Bender Date: Mon, 13 Apr 2020 12:00:37 -0400 Subject: [PATCH] Remove unnecessary word "like" --- 01_intro.ipynb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/01_intro.ipynb b/01_intro.ipynb index 8be9f17..0c180aa 100644 --- a/01_intro.ipynb +++ b/01_intro.ipynb @@ -388,7 +388,7 @@ "cell_type": "markdown", "metadata": {}, "source": [ - "As we said before, we will teach how to do things before we explain why they work. Following this top-down approach, we will begin by actually training an image classifier to recognize dogs and cats with almost 100% accuracy. To train this model and run our experiments, you will need some initial setup. Don't worry, it's not as hard as it looks like." + "As we said before, we will teach how to do things before we explain why they work. Following this top-down approach, we will begin by actually training an image classifier to recognize dogs and cats with almost 100% accuracy. To train this model and run our experiments, you will need some initial setup. Don't worry, it's not as hard as it looks." ] }, {