How to use sigmoidal function in neural network?

Antworten (1)

Greg Heath
Greg Heath am 3 Feb. 2018
Bearbeitet: Greg Heath am 3 Feb. 2018

0 Stimmen

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

Kategorien

Mehr zu Deep Learning Toolbox finden Sie in Hilfe-Center und File Exchange

Produkte

Gefragt:

am 2 Feb. 2018

Bearbeitet:

am 3 Feb. 2018

Community Treasure Hunt

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

Start Hunting!

Translated by