Skip to content

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

Notifications You must be signed in to change notification settings

mejazgithub/Iris-Classification-using-ELM

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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

About

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published