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-08-06 08:59:43 +08:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
ManimML
/
manim_ml
/
neural_network
History
Alec Helbling
c14972fa4b
Refactored some code in neural network, added max pooling to feed forward
2023-01-31 10:30:49 -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
architectures
Simplified namespace so layers can be imported from manim_ml.neural_network
2023-01-27 14:20:11 -05:00
layers
Refactored some code in neural network, added max pooling to feed forward
2023-01-31 10:30:49 -05:00
__init__.py
Simplified namespace so layers can be imported from manim_ml.neural_network
2023-01-27 14:20:11 -05: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
Refactored some code in neural network, added max pooling to feed forward
2023-01-31 10:30:49 -05:00