How to use sigmoidal function in neural network?
이전 댓글 표시
Sigmoidal function=1/1+e^-aI, a = slope parameter I = ({WiXi + bias) {- summation
답변 (1개)
Greg Heath
2018년 2월 3일
편집: Greg Heath
2018년 2월 3일
In general
1. Transform inputs to [-1,1]
2. For regression/curvefitting
a. Transform targets to [-1,1]
b. Use the code in help (or doc) fitnet
3. For classification/patternrecognition
a. Transform targets to [0,1]
b. Use the code in help (or doc) patternnet
Hope this helps.
Greg
카테고리
도움말 센터 및 File Exchange에서 Deep Learning Toolbox에 대해 자세히 알아보기
제품
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!