| Literature DB >> 26089862 |
Yi Zhang1, Jinchang Ren2, Jianmin Jiang3.
Abstract
Maximum likelihood classifier (MLC) and support vector machines (SVM) are two commonly used approaches in machine learning. MLC is based on Bayesian theory in estimating parameters of a probabilistic model, whilst SVM is an optimization based nonparametric method in this context. Recently, it is found that SVM in some cases is equivalent to MLC in probabilistically modeling the learning process. In this paper, MLC and SVM are combined in learning and classification, which helps to yield probabilistic output for SVM and facilitate soft decision making. In total four groups of data are used for evaluations, covering sonar, vehicle, breast cancer, and DNA sequences. The data samples are characterized in terms of Gaussian/non-Gaussian distributed and balanced/unbalanced samples which are then further used for performance assessment in comparing the SVM and the combined SVM-MLC classifier. Interesting results are reported to indicate how the combined classifier may work under various conditions.Entities:
Mesh:
Year: 2015 PMID: 26089862 PMCID: PMC4455534 DOI: 10.1155/2015/423581
Source DB: PubMed Journal: Comput Intell Neurosci
Four datasets used in our experiments.
| Dataset | Features | Balance status | Distribution of feature values | Number of samples (class 0/class 1) | Skewness coefficients | ||
|---|---|---|---|---|---|---|---|
| Max | Min | Mean | |||||
| SamplesNew | 39 | Unbalanced | Non-Gaussian Approx. | 748 (115/633) | 7.577 | −3.063 | 2.343 |
| svmguide3 | 21 | Unbalanced | Non-Gaussian Approx. | 1284 (947/337) | 10.074 | −4.653 | 2.181 |
| Sonar | 31 | Balanced | Approx. Gaussian | 209 (97/102) | 1.123 | −1.019 | 0.214 |
| Splice | 60 | Balanced | Approx. Gaussian | 1269 (653/616) | 0.672 | −0.490 | −0.016 |
Figure 1Comparing training (a) and testing results (b) using linear SVM and the combined classifier for the four datasets under three different training ratios.
Figure 2Comparing training (a) and testing results (b) using RBF-kernelled SVM and the combined classifier for the four datasets under three different training ratios.
Figure 3Results of balanced learning for the svmguide3 dataset, using linear SVM (a) and R-SVM (b).