DL-Simplified icon indicating copy to clipboard operation
DL-Simplified copied to clipboard

Iris Classification using DL

Open Sindhu-2004 opened this issue 1 year ago • 13 comments

The goal of this task is to create a model that can accurately predict the species of an iris flower based on its sepal length, sepal width, petal length, and petal width.

Sindhu-2004 avatar May 19 '24 09:05 Sindhu-2004

Can you share the dataset and approach for solving this issue?

abhisheks008 avatar May 19 '24 16:05 abhisheks008

Project Title : Iris Flower Classification Aim : The goal of this task is to create a model that can accurately predict the species of an iris flower based on its sepal length, sepal width, petal length, and petal width. Dataset : [Iris Flower Dataset] https://www.kaggle.com/datasets/arshid/iris-flower-dataset Approach : Logistic Regression, Classification, scikit-learn, TensorFlow, and PyTorch.

Sindhu-2004 avatar May 20 '24 11:05 Sindhu-2004

One issue at a time.

abhisheks008 avatar May 20 '24 14:05 abhisheks008

Hey! If not assigned to anyone I would love to work on this Project Title: Iris Flower Classification Aim: The goal of this task is to create a ML model that aims to predict the species of an Iris flower based on its morphological features. Dataset : https://www.kaggle.com/datasets/uciml/iris Approach :

  • Performing EDA to help understand the dataset and to identify patterns, relationships, and potential issues like outliers or missing values.
  • Data Processing - To handle missing values, feature scaling, encode categorical data
  • Model - Training with the help of Logistic Regression, SVM, and Random forest
  • Model Evaluation - Accuracy, Confusion matrix, precision, recall f1 score and ROC-AUC curve.

Mehaksaini2808 avatar May 23 '24 10:05 Mehaksaini2808

  1. Full name : Mehak Saini
  2. Email ID : [email protected]
  3. Dataset : https://www.kaggle.com/datasets/uciml/iris
  4. Approach : Logistic Regression, SVM and random forest. Perform model Evaluation and select the best performing model. What is your participant role? (Mention the Open Source program)Contributor in GSSOC'24

Mehaksaini2808 avatar May 23 '24 11:05 Mehaksaini2808

Please assign this issue to me.

Mehaksaini2808 avatar May 23 '24 11:05 Mehaksaini2808

  1. Full name : Mehak Saini
  2. Email ID : [email protected]
  3. Dataset : https://www.kaggle.com/datasets/uciml/iris
  4. Approach : Logistic Regression, SVM and random forest. Perform model Evaluation and select the best performing model. What is your participant role? (Mention the Open Source program)Contributor in GSSOC'24

This repo majorly focuses on deep learning methods rather than machine learning techniques.

abhisheks008 avatar May 23 '24 13:05 abhisheks008

Sorry for the confusion!

I can implement 3 deep learning model for this dataset and find the best-fitted one by comparing them all based on their accuracy.

Mehaksaini2808 avatar May 23 '24 13:05 Mehaksaini2808

This issue is raised by a contributor for personal contribution, I don't think you can work on this issue.

You can check out the issues raised by me and having Up for Grabs labels.

abhisheks008 avatar May 23 '24 13:05 abhisheks008

Full name : Animesh Raj Dataset : https://www.kaggle.com/datasets/uciml/iris Techstack: pandas, matplotlib, seaborn, pytorch Approach : 1. Data cleaning 2. EDA 3. Models i will be using are FNN and CNN. 4. Evaluation What is your participant role? KWOC'24

wildcraft958 avatar Dec 13 '24 19:12 wildcraft958

Hello, I would love to work on this project under SWOC'25.

Project Title: Iris Flower Classification Name: Supratik Bhowal Participant role: SWOC'25 Dataset: https://www.kaggle.com/datasets/arshid/iris-flower-dataset

Approach:

  1. Models Used:
    • Use MLP (FNN)
    • Use Deep NN applying Dropout for regularization
    • Use CNN having 2D convolutional layers (architechture: LeNet-5 -> for simplicity)
  2. All Model Compilation will be done using categorical cross-entropy as the loss func and also will use the Adam optimizer
  3. Scatterplot Matrix, Confusion Matrix Heatmap, Distribution Plots along with Training and Validation Accuracy & Loss for each model used.

SupratikB23 avatar Jan 08 '25 20:01 SupratikB23

Hello, I would love to work on this project under SWOC'25.

Project Title: Iris Flower Classification Name: Supratik Bhowal Participant role: SWOC'25 Dataset: https://www.kaggle.com/datasets/arshid/iris-flower-dataset

Approach:

  1. Models Used:

    • Use MLP (FNN)
    • Use Deep NN applying Dropout for regularization
    • Use CNN having 2D convolutional layers (architechture: LeNet-5 -> for simplicity)
  2. All Model Compilation will be done using categorical cross-entropy as the loss func and also will use the Adam optimizer

  3. Scatterplot Matrix, Confusion Matrix Heatmap, Distribution Plots along with Training and Validation Accuracy & Loss for each model used.

It's iris classification, not the flower one :(

abhisheks008 avatar Jan 10 '25 09:01 abhisheks008

for

So, is it this dataset: ↓ https://www.kaggle.com/datasets/naureenmohammad/mmu-iris-dataset

Or others like finding Iris diseases?

SupratikB23 avatar Jan 11 '25 10:01 SupratikB23