Difference between revisions of "...find outliers"

From
Jump to: navigation, search
m
m
Line 25: Line 25:
 
*** [[Autoencoder (AE) / Encoder-Decoder]]
 
*** [[Autoencoder (AE) / Encoder-Decoder]]
 
*** [[Radial Basis Function Network (RBFN)]]
 
*** [[Radial Basis Function Network (RBFN)]]
 
 
* [http://en.wikipedia.org/wiki/Outlier Outlier | Wikipedia]
 
* [http://en.wikipedia.org/wiki/Outlier Outlier | Wikipedia]
 
* [http://medium.com/@srnghn/machine-learning-trying-to-detect-outliers-or-unusual-behavior-2d9f364334f9 Machine Learning: Trying to detect outliers or unusual behavior | Stacey Ronaghan - Medium]
 
* [http://medium.com/@srnghn/machine-learning-trying-to-detect-outliers-or-unusual-behavior-2d9f364334f9 Machine Learning: Trying to detect outliers or unusual behavior | Stacey Ronaghan - Medium]
Line 34: Line 33:
 
** [[Signals]]
 
** [[Signals]]
 
** [[Pathology]]
 
** [[Pathology]]
 +
  
 
<hr><center>
 
<hr><center>

Revision as of 15:32, 20 March 2023

YouTube ... Quora ...Google search ...Google News ...Bing News




Outliers don't necessarily represent abnormal behavior



An Outlier is a rare chance of occurrence within a given data set. In Data Science, an Outlier is an observation point that is distant from other observations. An Outlier may be due to variability in the measurement or it may indicate experimental error. Outliers, being the most extreme observations, may include the sample maximum or sample minimum, or both, depending on whether they are extremely high or low. However, the sample maximum and minimum are not always outliers because they may not be unusually far from other observations. - Outlier Detection and Anomaly Detection with Machine Learning | Mehul Ved - Medium