ManimML icon indicating copy to clipboard operation
ManimML copied to clipboard

Make Canonical Animations as Objects

Open helblazer811 opened this issue 2 years ago • 3 comments

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.

helblazer811 avatar Feb 02 '23 03:02 helblazer811