Skip to content

Latest commit

 

History

History
22 lines (12 loc) · 453 Bytes

File metadata and controls

22 lines (12 loc) · 453 Bytes

Iris-Classification-using-ELM

This is the repo containing code for calssification of iris dataset using Extreme Learning Machine. Original code taken from github alvarogrgz/easyELM

Requirements

numpy scipy sklearn

How to run

run this command

python hidden_layer_neurons(default 50) activation_function_name(default sigmoid)

Activation Function

sigmoid / tanh / relu / identity

example command: python ELM.py 50 sigmoid