This repository provides a Tensorflow implementation of the Deep SVDD method presented in ICML 2018 paper ”Deep One-Class Classification”.
The author's implementation of Deep-SVDD in PyTorch is at https://github.com/lukasruff/Deep-SVDD-PyTorch.
You find a PDF of the Deep One-Class Classification ICML 2018 paper at http://proceedings.mlr.press/v80/ruff18a.html.
This code is written in Python 3.5
and tested with Tensorflow 1.12
.
Install using pip or clone this repository.
- Installation using pip:
pip install deep-svdd
and
from dsvdd import DeepSVDD
- Clone this repository:
git clone https://github.com/nuclearboy95/Deep-SVDD-Tensorflow.git