diff options
| author | schneefux <schneefux+commit@schneefux.xyz> | 2016-04-13 10:27:28 +0200 |
|---|---|---|
| committer | schneefux <schneefux+commit@schneefux.xyz> | 2016-04-13 10:27:28 +0200 |
| commit | 412c832ac9d6fda2a2300a801814b2dab3046c9e (patch) | |
| tree | 876ef0e771bae94c584c4c03e8bed287d6a12ce0 /index.html | |
| parent | 2159191a465d0c78081f7fc6002362a0d964e4cb (diff) | |
| download | vortrag-knn-412c832ac9d6fda2a2300a801814b2dab3046c9e.tar.gz vortrag-knn-412c832ac9d6fda2a2300a801814b2dab3046c9e.zip | |
add overview to the beginning
Diffstat (limited to 'index.html')
| -rw-r--r-- | index.html | 13 |
1 files changed, 12 insertions, 1 deletions
@@ -129,7 +129,18 @@ </script> </div> - <!-- TODO Inhaltsübersicht --> + <div id="structure" class="step slide" data-x="0" data-y="1000" data-z="1000"> + <h3>Gliederung</h3> + <div class="scale center"> + <p style="font-size: inherit;">Vom Gehirn zum künstlichen Neuron</p> + <p style="font-size: inherit;">Anwendungsfall Boston-Häuserdatenreihe</p> + <p style="font-size: inherit;">Umsetzung eines künstlichen neuronalen Netzes</p> + <p style="font-size: inherit;">Training des Netzes</p> + <p style="font-size: inherit;">Test des Netzes</p> + <p style="font-size: inherit;">Fazit, Quellen</p> + </div> + </div> + <div id="io" class="step slide" data-x="1000" data-y="0" data-z="1000"> <h1>Von der Eingabe zur Ausgabe</h1> <div class="innerStep stepped lastInnerstep center"> |
