KNN Resources

Showing items tagged with "KNN"

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 206 views Tagged