Skip to content

Commit

Permalink
Deploying to gh-pages from @ 98e7f86 🚀
Browse files Browse the repository at this point in the history
  • Loading branch information
fszewczyk committed Nov 10, 2023
1 parent 2029e0b commit 076d9b7
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 @@ -260,7 +260,7 @@ <h2><a class="anchor" id="autotoc_md16"></a>
<div class="line"> Vec32 pred = network-&gt;forward(xs[sample]); <span class="comment">// Predict result</span></div>
<div class="line"> std::cout &lt;&lt; xs[sample] &lt;&lt; <span class="stringliteral">&quot; -&gt; &quot;</span> &lt;&lt; pred &lt;&lt; <span class="stringliteral">&quot;\t| True: &quot;</span> &lt;&lt; ys[sample] &lt;&lt; std::endl;</div>
<div class="line">}</div>
</div><!-- fragment --><p>In case you got lost along the way, check out the <code>examples/xor_regression.cpp</code> file. It contains the exact same code and is ready to run :)</p>
</div><!-- fragment --><p>In case you got lost along the way, check out the <code>examples/xor.cpp</code> file. It contains the exact same code and is ready to run :)</p>
<h2><a class="anchor" id="autotoc_md20"></a>
Results</h2>
<p>Nice! After compiling and running this code (make sure to use C++17), you should see something like this:</p>
Expand Down

0 comments on commit 076d9b7

Please sign in to comment.