This an attempt to run High performance extreme learning machine (HPELM) on MNIST.
This network take an estimated time of ~ 3.83849191666 seconds to train with an accuracy of ~ 0.9327
create virtual enviroment :
virtualenv venv
source venv\bin\activate
install requirements using :
pip install -r requirements.txt `
run using :
python mnits.py