PSO优化 Resources

Showing items tagged with "PSO优化"

This implementation demonstrates how Particle Swarm Optimization (PSO) enhances Least Squares Support Vector Machine (LSSVM) classification accuracy by automatically tuning hyperparameters like regularization and kernel parameters, achieving superior model performance through iterative swarm intelligence.

MATLAB 249 views Tagged

This implementation of Particle Swarm Optimization (PSO) for fine-tuning BP neural networks originates from my senior's research thesis, providing an effective approach to improve neural network performance through intelligent parameter optimization. The code demonstrates practical integration of evolutionary algorithms with neural network training.

MATLAB 214 views Tagged