当前位置:网站首页>Introduction to anomaly detection
Introduction to anomaly detection
2022-07-07 23:05:00 【Anny Linlin】
One 、 Understand the basic concepts of anomaly detection
1、 What is anomaly detection
Anomaly detection refers to identifying data that is significantly different from the distribution of the subject distribution data or from the predicted distribution data .
2、 Types of exceptions
2.1 Point anomaly
It means that a few individuals are abnormal , Most individuals are normal .
2.2 Context exception
It refers to the specific environment , Individual instances are normal , But it is abnormal in other environments . for example : The temperature suddenly rises or falls at a certain time .
2.3 The group is abnormal
It refers to the occurrence of abnormal individuals in a group , But this individual instance is not really abnormal , What is really unusual is this group . for example : An abnormal subset of fake accounts in Social Networks , But the individuals in this subset are as normal as the real accounts .
3、 Anomaly detection task classification
Supervised
Unsupervised
Semi supervision
Two 、 When to use the exception detection method
1、 Processing of characteristic data : When doing Feature Engineering , In order to prevent abnormal data from affecting normalization , You need to filter out abnormal data ; When doing the second classification , There is very little training sample data , The sample category data is unbalanced , Use unsupervised outlier detection .
2、 Log exception detection 、 Network intrusion anomaly detection 、 Credit card anomaly detection, etc .
3、 ... and 、 Method of anomaly detection
1、 traditional method
1.1 Methods based on statistics
Assume that normal data objects are given by a unified model , What does not conform to the model is abnormal data . The statistical method of anomaly detection is : Learn a generation model that fits a given data set , Then identify the objects in the low probability region of the model , Take them as outliers .
1.2 Linear model
PCA
2、 Integration method
3、 Open source libraries are often used for exception detection pyod
边栏推荐
- Basic knowledge of binary tree
- Micro service remote debug, nocalhost + rainbow micro service development second bullet
- 数字藏品加速出圈,MarsNFT助力多元化文旅经济!
- Unity technical notes (II) basic functions of scriptableobject
- [language programming] exe virus code example
- Take full control! Create a "leading cockpit" for smart city construction
- Unity FAQ (I) lack of references
- The author of LinkedList said he didn't use LinkedList himself
- 开发那些事儿:Go加C.free释放内存,编译报错是什么原因?
- Loki, the "open source star picking program", realizes the efficient management of harbor logs
猜你喜欢
Cascade-LSTM: A Tree-Structured Neural Classifier for Detecting Misinformation Cascades-KDD2020
行测-图形推理-2-黑白格类
Common verification rules of form components -2 (continuously updating ~)
Visual design form QT designer design gui single form program
Form组件常用校验规则-2(持续更新中~)
0-5VAC转4-20mA交流电流隔离变送器/转换模块
Unity FAQ (I) lack of references
数字藏品加速出圈,MarsNFT助力多元化文旅经济!
Personal statement of testers from Shuangfei large factory: is education important for testers?
Visual studio 2019 installation
随机推荐
Yarn cannot view the historical task log of yarn after enabling ACL user authentication. Solution
Line test - graphic reasoning - 1 - Chinese character class
ASP.NET Core入门五
Common verification rules of form components -2 (continuously updating ~)
Unity local coordinates and world coordinates
Line test - graphic reasoning - 6 - similar graphic classes
LeetCode203. Remove linked list elements
LeetCode707. Design linked list
肠道里的微生物和皮肤上的一样吗?
微服务远程Debug,Nocalhost + Rainbond微服务开发第二弹
0-5VAC转4-20mA交流电流隔离变送器/转换模块
Redis official ORM framework is more elegant than redistemplate
[problem] pytorch installation
It's no exaggeration to say that this is the most user-friendly basic tutorial of pytest I've ever seen
Years of summary, some core suggestions for learning programming
Debezium系列之:支持 mysql8 的 set role 語句
Digital collections accelerated out of the circle, and marsnft helped diversify the culture and tourism economy!
Leetcode19. Delete the penultimate node of the linked list [double pointer]
Time convolution Network + soft threshold + attention mechanism to realize residual life prediction of mechanical equipment
Qt Graphicsview图形视图使用总结附流程图开发案例雏形