Intelligent Algorithm

Total 4298 resources

Utilizing emerging machine learning approaches: transfer learning for image classification with significantly improved classification performance and practical implementation strategies.

MATLAB 259 views Premium

This MATLAB implementation employs Particle Swarm Optimization (PSO) to optimize parameters in Radial Basis Function (RBF) neural networks, with testing demonstrating superior function approximation capabilities compared to non-optimized RBF networks

MATLAB 179 views Premium

The core idea of SVM method involves defining an optimal linear hyperplane and formulating the algorithm for finding this hyperplane as a convex optimization problem. Based on Mercer's kernel theorem, SVM employs a nonlinear mapping φ to transform th

MATLAB 187 views Premium

MATLAB Simulated Annealing Algorithm Toolbox - A widely-used free international toolbox operating in MATLAB environment. Detailed usage instructions are included in the compressed package, featuring implementation of standard simulated annealing opti

MATLAB 212 views Premium

This method selects samples from one class as positive examples while using samples from only one other class as negative examples for each binary classifier (known as "One-vs-One" approach). This prevents dataset skewness. The process involves creat

MATLAB 215 views Premium