필터 지우기
필터 지우기

Is normalization necessary for input and output data in an Artificial Neural Network (ANN)? Does it impact the network's performance?

조회 수: 7 (최근 30일)
Is normalization necessary for input and output data in an Artificial Neural Network (ANN)? Does it impact the network's performance?
  댓글 수: 2
Mohammed
Mohammed 2023년 12월 9일
Yes , the input and the output nessecary to export them in workspace this stap is important , and of course you should remembre the lenght of your inputs and outputs is the same lenght to plot the graph normally
if you want to see my project about ANN you can go and check my repository in github:
Sunita
Sunita 2023년 12월 10일
, first we normalize the data >>>>> export to to workplace>>>> run the ANN >>> de-normalise the output . is that correct?

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

채택된 답변

Walter Roberson
Walter Roberson 2023년 12월 10일
Is normalization necessary for input and output data in an Artificial Neural Network (ANN)
No, it is not necessary.
Does it impact the network's performance?
Yes, it does affect network's performance.
When features are to different scales, then methods such as gradient descent tend to favour the features unequally. This results in effectively weighting some features differently than others. If you are considering each feature as having value relative only to itself, then you need to normalize in order to be fair. If, though, the values have meaning between features, then you do not always want to rescale.

추가 답변 (0개)

카테고리

Help CenterFile Exchange에서 Pattern Recognition and Classification에 대해 자세히 알아보기

태그

Community Treasure Hunt

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

Start Hunting!

Translated by