helblazer811 / ManimML

ManimML is a project focused on providing animations and visualizations of common machine learning concepts with the Manim Community Library.
MIT License
2.35k stars 140 forks source link

Residual Connections #6

Closed helblazer811 closed 1 year ago

helblazer811 commented 1 year ago

I would like to add support for residual connections (ResNet) to the neural network rendering system.

helblazer811 commented 1 year ago

I added basic residual connections, but now I still want to add the plus icon when adding the residual input to a layer to emphasize the operation that is happening.

helblazer811 commented 1 year ago

This should be done now.