This is the repo containing code for calssification of iris dataset using Extreme Learning Machine. Original code taken from github alvarogrgz/easyELM
numpy scipy sklearn
python hidden_layer_neurons(default 50) activation_function_name(default sigmoid)
sigmoid / tanh / relu / identity
example command: python ELM.py 50 sigmoid