這裏有個2015年的綜述文章,歸納的比較好,各類技術的適用場景. https://iwringer.wordpress.com/2015/11/17/anomaly-detection-concepts-and-techniques/git
其中 Clustering 技術可使用 K-Means, Gaussian Mixture Model. GMM 模型能夠參考這個很棒的文章 https://colab.research.google.com/github/jakevdp/PythonDataScienceHandbook/blob/master/notebooks/05.12-Gaussian-Mixtures.ipynb#scrollTo=2l9rOarpNSi0github
還有一個比較新的 2019 年的 DEEP LEARNING FOR ANOMALY DETECTION: A SURVEY https://arxiv.org/pdf/1901.03407.pdf. 對全部領域的異常檢測作了綜述.wordpress
RNN 的應用google
https://github.com/chickenbestlover/RNN-Time-series-Anomaly-Detectionblog
https://towardsdatascience.com/time-series-of-price-anomaly-detection-13586cd5ff46 聚類的一些經常使用方法ip