Skip to content

Latest commit

 

History

History
31 lines (25 loc) · 1.13 KB

README.md

File metadata and controls

31 lines (25 loc) · 1.13 KB

Keras implementation of paper https://arxiv.org/abs/1802.09088

Adversarially Learned One-Class Classifier or ALOCC for short.

How to Run

Require Python 3.5+ and Jupyter notebook installed

Clone or download this repo

git clone https://github.com/Tony607/Keras_TimeseriesGenerator

Install required libraries

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