Skip to content

Commit fb90c79

Browse files
committed
Support-vector machine
1 parent 8131ed3 commit fb90c79

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

machine_learning.ipynb

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -206,7 +206,7 @@
206206
"cell_type": "markdown",
207207
"metadata": {},
208208
"source": [
209-
"### SVM classifier\n",
209+
"### Support-vector machine (SVM) classifier\n",
210210
"\n",
211211
"Let's try a linear SVM classifier.\n",
212212
"The accuracy on the test set is listed in the lower right corner of the plot."
@@ -270,6 +270,9 @@
270270
"cell_type": "markdown",
271271
"metadata": {},
272272
"source": [
273+
"### Linearly separable data\n",
274+
"\n",
275+
"The data we have worked with so far, are (nearly) linearly separable.\n",
273276
"Let's try the SVM and kNN classifiers with a data set that is not linearly separable."
274277
]
275278
},

0 commit comments

Comments
 (0)