Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/rohithmacharla11/iris-flower-classification
https://github.com/rohithmacharla11/iris-flower-classification
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/rohithmacharla11/iris-flower-classification
- Owner: RohithMacharla11
- Created: 2024-02-05T12:20:12.000Z (12 months ago)
- Default Branch: main
- Last Pushed: 2024-02-05T12:21:58.000Z (12 months ago)
- Last Synced: 2024-02-05T13:35:39.759Z (12 months ago)
- Language: Jupyter Notebook
- Size: 33.2 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Iris-Flower-Classification
## Overview
This project is focused on classifying iris flowers using machine learning techniques. The iris flower dataset is a classic dataset in the field of machine learning and is often used for practicing classification algorithms.
## Introduction
The Iris Flower Classification project involves predicting the species of iris flowers based on their characteristics. It is a well-known introductory task in machine learning and is used to demonstrate the implementation of classification algorithms.
## Dataset
The dataset used for this project is the famous Iris dataset, which is included in many machine learning libraries. It consists of 150 samples of iris flowers, each belonging to one of three species: setosa, versicolor, or virginica.
## Features
The dataset includes the following features:
- Sepal Length
- Sepal Width
- Petal Length
- Petal Width