Skip to content

Commit

Permalink
Deploying to gh-pages from @ 3e87157 🚀
Browse files Browse the repository at this point in the history
  • Loading branch information
fszewczyk committed Nov 8, 2023
1 parent 9a1efc1 commit 70404d5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion md_docs_tutorials_GetStarted.html
Original file line number Diff line number Diff line change
Expand Up @@ -168,7 +168,7 @@ <h1><a class="anchor" id="autotoc_md11"></a>
<div class="line"> .add(Sigmoid32::create()) <span class="comment">// More fancy activation :0</span></div>
<div class="line"> .add(Dropout32::create(10, 2, 0.5)) <span class="comment">// We use the dropout rate of 0.5</span></div>
<div class="line"> .build(); <span class="comment">// Don&#39;t forget to actually build your network</span></div>
</div><!-- fragment --><p>@warn Remember that subsequent layers have to have matching input and output sizes.</p>
</div><!-- fragment --><dl class="section warning"><dt>Warning</dt><dd>Remember that subsequent layers have to have matching input and output sizes.</dd></dl>
<dl class="section note"><dt>Note</dt><dd>For the full list of available layers and activation functions, check out the Cheat Sheet.</dd></dl>
<h1><a class="anchor" id="autotoc_md12"></a>
Training</h1>
Expand Down

0 comments on commit 70404d5

Please sign in to comment.