MATLAB: How to remove outlier from training data before training artificial neural networks

Deep Learning Toolboxoutlier

If there is any method to do this in Matlab kindly share ?

Best Answer

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