/Multi-Scale-One-Class-Recurrent-Neural-Networks

Code for KDD 2021 paper "Multi-Scale One-Class Recurrent Neural Networks \\for Discrete Event Sequence Anomaly Detection"

Primary LanguagePython

This folder contains the code and datasets for OC4Seq

The code folder contains all the python code

  • exp.py: This is the main experiment script
  • model.py: The OC4Seq is implemented in the this file
  • trainer.py: It implements the training producedure
  • utils.py: It preprocesses the data for experiment