mirror of
https://github.com/helblazer811/ManimML.git
synced 2025-07-15 07:57:41 +08:00
Added basic example neural network
This commit is contained in:
@ -13,6 +13,7 @@ class NeuralNetworkScene(Scene):
|
|||||||
FeedForwardLayer(3)
|
FeedForwardLayer(3)
|
||||||
]
|
]
|
||||||
nn = NeuralNetwork(layers)
|
nn = NeuralNetwork(layers)
|
||||||
|
nn.scale(2)
|
||||||
nn.move_to(ORIGIN)
|
nn.move_to(ORIGIN)
|
||||||
# Make Animation
|
# Make Animation
|
||||||
self.add(nn)
|
self.add(nn)
|
||||||
|
Reference in New Issue
Block a user