Difference between revisions of "...find outliers"
m |
m |
||
Line 11: | Line 11: | ||
[https://www.bing.com/news/search?q=~outlier+~diversity+AI&qft=interval%3d%228%22 ...Bing News] | [https://www.bing.com/news/search?q=~outlier+~diversity+AI&qft=interval%3d%228%22 ...Bing News] | ||
+ | * [[Embedding]]: [[Agents#AI-Powered Search|Search]] ... [[Clustering]] ... [[Recommendation]] ... [[Anomaly Detection]] ... [[Classification]] ... [[Dimensional Reduction]] ... [[...find outliers]] | ||
* [[AI Solver]] | * [[AI Solver]] | ||
** Looking for event based? | ** Looking for event based? | ||
Line 28: | Line 29: | ||
* [https://pdfs.semanticscholar.org/4c68/4a9ba057fb7e61733ff554fe2975a2c91096.pdf Outlier Detection and Removal Algorithm in K-Means and Hierarchical Clustering | A. Barai and L. Dey] | * [https://pdfs.semanticscholar.org/4c68/4a9ba057fb7e61733ff554fe2975a2c91096.pdf Outlier Detection and Removal Algorithm in K-Means and Hierarchical Clustering | A. Barai and L. Dey] | ||
* [[Capabilities]] | * [[Capabilities]] | ||
− | + | ** [[Intruder]] | |
− | + | ** [[Cybersecurity]] | |
− | + | ** [[Signals]] | |
− | + | ** [[Pathology]] | |
− | |||
<hr><center> | <hr><center> | ||
<b>Outliers</b> don't necessarily represent abnormal behavior | <b>Outliers</b> don't necessarily represent abnormal behavior | ||
− | </center> | + | </b></center> |
<hr> | <hr> | ||
Revision as of 10:57, 22 May 2023
YouTube ... Quora ...Google search ...Google News ...Bing News
- Embedding: Search ... Clustering ... Recommendation ... Anomaly Detection ... Classification ... Dimensional Reduction ... ...find outliers
- AI Solver
- Looking for event based?
- Do you have > 100 features?
- Yes, then try One-class Support Vector Machine (SVM)
- No, need fast training, then try Principal Component Analysis (PCA)-based Anomaly Detection
- Also consider...
- Outlier | Wikipedia
- Machine Learning: Trying to detect outliers or unusual behavior | Stacey Ronaghan - Medium
- Outlier Detection and Removal Algorithm in K-Means and Hierarchical Clustering | A. Barai and L. Dey
- Capabilities
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