How to remove outlier from training data before training artificial neural networks ?

 Respuesta aceptada

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 comentarios

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
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

Iniciar sesión para comentar.

Categorías

Más información sobre Deep Learning Toolbox en Centro de ayuda y File Exchange.

Etiquetas

Preguntada:

el 22 de Dic. de 2013

Respondida:

el 8 de Mayo de 2016

Community Treasure Hunt

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

Start Hunting!

Translated by