|
1 | 1 | # Support Vector Data Description (SVDD)
|
2 | 2 |
|
| 3 | +[](https://ww2.mathworks.cn/matlabcentral/fileexchange/69296-support-vector-data-description-svdd) |
| 4 | + |
3 | 5 | MATLAB Code for abnormal detection or fault detection using SVDD.
|
4 | 6 |
|
5 | 7 | Version 2.0, 1-DEC-2019
|
|
13 | 15 | * SVDD model for training dataset containing only positive training data. (SVDD)
|
14 | 16 | * SVDD model for training dataset containing both positive training data and negative training data. (nSVDD)
|
15 | 17 | * Multiple kinds of kernel functions.
|
16 |
| -* Visualization module including ROC curve plotting, testing result plottong, and decision boundary. |
| 18 | +* Visualization module including ROC curve plotting, testing result plotting, and decision boundary. |
17 | 19 | * Dimensionality Reduction (DR) module based on ['drtoolbox'](http://lvdmaaten.github.io/drtoolbox).
|
18 | 20 | * Parameter Optimization (PO) module based on the ['YPEA' toolbox](https://yarpiz.com/477/ypea-yarpiz-evolutionary-algorithms?tdsourcetag=s_pctim_aiomsg).
|
19 | 21 | * Preprocessing module for data standardization or data normalization.
|
20 | 22 | -------------------------------------------------------------------
|
21 | 23 |
|
22 | 24 | ## About SVDD model
|
23 | 25 |
|
24 |
| -Two types of SVDD modles are built according to the following references: |
| 26 | +Two types of SVDD models are built according to the following references: |
25 | 27 |
|
26 | 28 | [1] Tax D M J, Duin R P W. Support vector data description[J]. Machine learning, 2004, 54(1): 45-66.
|
27 | 29 |
|
@@ -82,15 +84,15 @@ A total of 9 demonstrations were provided, as follows:
|
82 | 84 |
|
83 | 85 | ## About Dimensionality Reduction (DR) module
|
84 | 86 |
|
85 |
| -Dimensionality Reduction module is realized based on 'drtoolbox', contains Matlab implementations of 34 techniques for dimensionality reduction and metric learning. |
| 87 | +Dimensionality Reduction module is realized based on 'drtoolbox', which contains Matlab implementations of 34 techniques for dimensionality reduction and metric learning. |
86 | 88 |
|
87 | 89 | For details about 'drtoolbox', please visit the website: http://lvdmaaten.github.io/drtoolbox
|
88 | 90 |
|
89 | 91 | -------------------------------------------------------------------
|
90 | 92 |
|
91 | 93 | ## About Parameter Optimization (PO) module
|
92 | 94 |
|
93 |
| -Parameter Optimization module is realized based on on the YPEA toolbox, contains Matlab implementations of 14 techniques for Parameter Optimization and metric learning. |
| 95 | +Parameter Optimization module is realized based on the YPEA toolbox, which contains Matlab implementations of 14 techniques for Parameter Optimization and metric learning. |
94 | 96 |
|
95 | 97 | For details about YPEA toolbox, please visit the website: https://yarpiz.com/477/ypea-yarpiz-evolutionary-algorithms?tdsourcetag=s_pctim_aiomsg
|
96 | 98 |
|
|
0 commit comments