Difference between revisions of "...find outliers"
Line 30: | Line 30: | ||
<youtube>086OcT-5DYI</youtube> | <youtube>086OcT-5DYI</youtube> | ||
+ | <youtube>12Xq9OLdQwQ</youtube> | ||
<youtube>MUcrGtLKK7I</youtube> | <youtube>MUcrGtLKK7I</youtube> | ||
<youtube>QaVL4Ht3u8w</youtube> | <youtube>QaVL4Ht3u8w</youtube> | ||
<youtube>LRqX5uO5StA</youtube> | <youtube>LRqX5uO5StA</youtube> |
Revision as of 19:12, 23 October 2019
- 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
- Outlier Detection and Removal Algorithm in K-Means and Hierarchical Clustering | A. Barai and L. Dey
- Capabilities
Anomaly Detection. Sometimes the goal is to identify data points that are simply unusual. In fraud detection, for example, any highly unusual credit card spending patterns are suspect. The possible variations are so numerous and the training examples so few, that it's not feasible to learn what fraudulent activity looks like. The approach that anomaly detection takes is to simply learn what normal activity looks like (using a history non-fraudulent transactions) and identify anything that is significantly different.