Skip to content

Awesome machine learning algorithms for anomaly detection, including papers and source code

Notifications You must be signed in to change notification settings

dple/awesome-papers-and-source-code-for-anomaly-detection

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 

Repository files navigation

Awesome papers and Source Code for Outlier Detection

Distance-based Outlier Detection

  1. Local Outlier Factor (LOF)
  1. Density-based Incremental LOF (DILOF)
  1. Cluster-Based Local Outlier Factor (CBLOF)
  1. Exact-Storm
  1. Approx-Storm
  1. Abstract-C
  1. Direct Update of Events - DUE
  1. Micro-Cluster Based Algorithm - MCOD
  1. Thresh LEAP

Clustering-based anomaly detection methods

  1. DenStream
  1. D-Stream
  1. C-DenStream
  1. ClusTree
  1. MR-Stream
  1. SOStream
  1. CluStream

One classification based anomaly detection

  1. OCSVM
  1. Deep One-Class Classification

Tree based anomaly detection

  1. Isolation Forest
  1. Extended Isolation Forest
  1. Robust Random Cut Forest (RRCF)
  1. Streaming HS-Tree
  1. RS-Forest