Keras implementation of paper https://arxiv.org/abs/1802.09088
Adversarially Learned One-Class Classifier or ALOCC for short.
Require Python 3.5+ and Jupyter notebook installed
git clone https://github.com/Tony607/Keras_TimeseriesGenerator
pip3 install -r requirements.txt
To Train the model, run this first.
python models.py
To run the notebook for test phase Novelty Detection. In the project start a command line run.
jupyter notebook
In the opened browser window open
test.ipynb