An open API service indexing awesome lists of open source software.

https://github.com/bzantium/ocsvm-hyperparameter-selection

Hyperparameter selection of one-class support vector machine by self-adaptive data shifting
https://github.com/bzantium/ocsvm-hyperparameter-selection

hyperparameter-tuning ocsvm self-adaptive

Last synced: 3 months ago
JSON representation

Hyperparameter selection of one-class support vector machine by self-adaptive data shifting

Awesome Lists containing this project

README

        

# OCSVM-hyperparameter-selection
It is a python implementation of the paper: [**Hyperparameter selection of one-class support vector machine by self-adaptive data shifting**](https://www.sciencedirect.com/science/article/pii/S0031320317303564).

## _Train and test_
- You can simply run code by
```
$ python main.py --data fourclass
```