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
+16 -3
View File
@@ -45,7 +45,8 @@ Automatically generated HTML file from DocOnce source
('Hyperplanes and all that', 2, None, '___sec2'),
('What is a hyperplane', 2, None, '___sec3'),
('The two-dimensional case', 2, None, '___sec4'),
('Examples with kernels', 2, None, '___sec5')]}
('Getting into the details', 2, None, '___sec5'),
('Examples with kernels', 2, None, '___sec6')]}
end of tocinfo -->
<body>
@@ -88,7 +89,8 @@ MathJax.Hub.Config({
<!-- navigation toc: --> <li><a href="#___sec2" style="font-size: 80%;">Hyperplanes and all that</a></li>
<!-- navigation toc: --> <li><a href="#___sec3" style="font-size: 80%;">What is a hyperplane</a></li>
<!-- navigation toc: --> <li><a href="#___sec4" style="font-size: 80%;">The two-dimensional case</a></li>
<!-- navigation toc: --> <li><a href="#___sec5" style="font-size: 80%;">Examples with kernels</a></li>
<!-- navigation toc: --> <li><a href="#___sec5" style="font-size: 80%;">Getting into the details</a></li>
<!-- navigation toc: --> <li><a href="#___sec6" style="font-size: 80%;">Examples with kernels</a></li>
</ul>
</li>
@@ -250,7 +252,18 @@ for our data sample.
<p>
<!-- !split -->
<h2 id="___sec5" class="anchor">Examples with kernels </h2>
<h2 id="___sec5" class="anchor">Getting into the details </h2>
<p>
Let us define the function
$$
f(x) = \beta_0+\beta_1x = 0,
$$
as the function that determines the line that separates two classes (our two features).
<!-- !split -->
<h2 id="___sec6" class="anchor">Examples with kernels </h2>
<p>
+16 -1
View File
@@ -287,7 +287,22 @@ for our data sample.
<section>
<h2 id="___sec5">Examples with kernels </h2>
<h2 id="___sec5">Getting into the details </h2>
<p>
Let us define the function
<p>&nbsp;<br>
$$
f(x) = \beta_0+\beta_1x = 0,
$$
<p>&nbsp;<br>
as the function that determines the line that separates two classes (our two features).
</section>
<section>
<h2 id="___sec6">Examples with kernels </h2>
<p>
+14 -2
View File
@@ -39,7 +39,8 @@ div { text-align: justify; text-justify: inter-word; }
('Hyperplanes and all that', 2, None, '___sec2'),
('What is a hyperplane', 2, None, '___sec3'),
('The two-dimensional case', 2, None, '___sec4'),
('Examples with kernels', 2, None, '___sec5')]}
('Getting into the details', 2, None, '___sec5'),
('Examples with kernels', 2, None, '___sec6')]}
end of tocinfo -->
<body>
@@ -206,7 +207,18 @@ for our data sample.
<p>
<!-- !split --><br><br><br><br><br><br><br><br><br><br>
<h2 id="___sec5">Examples with kernels </h2>
<h2 id="___sec5">Getting into the details </h2>
<p>
Let us define the function
$$
f(x) = \beta_0+\beta_1x = 0,
$$
as the function that determines the line that separates two classes (our two features).
<!-- !split --><br><br><br><br><br><br><br><br><br><br>
<h2 id="___sec6">Examples with kernels </h2>
<p>
+14 -2
View File
@@ -44,7 +44,8 @@ div { text-align: justify; text-justify: inter-word; }
('Hyperplanes and all that', 2, None, '___sec2'),
('What is a hyperplane', 2, None, '___sec3'),
('The two-dimensional case', 2, None, '___sec4'),
('Examples with kernels', 2, None, '___sec5')]}
('Getting into the details', 2, None, '___sec5'),
('Examples with kernels', 2, None, '___sec6')]}
end of tocinfo -->
<body>
@@ -211,7 +212,18 @@ for our data sample.
<p>
<!-- !split --><br><br><br><br><br><br><br><br><br><br>
<h2 id="___sec5">Examples with kernels </h2>
<h2 id="___sec5">Getting into the details </h2>
<p>
Let us define the function
$$
f(x) = \beta_0+\beta_1x = 0,
$$
as the function that determines the line that separates two classes (our two features).
<!-- !split --><br><br><br><br><br><br><br><br><br><br>
<h2 id="___sec6">Examples with kernels </h2>
<p>
Binary file not shown.
+19
View File
@@ -154,6 +154,25 @@
"to divide the data. Below is an example of two candidate hyperplanes\n",
"for our data sample.\n",
"\n",
"## Getting into the details\n",
"\n",
"Let us define the function"
]
},
{
"cell_type": "markdown",
"metadata": {},
"source": [
"$$\n",
"f(x) = \\beta_0+\\beta_1x = 0,\n",
"$$"
]
},
{
"cell_type": "markdown",
"metadata": {},
"source": [
"as the function that determines the line that separates two classes (our two features). \n",
"## Examples with kernels"
]
},
Binary file not shown.
Binary file not shown.
Binary file not shown.
+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 =====