Skip to content

Latest commit

 

History

History
executable file
·
28 lines (22 loc) · 643 Bytes

README.md

File metadata and controls

executable file
·
28 lines (22 loc) · 643 Bytes

HPELM MNIST

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

Usage

create virtual enviroment :

virtualenv venv 
source venv\bin\activate

install requirements using :

pip install -r requirements.txt `

run using :

python mnits.py

Reference

HPELM Docs

MNIST Dataset

License

GNU GENERAL PUBLIC LICENSE