https://github.com/amenferjani/iris
This project is for the Identification of Iris flower species is presented
https://github.com/amenferjani/iris
basic-ml-project iris iris-classification machine-learning mlbasic predic python pytorch
Last synced: 4 months ago
JSON representation
This project is for the Identification of Iris flower species is presented
- Host: GitHub
- URL: https://github.com/amenferjani/iris
- Owner: Amenferjani
- Created: 2024-07-26T13:50:56.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-07-26T14:48:52.000Z (almost 2 years ago)
- Last Synced: 2025-09-25T09:59:26.030Z (8 months ago)
- Topics: basic-ml-project, iris, iris-classification, machine-learning, mlbasic, predic, python, pytorch
- Language: Python
- Homepage:
- Size: 4.88 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# IRIS-Flower-classification

This Project is thorugh application of machine learning with python programming.
It focuses on IRIS flower classification using Machine Learning with scikit tools.
Here some of algorithm are used that are some types of machine learning subparts algorithms of supervised and Unsupervised learning.
Algorithm used for predicting and get accuracy are -
1. Dicision tree classifier
2. K nearest classifier
3. SVM
4. Logistic Regression
5. metrics
6. train_test_split
We are making accuracy and prediction in Iris project through Iris Dataset.
This is easy and understable for machine learning staters( Naive ).
pip install torch
git clone https://github.com/Amenferjani/iris.git
cd iris
PS: Please do not forget to drop a star if you like it!