Implementation of the DL-ELM network architecture This repository contains an implementation of the Double-Layer Extreme Learning Machine network architecture introduced by F. Kiaee, C. Gagné, and H. Sheikhzadeh. The original paper can be found at http://dx.doi.org/10.1016/j.neucom.2016.08.011
- MATLAB implementation of sparse Bayesian DL-ELM (DL_ELM.m)
- MATLAB minimal demonstration (DL_ELM_demo.m)
- Spect benchmark dataset for demonstration (SPECT.train.txt, SPECT.test.txt)