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 17:29:45 +08:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
ManimML
/
manim_ml
/
neural_network
History
Alec Helbling
42b6e37b16
Removed Conv2D because it can be done using just Conv3D and renamed Conv3D to Conv2D to correspond to the spatial conv dimenson not the scene dimension, which is more inline with convention.
2023-01-15 14:35:26 +09:00
..
animations
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
layers
Removed Conv2D because it can be done using just Conv3D and renamed Conv3D to Conv2D to correspond to the spatial conv dimenson not the scene dimension, which is more inline with convention.
2023-01-15 14:35:26 +09: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
Removed Conv2D because it can be done using just Conv3D and renamed Conv3D to Conv2D to correspond to the spatial conv dimenson not the scene dimension, which is more inline with convention.
2023-01-15 14:35:26 +09:00
variational_autoencoder.py
Used Black to reformat the code in the repository.
2023-01-01 23:24:59 -05:00