ManimML icon indicating copy to clipboard operation
ManimML copied to clipboard

Convolutional Neural Network Enhancements

Open helblazer811 opened this issue 2 years ago • 5 comments

I want to add the following features:

  1. [x] Max Pooling
  2. [x] Padding
  3. [x] Change the parameters for the Convolutional3d layers to be more ergonomic.
  4. [ ] Add an option to make the feature map appear as the filter scans across it rather than it being there all at once.
  5. [ ] Add a FlattenLayer that flattens a preceding convolutional layer.
  6. [ ] Add the ability to put random numbers into the cells of the feature maps.

helblazer811 avatar Jan 12 '23 12:01 helblazer811