Maxpooling layer in MLP
1 回表示 (過去 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!