SVM Resources

Showing items tagged with "SVM"

MATLAB-based SVM implementation for small sample analysis with applications in remote sensing image classification, featuring customizable kernel functions and parameter optimization

MATLAB 188 views Tagged

Well-organized pattern recognition source code implementing LLE (Locally Linear Embedding) and SVM (Support Vector Machine) methods, including SVMFWD functionality - thoroughly tested and error-free implementation ready for download

MATLAB 189 views Tagged

This paper demonstrates the application of Support Vector Machine (SVM) as a robust foundation for improving k-nearest neighbor (kNN) classifiers. We introduce Discriminant Analysis via Support Vectors (SVDA), a novel multi-class dimensionality reduction technique that leverages SVM principles. The implementation involves using only support vectors to compute transformation matrices, reducing computational overhead for kernel-based feature extraction. Our methodology extends to non-linear versions through kernel mapping, achieving improved recognition performance in experimental validations across standard datasets.

MATLAB 207 views Tagged