This website requires JavaScript.
Explore
Help
Register
Sign In
opensource
/
ManimML
Watch
1
Star
0
Fork
0
You've already forked ManimML
mirror of
https://github.com/helblazer811/ManimML.git
synced
2025-05-21 04:26:43 +08:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
ManimML
/
manim_ml
/
neural_network
History
Alec Helbling
46958ea293
Working max pooling visualization.
2023-01-26 18:39:38 -05:00
..
activation_functions
Added sigmoid activation, and ability to do activation above linear layers.
2023-01-25 17:36:44 -05:00
animations
Refactored parameters for Convolutional2D to make them clearner looking.
2023-01-15 18:16:48 +09:00
layers
Working max pooling visualization.
2023-01-26 18:39:38 -05:00
__init__.py
Wide sweeping refactor. Not completely done, but mostly working. Need to look into ways to handle type hinting/checking without causing circular imports.
2022-04-02 19:20:30 -04:00
neural_network_transformations.py
Reformatted the code using black, allowd for different orientation NNs, made an option for highlighting the active filter in a CNN forward pass.
2023-01-09 15:52:37 +09:00
neural_network.py
Bug fixes and linting for the activation functions addition.
2023-01-25 08:40:32 -05:00
variational_autoencoder.py
Used Black to reformat the code in the repository.
2023-01-01 23:24:59 -05:00