필터 지우기
필터 지우기

Info

이 질문은 마감되었습니다. 편집하거나 답변을 올리려면 질문을 다시 여십시오.

Does ANN really needs pre-process?

조회 수: 1 (최근 30일)
Amend
Amend 2015년 7월 17일
마감: MATLAB Answer Bot 2021년 8월 20일
Many papers suggest to do certain preprocessing steps to improve ANN performance. The common way is the normalization of input and output data.
I currently use function fitting tool. I know this tool includes the mapminmax functions to normalize data to [-1,1]. I will not need to perforce normalization directly. Because the training results do not satisfy me. So I try to disable matlab default process function by
net.inputs{1}.processFcns ={};
net.outputs{1}.processFcns ={};
and do normalization by myself. In this way, all data are between [-1,1]. Before I do post-processing, the predicted outputs should fall between [-1,1], I think. However, sometimes I found the results are beyond [-1,1]. What is wrong?
  댓글 수: 1
Walter Roberson
Walter Roberson 2015년 7월 17일
It sounds as if you are asking what is wrong with your own normalization code, which you do not show us ?

답변 (0개)

이 질문은 마감되었습니다.

태그

Community Treasure Hunt

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

Start Hunting!

Translated by