1. Algorithm

2. evaluating an anomaly detection system

3. anomaly detection vs supervised learning

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

multivariate gaussian distribution

6. anomaly detection using multivariate gaussian distribution

7. original model vs multivariate gaussian distribution

最新文章

  1. Flexible 弹性盒子模型之CSS flex-flow
  2. POJ 2991–Crane【线段树+几何】
  3. BICEP单元测试计划——四则运算Ⅱ
  4. Knockoutjs官网翻译系列(一)
  5. div+css不间断滚动字幕
  6. JAVA GUI学习 - JTabbedPane选项卡组件学习
  7. 优秀个人免费私有云OwnCloud 8.0终于发布 - 亮眼新功能初探简介
  8. 一台服务器上同时启动多个 Tomcat
  9. vue.js之数据传递和数据分发slot
  10. [bzoj2638] 黑白染色
  11. Nginx 自定义添加Response Headers 修改server
  12. Vue-Router动态路由匹配
  13. [C++]Linux之头文件sys/types.h[/usr/include/sys]
  14. Focal Loss理解
  15. C#如何运行外部程序(打开可执行程序):ShellExcute和Process
  16. 关于web.xml中配置Spring字符编码过滤器以解决中文乱码的问题
  17. 在CentOS 6上使用 AWStats 分析 httpd 和 Tomcat 日志
  18. 绝对强大的三个linux指令: ar, nm, objdump
  19. CUDA ---- CUDA库简介
  20. 题目1001:A+B for Matrices

热门文章

  1. struts2拦截器实现session超时返回登录页面(iframe下跳转到其父页面)
  2. DotnetBrowser高级教程-(4)使用MVC框架1-搭建基础框架
  3. iOS for循环创建button,button的宽度依据上面的文字来自适应.
  4. Spark原理小总结
  5. Android 网络编程 记录
  6. [C++设计模式] state 状态模式
  7. 如何用openssl命令行生成证书
  8. 一张图帮你看懂 iPhone 6 Plus 的屏幕分辨率
  9. 搜狐新闻APP是如何使用HUAWEI DevEco IDE快速集成HUAWEI HiAI Engine
  10. 如何利用JQuery获取iframe内联框架对象?