Skip to content

Latest commit

Β 

History

1 Commit

Folders and files

NameName
Last commit message
Last commit date
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

🌸 Iris Flower Classification using K-Nearest Neighbors (KNN)

An AI & Machine Learning project that classifies Iris flower species using the K-Nearest Neighbors (KNN) algorithm.
This project demonstrates the complete ML workflow including data preprocessing, model training, evaluation, prediction, and visualization using Python.


πŸ“Œ Project Overview

The Iris dataset is one of the most popular beginner-friendly datasets in Machine Learning.
The objective of this project is to predict the species of an Iris flower based on its physical measurements.

Input Features

  • Sepal Length
  • Sepal Width
  • Petal Length
  • Petal Width

Predicted Classes

  • Iris Setosa
  • Iris Versicolor
  • Iris Virginica

πŸš€ Technologies Used

Technology Purpose
Python Programming Language
Pandas Data Handling
NumPy Numerical Operations
Matplotlib Data Visualization
Scikit-learn Machine Learning Model

🧠 Machine Learning Algorithm

K-Nearest Neighbors (KNN)

KNN is a supervised Machine Learning algorithm that classifies data points based on the majority class of their nearest neighbors.

KNeighborsClassifier(n_neighbors=3)

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages