分类 Resources

Showing items tagged with "分类"

Hypersphere Support Vector Machine (HSVM), a one-class SVM algorithm that constructs hyperspheres for classification tasks, particularly effective for anomaly detection scenarios

MATLAB 269 views Tagged

Character recognition based on Backpropagation Neural Networks. The BP neural network algorithm transforms input-output sample problems into nonlinear optimization problems and solves weight values through iterative gradient descent operations. This implementation uses BP networks for classification with supplemental linear perceptrons for effective single-character recognition. The algorithm features straightforward implementation, high recognition accuracy, and robust performance in various high-noise environments for printed character recognition. Key implementation aspects include gradient computation, weight updating mechanisms, and activation function configuration.

MATLAB 243 views Tagged

An improved piecewise linear representation approach incorporating four fundamental algorithms: top-down, bottom-up, sliding window, and hybrid sliding window bottom-up techniques. This widely-used dimensionality reduction and classification algorithm features continuous segment generation, overcoming limitations of discrete linear approximations through optimized implementation strategies.

MATLAB 233 views Tagged