Skip to content
#

iris-flower-classification

Here are 40 public repositories matching this topic...

The "Iris-Flower-Classifier" is a machine learning project that categorizes Iris flowers into three species based on their measurements. It involves data preprocessing, model training, and evaluation, showcasing a fundamental classification task.

  • Updated Aug 25, 2024
  • Jupyter Notebook

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.

  • Updated May 7, 2023
  • Jupyter Notebook

The goal of this project is to develop a machine learning model for the classification of Iris flowers based on their sepal and petal measurements. The dataset used for this task is the well-known Iris dataset, which includes features such as sepal length, sepal width, petal length, and petal width.

  • Updated Jan 14, 2024
  • Jupyter Notebook

Improve this page

Add a description, image, and links to the iris-flower-classification topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the iris-flower-classification topic, visit your repo's landing page and select "manage topics."

Learn more