Giter Club home page Giter Club logo

amase's Introduction

This software implements the anomaly detection algorithms proposed in paper https://ieeexplore.ieee.org/abstract/document/9006046. To reproduce the results, you need to go to ANL ALCF website to download MIRA data first https://reports.alcf.anl.gov/data/mira.html.

System requirement

  • gcc compiler that supports C99.
  • python3
  • pytorch 1.0
  • R

I suggest users to install these packages with anaconda.

Compile

Use make file to compile code and test cases with command "make".

Executables

Unzip all RAS_EVENT data you have downloaded. Unzip the dataset and put in the same folder.

  • Use the R code in https://github.com/QiaoK/AMASE/blob/master/developer_note.txt to clean up the data.
  • Compile the C++ code. Use the "./streaming_features" to generate the training and testing features.
  • Usage: ./streaming_feature warn_table_name fatal_table_name fatal_t_threshold window_size lead_time_count
  • Example: ./streaming_feature sys_events.csv sys_fatal_spatial.csv 1 300 4
  • Run the python training code for neural network training.
  • Usage: python training_lead_time.py feature_file_name training_epochs retrain(0 or 1) reload_data(0 or 1) lead_time_interval(3600) lead_time_stride(1)
  • feature_file_name is the output file generated by ./streaming_feature

Contact

Contact me at [email protected] if you have questions.

amase's People

Contributors

qiaok avatar

Watchers

James Cloos avatar  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.