Intelligent Algorithm

Total 4298 resources

Introduction to Particle Swarm Optimization Algorithm - a simple yet efficient optimization method with fast convergence. This MATLAB implementation provides a 2D visualization to demonstrate PSO's search mechanism and core parameters including veloc

MATLAB 218 views Premium

Enhanced version of Professor Chih-Jen Lin's LibSVM toolbox from National Taiwan University, integrated with automatic parameter selection algorithms for improved usability and performance.

MATLAB 210 views Premium

Classic decision tree algorithms, with ID3 being the most widely used. ID3 represents the most fundamental approach in decision tree methodology, implementing information entropy-based feature selection for optimal splits.

MATLAB 176 views Premium

This program implements the classical Ncut algorithm for spectral clustering using MATLAB. The solution includes graph construction, eigenvalue decomposition, and k-means clustering steps with implementation details.

MATLAB 204 views Premium