Maxpooling layer in MLP
10 次查看(过去 30 天)
显示 更早的评论
Hello community,
I am struggling with creating custom layer since MATLAB doesn't have maxpooling layer for 1d, specifically for MLP. Can any help me out with this? Thank you very very much in advance.
Best,
Soowon
0 个评论
回答(1 个)
Aparajith Raghuvir
2021-7-8
I understand you require a 1D maxpooling layer. You may find this function useful - maxpool. The documentation details how it can be used for 1D maxpooling. You may also access the documentation via the following command:
doc maxpool
I hope this helps.
2 个评论
Aparajith Raghuvir
2021-7-12
There is no back propagation done in this maxpool function. I can try and help you better if you can share the code that you have so far.
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Image Data Workflows 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!