From bcf3bcb5198c8b5b7ed3a443f5f059f1d5f4aa18 Mon Sep 17 00:00:00 2001 From: SOVIETIC-BOSS88 Date: Wed, 22 Apr 2020 12:33:54 +0200 Subject: [PATCH] Update 08_collab.ipynb --- 08_collab.ipynb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/08_collab.ipynb b/08_collab.ipynb index d0d6122..1322805 100644 --- a/08_collab.ipynb +++ b/08_collab.ipynb @@ -254,7 +254,7 @@ "cell_type": "markdown", "metadata": {}, "source": [ - "When we multiply two vectors together and add up the results, this is known as the *dot product*. It is used a lot in machine learning, and forms the basis of matrix modification. We will be looking a lot more at matrix modification and dot products in <>." + "When we multiply two vectors together and add up the results, this is known as the *dot product*. It is used a lot in machine learning, and forms the basis of matrix multiplication. We will be looking a lot more at matrix multiplication and dot products in <>." ] }, {