Does MATLAB normalizes the input by default when calling 'fitrnet'?

I am using "fitrnet" to construct a neural network model. However, I can not find any documentation about data normalization (mapping data between -1 and 1 or 0 and 1) in fitrnet.

답변 (1개)

Walter Roberson
Walter Roberson 2023년 5월 20일

0 개 추천

No. It only does that if "Standardize",true is requested. Mathworks recommends using standardize

댓글 수: 2

Here there is a difference between normalization (mapping data between -1 and 1 or 0 and 1) and Standardization using the mean and the standard deviation of each predictor.
I want to know if the MATLAB normalize (mapping data between -1 and 1 or 0 and 1) the input or not?
You are right, the Standardize option does appear to have to do with mean and variance.
When I looked at the code, I did not see any evidence of normalization -- but I might have overlooked it (might perhaps have clicked Step Out too early in the debugger at some point.)

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

카테고리

도움말 센터File Exchange에서 Parallel Computing에 대해 자세히 알아보기

질문:

2023년 5월 20일

댓글:

2023년 8월 10일

Community Treasure Hunt

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

Start Hunting!

Translated by