Difference between revisions of "...find outliers"

From
Jump to: navigation, search
m
m
Line 5: Line 5:
 
|description=Helpful resources for your journey with artificial intelligence; videos, articles, techniques, courses, profiles, and tools  
 
|description=Helpful resources for your journey with artificial intelligence; videos, articles, techniques, courses, profiles, and tools  
 
}}
 
}}
 +
[https://www.youtube.com/results?search_query=~outlier+~diversity+AI YouTube]
 +
[https://www.quora.com/search?q=~outlier%20diversity%20AI ... Quora]
 +
[https://www.google.com/search?q=~outlier+~diversity+AI ...Google search]
 +
[https://news.google.com/search?q=~outlier+~diversity+AI ...Google News]
 +
[https://www.bing.com/news/search?q=~outlier+~diversity+AI&qft=interval%3d%228%22 ...Bing News]
 +
 +
 
* [[AI Solver]]  
 
* [[AI Solver]]  
 
** Looking for event based?
 
** Looking for event based?

Revision as of 15:22, 20 March 2023

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


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.