필터 지우기
필터 지우기

Does the nprtool normalize inputs for you, or do you have to normalize the inputs before importing them?

조회 수: 1 (최근 30일)
Hi
I have a question about the nprtool GUI.
Is it necessary to normalize the inputs before importing them into the tool? or does the tool normalize the inputs for you?
The tool gives you the option to load example data sets, such as iris flowers, wine vintage, types of glass and breast cancer.
The inputs to some of these example data sets do not appear to be normalized. Or are they? I can' tell.
Many thanks
John

답변 (1개)

Greg Heath
Greg Heath 2012년 8월 1일
편집: Greg Heath 2012년 8월 1일
Typically, input and target data need to be normalized.
To check for normalization calculate the summary statistics
minmax(input) % Check for identical mins and maxes
mean(input,2) % Check for zero means
std(input,0,2) % Ckeck for unit standard deviations
Hope this helps.
Greg

카테고리

Help CenterFile Exchange에서 Biotech and Pharmaceutical에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by