-
-
Notifications
You must be signed in to change notification settings - Fork 196
Open
Description
Manim has the ability to represent animations as classes. These classes can take parameters and they can wrap around a passed Mobject (in our case this could be a neural network) and then a mobject specific animation is run. You can override such animations like Create (see neural_network.py). It would be interesting to make a generic TrainModel animation that is implemented by various models and emulates the training procedure.
For now, I could implement these animations as functions in the manim_ml/neural_network/animations
directory.
Metadata
Metadata
Assignees
Labels
No labels