Does the input data for neural network for classification should be normalized?
조회 수: 2 (최근 30일)
이전 댓글 표시
Hi everyone, i tried to create neural network for classification using nprtool but i still can't reach a good accuracy however i tried changing the training function and the number of hidden layer neurons and the size of the input so when i was looking for a solution i found that i should normalize the input data so i want to know should i do this with matlab. This is an example of my input data:
![](https://www.mathworks.com/matlabcentral/answers/uploaded_files/164964/image.png)
please i really need help ?
댓글 수: 0
채택된 답변
Greg Heath
2017년 6월 9일
MATLAB automatically normalizes input and target data and unnormalizes output results.
However, I typically normalize my regression inputs and targets to have zero mean and unit standard deviation jn order to locate and remove or modify outliers.
Hope this helps.
Thank you for formally accepting my answer
Greg
댓글 수: 2
naghmeh moradpoor
2017년 6월 9일
Hi Greg, I have seen two formulas for normalisation, could I ask which formula you use for normalisation? Regards, Ngh
추가 답변 (0개)
참고 항목
카테고리
Help Center 및 File Exchange에서 Sequence and Numeric Feature Data Workflows에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!