Filter löschen
Filter löschen

Info

Diese Frage ist geschlossen. Öffnen Sie sie erneut, um sie zu bearbeiten oder zu beantworten.

What is the appropriate Method to normalize inputs data ????

1 Ansicht (letzte 30 Tage)
omar belhaj
omar belhaj am 12 Mär. 2015
Geschlossen: MATLAB Answer Bot am 20 Aug. 2021
I used sigmoidal function as activation function in hidden layer (forecasting issue).which interval can i choose to normalize my inputs data [-1,1] or [0.1,0.9] ?? and how can i do it ?? my commands by default that i used are following :
net.inputs{1}.processFcns = {'removeconstantrows','mapminmax'};
net.outputs{2}.processFcns = {'removeconstantrows','mapminmax'};

Antworten (0)

Diese Frage ist geschlossen.

Tags

Community Treasure Hunt

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

Start Hunting!

Translated by