rcolomina / ALOCC_Keras

Keras implementation of Adversarially Learned One-Class Classifier or ALOCC for short.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Keras implementation of Adversarially Learned One-Class Classifier or ALOCC for short.

License:Other


Languages

Language:Jupyter Notebook 96.2%Language:Python 3.8%Language:Dockerfile 0.0%