Skip to content

Commit 55c7c2d

Browse files
committed
update notes for lecture 13
1 parent 4264a75 commit 55c7c2d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lecture-notes/lecture13-svm-dual.ipynb

+1-1
Original file line numberDiff line numberDiff line change
@@ -270,7 +270,7 @@
270270
"source": [
271271
"## 13.2.1. Review: Max-Margin Classification\n",
272272
"\n",
273-
"First, let's briefly reintroduce the task of binary classification, with a linear model optimizing a max-margin objective.\n",
273+
"First, let's briefly reintroduce the task of binary classification using a linear model and a max-margin objective.\n",
274274
"\n",
275275
"Consider a training dataset $\\mathcal{D} = \\{(x^{(1)}, y^{(1)}), (x^{(2)}, y^{(2)}), \\ldots, (x^{(n)}, y^{(n)})\\}$. We distinguish between two types of supervised learning problems depnding on the targets $y^{(i)}$. \n",
276276
"\n",

0 commit comments

Comments
 (0)