Docs changes

This commit is contained in:
Alec Helbling
2023-04-07 00:20:54 -04:00
parent 33883b8e94
commit 5d7be34dc1
4 changed files with 6 additions and 6 deletions

0
.nojekyll Normal file
View File

View File

@@ -26,12 +26,12 @@ The topics of other tutorials will include:
2. Creating custom animations of neural networks
=========================================
Visualizing a Feed Forward Neural Network
Visualizing a Feed Forward Neural Network Test
=========================================
.. manim:: FeedForwardNetworkScene
:save_last_frame:
class FeedForwardNetworkScene(Scene):
def construct(self):

View File

File diff suppressed because one or more lines are too long

View File

@@ -216,8 +216,8 @@ This tutorial goes over several simple topics:</p>
<li><p>Creating custom neural network layers</p></li>
<li><p>Creating custom animations of neural networks</p></li>
</ol>
<section id="visualizing-a-feed-forward-neural-network">
<h2>Visualizing a Feed Forward Neural Network<a class="headerlink" href="#visualizing-a-feed-forward-neural-network" title="Permalink to this heading">#</a></h2>
<section id="visualizing-a-feed-forward-neural-network-test">
<h2>Visualizing a Feed Forward Neural Network Test<a class="headerlink" href="#visualizing-a-feed-forward-neural-network-test" title="Permalink to this heading">#</a></h2>
<div id="feedforwardnetworkscene" class="admonition admonition-manim-example">
<p class="admonition-title">Example: FeedForwardNetworkScene <a class="headerlink" href="#feedforwardnetworkscene"></a></p><img alt="_images/FeedForwardNetworkScene-1.png" class="align-center" src="_images/FeedForwardNetworkScene-1.png" />
<div class="highlight-python notranslate"><div class="highlight"><pre><span></span><span class="kn">from</span> <span class="nn">manim</span> <span class="kn">import</span> <span class="o">*</span>
@@ -278,7 +278,7 @@ This tutorial goes over several simple topics:</p>
<div class="toc-tree">
<ul>
<li><a class="reference internal" href="#">Visualizing Neural Networks with ManimML</a><ul>
<li><a class="reference internal" href="#visualizing-a-feed-forward-neural-network">Visualizing a Feed Forward Neural Network</a></li>
<li><a class="reference internal" href="#visualizing-a-feed-forward-neural-network-test">Visualizing a Feed Forward Neural Network Test</a></li>
</ul>
</li>
</ul>