当前位置:网站首页>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
边栏推荐
- 安踏DTC | 安踏转型,构建不只有FILA的增长飞轮
- LeetCode144. Preorder traversal of binary tree
- Unity technical notes (II) basic functions of scriptableobject
- 7-51 combination of two ordered linked list sequences
- The PHP source code of the new website + remove authorization / support burning goose instead of pumping
- Leetcode1984. Minimum difference in student scores
- Understand the session, cookie and token at one time, and the interview questions are all finalized
- 全面掌控!打造智慧城市建设的“领导驾驶舱”
- Yarn cannot view the historical task log of yarn after enabling ACL user authentication. Solution
- 筑起云端 “免疫”屏障,让你的数据有备无患
猜你喜欢

Time convolution Network + soft threshold + attention mechanism to realize residual life prediction of mechanical equipment

There is another problem just online... Warm

PHP method of obtaining image information

行测-图形推理-7-相异图形类

Line test - graphic reasoning - 4 - alphabetic class

XMIND mind mapping software sharing

Online interview, how to better express yourself? In this way, the passing rate will be increased by 50%~

0-5VAC转4-20mA交流电流隔离变送器/转换模块

Sword finger offer 55 - I. depth of binary tree
![Leetcode19. Delete the penultimate node of the linked list [double pointer]](/img/a9/809b93d1ffd11ba4a9074ac8e2bdee.jpg)
Leetcode19. Delete the penultimate node of the linked list [double pointer]
随机推荐
QT graphicsview graphical view usage summary with flow chart development case prototype
The wonderful relationship between message queue and express cabinet
[record of question brushing] 3 Longest substring without duplicate characters
LeetCode144. Preorder traversal of binary tree
Sword finger offer 63 Maximum profit of stock
Amesim2016 and matlab2017b joint simulation environment construction
Unity与WebGL的相爱相杀
行测-图形推理-7-相异图形类
Sword finger offer 27 Image of binary tree
Debezium series: set role statement supporting mysql8
Sword finger offer 55 - I. depth of binary tree
Knowledge drop - PCB manufacturing process flow
每日一题——PAT乙级1002题
Debezium系列之:支持 mysql8 的 set role 语句
Early childhood education industry of "screwing bar": trillion market, difficult to be a giant
Software evaluation center ▏ what are the basic processes and precautions for automated testing?
Visual studio 2019 installation
Unity local coordinates and world coordinates
知识点滴 - PCB制造工艺流程
行测-图形推理-3-对称图形类