small addition before bedtime

This commit is contained in:
mhjensen
2018-11-03 22:42:08 +01:00
parent 9928285ec6
commit 88561fbaaf
10 changed files with 89 additions and 8 deletions
+10
View File
@@ -106,6 +106,16 @@ Unfortunately there are many ways in which we can place a hyperplane
to divide the data. Below is an example of two candidate hyperplanes
for our data sample.
!split
===== Getting into the details =====
Let us define the function
!bt
\[
f(x) = \beta_0+\beta_1x = 0,
\]
!et
as the function that determines the line that separates two classes (our two features).
!split
===== Examples with kernels =====