DanWang Blog

Anomaly Detection

内容来自于机器学习课程

Problem motivation

Gaussian Distribution

高斯分布 正态分布

异常检测算法

Developing and evaluating an anomaly detection system

在训练集上训练之后,用交叉验证集或者测试集进行预测,最终结构用recall、precision来预测结果,用accuracy不准确,因为默认的值可能是0。

可以在验证集上选择epsilon。

Anomaly detection vs. supervised learning

Choosing what features to use

确定数据是按照高斯分布的,使用直方图

将非高斯分布的转换为高斯分布

Multivariate Gaussian Distribution

Anomaly Detection using the Multivariate Gaussian Distribution