From be089a93bd09a8d776131799c9543f8ce784de56 Mon Sep 17 00:00:00 2001 From: runiner Date: Mon, 13 Jan 2020 13:19:13 +0700 Subject: [PATCH] Fix mistake in the interval definition --- DeepLearning-Notations.ipynb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/DeepLearning-Notations.ipynb b/DeepLearning-Notations.ipynb index 5fad825..b5f26fd 100644 --- a/DeepLearning-Notations.ipynb +++ b/DeepLearning-Notations.ipynb @@ -400,7 +400,7 @@ "$\\left[ a, b\\right]$ - the real interval including $a$ and $b$ \n", "Latex: `$\\left[ a, b\\right]$`\n", "\n", - "$(a,b ]$ - the real interval excluding $a$ but not including $b$ \n", + "$(a,b ]$ - the real interval excluding $a$ but including $b$ \n", "Latex: `$(a,b ]$`\n", "\n", "$\\mathbb{A} \\backslash \\mathbb{B}$ - set substraction, i.e., the set containing the elements of $\\mathbb{A}$ that are not in $\\mathbb{B}$ \n",