Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion DeepLearning-Notations.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down