SVM算法 Resources

Showing items tagged with "SVM算法"

This project implements an SVM-based image classification system to automatically distinguish between basketball courts and tennis courts. The implementation includes color moment-based feature extraction for color images, complemented by HOG (Histogram of Oriented Gradients) and LBP (Local Binary Pattern) algorithms for enhanced feature representation. The workflow incorporates preprocessing steps like noise reduction and image enhancement to ensure input quality consistency.

MATLAB 237 views Tagged

This project implements a Support Vector Machine (SVM) algorithm in MATLAB, performing binary classification between two distinct point classes and presenting graphical visualization of the classification results. The implementation includes key SVM components such as kernel function selection, optimization using quadratic programming, and margin calculation.

MATLAB 232 views Tagged

A fingerprint recognition program implemented in MATLAB that performs Gabor filtering, binarization, erosion and other preprocessing operations on fingerprint images, utilizing SVM algorithms to determine whether new fingerprint images exist in the original database. Suitable for demonstrating small-scale fingerprint identification systems with detailed implementation approaches for image processing and machine learning components.

MATLAB 282 views Tagged

Implementation of clustering and classification routines using SVM algorithm. Includes experimental datasets, execution results, and a classic reference paper titled "A New Fuzzy Cover Approach to Clustering". Code enhancements demonstrate feature scaling, kernel selection, and hyperparameter optimization techniques.

MATLAB 232 views Tagged