This is my project using Extreme Learning Machine (ELM) based on Guang-Bin Huang Paper
-
Updated
Jan 24, 2025 - Python
This is my project using Extreme Learning Machine (ELM) based on Guang-Bin Huang Paper
Made to classify the different species of the Iris flower🌼
This project uses the K-Nearest Neighbors (KNN) algorithm to classify Iris flowers based on their sepal and petal measurements. The dataset used in this project is the Iris Dataset, which includes 150 samples of Iris flowers, each with four features: sepal length, sepal width, petal length, and petal width.
Iris flower has three species; setosa, versicolor, and virginica, which differs according to their measurements. Now assume that you have the measurements of the iris flowers according to their species, and the task is to train a machine learning model that can learn from the measurements of the iris species and classify them.
Add a description, image, and links to the iris-flower topic page so that developers can more easily learn about it.
To associate your repository with the iris-flower topic, visit your repo's landing page and select "manage topics."