From 6cb41ce32d6bdba8b150d29bec2e2d3fffc29b17 Mon Sep 17 00:00:00 2001 From: Joe Bender Date: Wed, 15 Apr 2020 14:08:40 -0400 Subject: [PATCH] Change "revisit ... into" to "revisit ... using" --- 01_intro.ipynb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/01_intro.ipynb b/01_intro.ipynb index ff0f710..3cdd86b 100644 --- a/01_intro.ipynb +++ b/01_intro.ipynb @@ -1280,7 +1280,7 @@ "source": [ "In other words, to recap, a neural network is a particular kind of machine learning model, which fits right in to Samuel's original conception. Neural networks are special because they are highly flexible, which means they can solve an unusually wide range of problems just by finding the right weights. This is powerful, because stochastic gradient descent provides us a way to find those weight values automatically.\n", "\n", - "Having zoomed out, let's now zoom back in and revisit our image classification problem into Samuel's framework.\n", + "Having zoomed out, let's now zoom back in and revisit our image classification problem using Samuel's framework.\n", "\n", "Our inputs, those are the images. Our weights, those are the weights in the neural net. Our model is a neural net. Our results -- those are the values that are calculated by the neural net, like \"dog\" or \"cat\".\n", "\n",