Machine Learning No.10: Anomaly detection

1. Algorithm

Machine Learning No.10: Anomaly detection_第1张图片

2. evaluating an anomaly detection system

Machine Learning No.10: Anomaly detection_第2张图片

3. anomaly detection vs supervised learning

Machine Learning No.10: Anomaly detection_第3张图片

4. choose what features to use.

  - choose the features xi which hist(xi) is like gaussian shape, or transfer xi such as log(xi+c) to make hist(xi) to be like gaussian shape.

  - if anomaly case's feature is almost like normal case's feature, try to use some new features to distinguish these two cases.

5. multivariate gaussian distribution

the figure below shows the greed point is an anomaly case while it will be justified as normal without using multivariate gaussian distribution

Machine Learning No.10: Anomaly detection_第4张图片

multivariate gaussian distribution

Machine Learning No.10: Anomaly detection_第5张图片

6. anomaly detection using multivariate gaussian distribution

Machine Learning No.10: Anomaly detection_第6张图片

7. original model vs multivariate gaussian distribution

Machine Learning No.10: Anomaly detection_第7张图片

你可能感兴趣的:(learning,machine)