diff options
| author | schneefux <schneefux+commit@schneefux.xyz> | 2016-04-13 11:09:22 +0200 |
|---|---|---|
| committer | schneefux <schneefux+commit@schneefux.xyz> | 2016-04-13 11:09:22 +0200 |
| commit | a86500b407624dfb4a5c46d66144875d7b7741f8 (patch) | |
| tree | 1be9e4a4a249d873eeb39c90476da4224536a224 | |
| parent | 412c832ac9d6fda2a2300a801814b2dab3046c9e (diff) | |
| download | vortrag-knn-a86500b407624dfb4a5c46d66144875d7b7741f8.tar.gz vortrag-knn-a86500b407624dfb4a5c46d66144875d7b7741f8.zip | |
fix #biasissue font size
| -rw-r--r-- | index.html | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -305,7 +305,7 @@ <div id="biasissue" class="step slide" data-x="3500" data-y="2000" data-z="-500" data-rotate-y="90"> <h3>Problem!</h3> <div class="scale center"> - <p style="font-size: inherit;">1.13081, <span class="highlight">0</span>, 8.14, <span class="highlight">0</span>, <span class="highlight">0.538</span>, 5.713, 94.1, 4.233, 4, 307, 21, <span class="highlight">360.17</span>, 22.6</p> + <p style="font-size: 100%;">1.13081, <span class="highlight">0</span>, 8.14, <span class="highlight">0</span>, <span class="highlight">0.538</span>, 5.713, 94.1, 4.233, 4, 307, 21, <span class="highlight">360.17</span>, 22.6</p> <p>$$o = \frac{1}{1 + e^{-\sum_n (\mathbf{x_n \cdot w_n})}}$$</p> <p>\begin{align} &(1)\quad 0 \cdot w_n = 0 \\ |
