# Tensorflow Implementation of Deep SVDD This repository provides a [Tensorflow](https://www.tensorflow.org/) 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](https://github.com/lukasruff/Deep-SVDD-PyTorch).
## Citation and Contact You find a PDF of the Deep One-Class Classification ICML 2018 paper at [http://proceedings.mlr.press/v80/ruff18a.html](http://proceedings.mlr.press/v80/ruff18a.html).
## Installation This code is written in Python 3.5 and tested with Tensorflow 1.12.
Install using pip or clone this repository.
1. Installation using pip: `bash pip install deep-svdd `
and
`python from dsvdd import DeepSVDD `
Clone this repository:
`bash git clone https://github.com/nuclearboy95/Deep-SVDD-Tensorflow.git `
Release files for deep-svdd 1.3
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| deep_svdd-1.3-py3-none-any.whl | Python 3 | none | any | Details |
Release files / deep_svdd-1.3-py3-none-any.whl
| Download URL | deep_svdd-1.3-py3-none-any.whl |
|---|---|
| Size | 5.2 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
4aa67b05511cfc1d9dd60a0a666346907c7f704628081a3b5c49fd44f965624f
|
|
BLAKE2b-256 checksum How to use checksums |
542dcc0cb0ae63da58af1e842f2b9c1b3cee9e5ad2d2ec36083f8449058a9ce3
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/1.12.1 pkginfo/1.3.2 requests/2.14.2 setuptools/41.4.0 requests-toolbelt/0.8.0 tqdm/4.26.0 CPython/3.5.2
|