Does Matlab make an automatic normalization for the input of a network?

조회 수: 49 (최근 30일)
Hello everyone,
I am using the function feedforwardnet for my problem. The values are in the inputs very small (7.14078e-09) and I am asking myself if Matlab makes automatic normalization for these values, or should I do it by oneself?
If Matlab does this automatically, could you please refer that, where I find it in the documentation.
Thank you in advance

채택된 답변

Sai Bhargav Avula
Sai Bhargav Avula 2019년 8월 12일
편집: Sai Bhargav Avula 2019년 8월 12일
Most of the neural network creation functions in the toolbox, like feedforwardnet, automatically assign processing functions to the network input and outputs. These are called process functions and can be overridden after the network.
For this case, the feedforwardnet has removeconstantrows and mapminmax as the processing functions. The mapminmax does normalize the input in the range [-1 1] for your data.
For more details refer the following link for input and output process functions.
  댓글 수: 2
Benze Wang
Benze Wang 2022년 12월 4일
The situation I have is that i need to normalize the data in our own way. So is there anyway to cancel the automatic normalization function of feedforwardnet so that I can creat our own?

댓글을 달려면 로그인하십시오.

추가 답변 (0개)

카테고리

Help CenterFile Exchange에서 Deep Learning Toolbox에 대해 자세히 알아보기

제품


릴리스

R2019a

Community Treasure Hunt

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

Start Hunting!

Translated by