How to remove outlier from training data before training artificial neural networks ?
조회 수: 1 (최근 30일)
이전 댓글 표시
If there is any method to do this in Matlab kindly share ?
댓글 수: 0
채택된 답변
Greg Heath
2013년 12월 22일
Use zscore or mapstd to transform to zero-mean/unit-variance.
Plot
Decide how many standard deviations from the mean to set the outlier threshold.
Hope this helps.
Thank you for formally accepting my answer
Greg
댓글 수: 2
Staffan
2016년 5월 8일
Hello Greg,
Applying a threshold “zscored values” would only remove outliers around peaks and troughs, could a filtering technique or putting a threshold on the absolute value of the derivative of the signal be applicable when removing outliers?
Regards
Staffan
Greg Heath
2016년 5월 8일
Those are not ouliers.
If you have a mathematical or physical reason for removing derivative outliers, compare with a model without this adjustment.
Then decide.
Hope this helps.
Greg
추가 답변 (1개)
Image Analyst
2016년 5월 8일
See this from a Mathworker, Brett Shoelson: http://www.mathworks.com/matlabcentral/fileexchange/3961
댓글 수: 0
참고 항목
카테고리
Help Center 및 File Exchange에서 Deep Learning Toolbox에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!