ELM and ELM_2: Modern Extreme Learning Machines with Source Code Implementation
Comparative analysis of ELM (Extreme Learning Machine) and ELM_2 algorithms with source code implementations including EELM (published in Neural Computing by Yuguang Wang) and YELM (enhanced ELM version published by Yuboyuan). This program provides performance benchmarking for these three machine learning approaches. For theoretical background, please refer to the authors' publications. To execute the comparison, simply run the pendigits_mean.m main file which handles data preprocessing, model training, and performance evaluation.