12 Commits

Author SHA1 Message Date
1406acd43e Refactored makefile, moved around files to more appropriate places, deleted unused files,
reformatted code.
2023-02-01 22:33:42 -05:00
4b06ce1622 Added padding.
Fixed a bug with ImageLayerToConvolutional2D

Padding example
2023-01-31 23:37:55 -05:00
f56620f047 Bug fixes and linting for the activation functions addition. 2023-01-25 08:40:32 -05:00
ce184af78e General changes, got basic visualization of an activation function working for a
convolutinoal layer.
2023-01-24 15:44:48 -05:00
5291d9db8a Refactored parameters for Convolutional2D to make them clearner looking. 2023-01-15 18:16:48 +09:00
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
3d6e8072e1 Used Black to reformat the code in the repository. 2023-01-01 23:24:59 -05:00
334662e8c8 Update readme and setup code to be pushed to pip repository. 2022-12-31 12:36:15 -05:00
313d1aa650 Merge branch 'main' of github.com:helblazer811/ManimML 2022-12-30 22:38:19 -05:00
f8701c8a91 Updated examples 2022-12-30 22:32:44 -05:00
1e69ea313d [BUG] update most examples. 2022-08-28 19:11:56 -07:00
8d45c13f57 Added working convolutional layer. 2022-04-29 14:36:14 -04:00