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 ExchangeDeep 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