General Algorithm

Total 5601 resources

This guide covers MATLAB implementations for unconstrained optimization methods including Steepest Descent, Newton's Method, Conjugate Gradient, Variable Metric Methods (DFP and BFGS), and Nonlinear Least Squares. For constrained optimization, it exp

MATLAB 252 views Premium

The Kalman filter is a highly efficient recursive filter (autoregressive filter) capable of estimating the state of dynamic systems from a series of incomplete and noisy measurements. Named after its inventor Rudolf E. Kalman, this filtering method w

MATLAB 260 views Premium

One challenge in applying statistical methods to pattern recognition is the dimensionality issue - classification problems are generally simpler in low-dimensional feature spaces than in high-dimensional ones. This leads to dimensionality reduction t

MATLAB 213 views Premium

GPS Inertial Navigation Integration (2nd Edition) by Chen Jun [Program Source Code Included] – Essential resource with practical algorithm implementations for navigation system development

MATLAB 236 views Premium

Edge Localization in Iris Recognition: Utilizes edge tracking to identify boundary points, followed by least squares circle fitting to obtain coordinate values, with accompanying illustration demonstrating implementation workflow.

MATLAB 288 views Premium