An open API service indexing awesome lists of open source software.

https://github.com/laurencee9/structural_pertubation_detection

Official torch geometric code for the paper Detecting structural perturbations from time series with deep learning
https://github.com/laurencee9/structural_pertubation_detection

anomaly-detection complexnetworks deep-learning graph graphneuralnetwork

Last synced: 9 months ago
JSON representation

Official torch geometric code for the paper Detecting structural perturbations from time series with deep learning

Awesome Lists containing this project

README

          

# Detecting structural perturbations from time series with deep learning

Official torch geometric code for the paper *Detecting structural perturbations from time series with deep learning*

- [Paper](https://arxiv.org/pdf/2006.05232.pdf)
- [Notebooks](./notebooks)

## Install

You can install the package using:
```
python setup.py install
```
Make sure your python env fulfills all the requirements from `requirements.txt`.

Tested with packages
```
python==3.8
torch==1.7.1
torch_geometric==1.6.3
networkx==2.5
```

## Examples

Check the [notebooks](./notebooks) for complete examples of predictions.

## Contributors

- [Edward Laurence](https://github.com/laurencee9)
- [Charles Murphy](https://github.com/charlesmurphy1)
- [Guillaume St-Onge](https://github.com/gstonge)
- [Xavier Roy-Pomerleau](https://github.com/xavier-rp)
- [Vincent Thibeault](https://github.com/VinceThi)