-
-
Notifications
You must be signed in to change notification settings - Fork 148
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Convolutional Neural Network Enhancements #15
Comments
The max pooling visualization can work as follows:
|
Moved max pooling to its own issue: #16 |
For padding I probably want to add a dotted rectangle surrounding each of the feature maps. I will then need to make sure that when I do the convolution animation that I align with the corner there. |
[ ] Change the parameters of the Convolutional3D to be more ergonomic. I want to make the parameters more similar to: |
Your suggestion "Add a FlattenLayer that flattens a preceding convolutional layer." is a duplicate of issue #24 . |
I want to add the following features:
The text was updated successfully, but these errors were encountered: