Skip to content

Implementation of algorithms proposed by [Huang and Kasiviswanathan]

Notifications You must be signed in to change notification settings

takuti/stream-anomaly-detect

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Streaming Anomaly Detection

Description

My implementation of the algorithms introduced in:

Additionally, I have tried the Cod-RNA experiment and ROC-curve-based evaluation as the authors did.

Implemented algorithms

  • Algorithm 1: AnomDetect
    • Overall algorithm of this framework
  • Algorithm 2: GlobalUpdate
    • Incremental-SVD-based exact updating
  • Algorithm 3: RandSketchUpdate
    • Randomized-matrix-sketching-based fast updating
  • Algorithm 4: SketchUpdate
    • Matrix sketching (i.e. frequent directions) based deterministic updating

Both for the incremental-SVD-based and frequent-direction-based updating, you can refer my old experimental work.

License

MIT

About

Implementation of algorithms proposed by [Huang and Kasiviswanathan]

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published