Fast Support Vector Classifier (A low complexity alternative to SVM)
Implements a low complexity classifier based on LMS training in
a nonlinearly expanded feature space based on simple RBF units.
The centers of the units are support vectors selected from the
training sample using a simple search algorithm based on novelty
detection.
Relevant papers:
R. Dogaru, “A hardware oriented classifier with simple constructive
training based on support vectors”, in Proceedings of CSCS-16, the
16th Int’l Conference on Control Systems and Computer Science,
May 22 - 26, 2007, Bucharest, Vol.1, pp. 415-418.
Dogaru, R. ; Dogaru, I.,
"An efficient finite precision RBF-M neural network architecture using support vectors"
in Neural Network Applications in Electrical Engineering (NEUREL), 2010 10th Symposium on
Digital Object Identifier: 10.1109/NEUREL.2010.5644089
Publication Year: 2010 , Page(s): 127 - 130
Cite As
Radu Dogaru (2026). Fast Support Vector Classifier (A low complexity alternative to SVM) (https://www.mathworks.com/matlabcentral/fileexchange/49695-fast-support-vector-classifier-a-low-complexity-alternative-to-svm), MATLAB Central File Exchange. Retrieved .
MATLAB Release Compatibility
Platform Compatibility
Windows macOS LinuxCategories
- AI and Statistics > Statistics and Machine Learning Toolbox >
- AI and Statistics > Deep Learning Toolbox > Train Deep Neural Networks > Function Approximation, Clustering, and Control > Function Approximation and Clustering > Pattern Recognition >
Tags
Discover Live Editor
Create scripts with code, output, and formatted text in a single executable document.
| Version | Published | Release Notes | |
|---|---|---|---|
| 1.1.0.0 | A faster implementation (compiled with MEX) is available here:
|
||
| 1.0.0.0 |
