Skip to content

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

License

Notifications You must be signed in to change notification settings

rcolomina/ALOCC_Keras

 
 

Repository files navigation

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.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Jupyter Notebook 96.2%
  • Python 3.8%