Code Monkey home page Code Monkey logo

p191919's Introduction

DAPNN

This is the source code for the paper Detection of Anomal Process Behavior through Neural Networks that is currently under review for the BPM 2022.

This repository contains the following Notebooks:

  • 01_log_conversion.ipynb: Converts the event logs into csv format to make it easier to load them.
  • 02_data_processing.ipynb: Handles the processing, including encoding of attributes, creation of sliding windows, adding of start and end events, generation of data loaders.
  • 03_anomaly.ipynb: Includes the anomaly detection algorithm, i.e. the prediction model, the loss functions and the anomaly score calculation and classification, as well as the metric computation.
  • 04_training.ipynb: Includes the training phase of the neural networks for all datasets.
  • 05_pdc20.ipynb: Includes the analysis for the PDC 2020 event logs.
  • 06_pdc21.ipynb: Includes the analysis for the PDC 2021 event logs.
  • 07_binet.ipynb: Includes the analysis for the Binet event logs, including the synthetic data sets and the BPIC datasets
  • 08_latex_exp.ipynb: Covers some additional latex exports.

In order to run the notebooks, it is required to install fastai and pm4py. The easiest way to get everything running is with anaconda.

  • conda create -n dapnn
  • conda activate dapnn
  • conda install -c pytorch -c fastai fastai=1.0.61
  • pip install pm4py

p191919's People

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.