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!