How to use sigmoidal function in neural network?

Sigmoidal function=1/1+e^-aI, a = slope parameter I = ({WiXi + bias) {- summation

답변 (1개)

Greg Heath
Greg Heath 2018년 2월 3일
편집: Greg Heath 2018년 2월 3일

0 개 추천

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에 대해 자세히 알아보기

제품

질문:

2018년 2월 2일

편집:

2018년 2월 3일

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by