ManimML
ManimML copied to clipboard
Convolutional Neural Network Enhancements
I want to add the following features:
- [x] Max Pooling
- [x] Padding
- [x] Change the parameters for the Convolutional3d layers to be more ergonomic.
- [ ] Add an option to make the feature map appear as the filter scans across it rather than it being there all at once.
- [ ] Add a FlattenLayer that flattens a preceding convolutional layer.
- [ ] Add the ability to put random numbers into the cells of the feature maps.