summaryrefslogtreecommitdiff
path: root/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'index.html')
-rw-r--r--index.html8
1 files changed, 3 insertions, 5 deletions
diff --git a/index.html b/index.html
index bf780b4..86fb29a 100644
--- a/index.html
+++ b/index.html
@@ -89,7 +89,7 @@
winH = window.innerHeight,
picW = me.node().naturalWidth,
picH = me.node().naturalHeight,
- ratioH = 0.7*extraRatio, ratioW = 0.8;
+ ratioH = 0.65*extraRatio, ratioW = 0.8;
if ((winW*ratioW)/picW > (winH*ratioH)/picH) {
me.style("height", winH*ratioH + "px");
me.style("width", "auto");
@@ -259,7 +259,7 @@
<p style="font-size: inherit; font-style: italic;">medv</p>
</div>
<div class="innerStep emoji scale center">
- <p style="font-size: inherit;">Eingabe (13 :game_die:)</p>
+ <p style="font-size: inherit;">Eingabe (13 :house_with_garden:)</p>
<p style="font-size: inherit;">&darr;</p>
<p style="font-size: inherit;">künstliches neuronales Netz (:sparkles:)</p>
<p style="font-size: inherit;">&darr;</p>
@@ -361,7 +361,7 @@
<p style="font-size: inherit;">:computer: :hammer:</p>
<p style="font-size: inherit;" class="emoji innerStep">
$$430 \cdot 300 = 129 000$$
- :hammer::hammer::hammer::hammer::hammer::hammer::hammer::hammer::hammer::hammer::hammer::hammer::hammer::hammer::hammer::hammer::hammer::hammer::hammer::hammer::hammer::hammer::hammer::hammer::hammer::hammer::hammer::hammer::hammer::hammer::hammer::hammer::hammer::hammer::hammer::hammer::hammer::hammer::hammer::hammer::hammer::hammer:</p>
+ :hammer::hammer::hammer::hammer::hammer::hammer::hammer::hammer::hammer::hammer::hammer::hammer::hammer::hammer::hammer::hammer::hammer::hammer::hammer::hammer::hammer::hammer::hammer::hammer::hammer::hammer::hammer::hammer::hammer::hammer::hammer::hammer::hammer::hammer::hammer::hammer:</p>
</div>
</div>
@@ -423,7 +423,6 @@
} while (Math.abs(calculated - expected) > 3);
d3.select(c).select(".calculated").text(calculated.toString());
d3.select(c).select(".expected").text(expected.toString());
- weightsWrapper.activate(inputs);
}
calc();
d3.select(c).select(".btn-calc").on("click", calc);
@@ -453,7 +452,6 @@
} while (Math.abs(calculated - expected) > 3);
d3.select(c).select(".calculated").text(calculated.toString());
d3.select(c).select(".expected").text(expected.toString());
- weightsWrapper.activate(inputs);
}
calc();
d3.select(c).select(".btn-calc").on("click", calc);