Intelligent Algorithm

Total 4298 resources

Source code implementation of ID3 and C4.5 decision tree algorithms for data mining applications, featuring entropy calculations and information gain optimization.

MATLAB 163 views Premium

This is a Particle Swarm Optimization (PSO) program designed for system model identification, primarily used when system parameters are unknown, making it particularly convenient for such scenarios.

MATLAB 203 views Premium

Quantum Particle Swarm Optimization Implementation in MATLAB - Leveraging quantum mechanics principles to enhance traditional PSO efficiency, with experimental results demonstrating significant improvements in computational accuracy and performance

MATLAB 177 views Premium

A MATLAB-based implementation approach for a new immune algorithm, featuring simple and practical code with zero redundancy. The implementation demonstrates efficient optimization capabilities through streamlined algorithmic structure.

MATLAB 172 views Premium

Implementing neural networks with MATLAB using the newff() function to create a two-layer feedforward network. The network accepts inputs in the range [-1, 1], with the first layer containing 10 neurons using tansig activation functions. This impleme

MATLAB 211 views Premium