How does activations function work in CNN ?
이전 댓글 표시
Hello, I've trained a regression CNN for patches of size 16x16 and I want to process a Image of 1024x1024. I have tried the following:
- Split the total image in patches of 16x16 then process each patch and joint all the patch outputs.
- use the function activations with the total image.
The results in 2. was much better than 1., my question is, ¿How MATLAB process the total image in this case? The documentation of the function "activations" does not clarify this.
채택된 답변
추가 답변 (0개)
카테고리
도움말 센터 및 File Exchange에서 Deep Learning Toolbox에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!