mirror of
https://github.com/helblazer811/ManimML.git
synced 2026-03-13 08:41:18 +08:00
Docs changes
This commit is contained in:
@@ -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):
|
||||
|
||||
File diff suppressed because one or more lines are too long
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user