摘要: Anomaly detection(异常检测) 1、问题定义:假设数据集{x(1), x(2), ..., x(3)}表示的数据都是正常的,则判断xtest是否异常。 若概率值 p(xtest) < ε,则表示异常;若 p(xtest) ≥ ε ,则表示正常。 2、Gaussian Distribu 阅读全文
posted @ 2019-10-29 22:48 橙同学的学习笔记 阅读(773) 评论(0) 推荐(0)