How to use sigmoidal function in neural network?

Respuestas (1)

Greg Heath
Greg Heath el 3 de Feb. de 2018
Editada: Greg Heath el 3 de Feb. de 2018
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

Categorías

Más información sobre Deep Learning Toolbox en Centro de ayuda y File Exchange.

Productos

Preguntada:

el 2 de Feb. de 2018

Editada:

el 3 de Feb. de 2018

Community Treasure Hunt

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

Start Hunting!

Translated by