回归 Resources

Showing items tagged with "回归"

LIBSVM is a simple, easy-to-use, and efficient software package developed by Professor Lin Chih-Jen and team at National Taiwan University for SVM-based pattern recognition and regression. It provides both precompiled Windows executables and source code for customization, cross-platform adaptation, and algorithm enhancement. The package simplifies parameter tuning with extensive default configurations that handle most practical scenarios while offering cross-validation capabilities. It supports C-SVM, ν-SVM, ε-SVR, ν-SVR models and multi-class classification using one-vs-one strategy, with optimized implementations for large-scale datasets.

MATLAB 271 views Tagged

The K-Nearest Neighbors (KNN) algorithm can be utilized for both classification and regression tasks. By identifying k nearest neighbors of a sample and assigning the average of their attributes to that sample, we can predict the sample's properties. A more sophisticated approach involves assigning different weights to neighbors based on their distance, such as making weights proportional to distance, which improves prediction accuracy through weighted averaging.

MATLAB 326 views Tagged

The latest Support Vector Machine toolbox offers comprehensive functionality for streamlined machine learning workflows. Key capabilities include automated to-do list generation for project management, complete documentation support, Support Vector Regression (SVR) with epsilon-insensitive loss implementation, and intelligent model selection algorithms. Reference implementations include sequential minimal optimization (SMO) for efficient training.

MATLAB 284 views Tagged