Intelligent Algorithm

Total 4298 resources

Implementation of gesture pattern recognition in MATLAB using basic algorithms introduced in pattern recognition courses, with detailed code structure and algorithmic explanations

MATLAB 181 views Premium

A program implementing Particle Swarm Optimization (PSO) to enhance Backpropagation Neural Networks for classification tasks. The implementation follows a two-phase approach: first using PSO to optimize initial weights and thresholds, then training t

MATLAB 194 views Premium

Neural network improved using ant colony optimization algorithm. ANT_object_func_ant is a neural network objective function generation program that computes fitness values. ANT_ant_new is the main program implementing the complete optimization framew

MATLAB 222 views Premium