regarding Neural network toolbox
이전 댓글 표시
Dear Sir I want to know that,whether we will implement different transfer function for different neurons on the same layer in matlab Neural Network toolbox
채택된 답변
추가 답변 (1개)
Walter Roberson
2015년 12월 15일
0 개 추천
You can if you want to but it would be unusual.
You can supply your own transfer function. That function can do its calculation any way you want, including being position dependent.
I would remind you that if this is not the input layer then you probably do not really know which neurons are participating in which calculation. Neural Network weights are calculated as "whatever works to give the desired result" not by partitioning the network into portions that calculate specific features.
카테고리
도움말 센터 및 File Exchange에서 Deep Learning Toolbox에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!