Skip to content

Implementation of different classifiers: SVM, Decision Tree, KNN, Regression to predict species of an iris flower

Notifications You must be signed in to change notification settings

asmitamitra/Iris-flower-classifier

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 

Repository files navigation

Machine Learning: Iris Flower classification

This program applies simple machine learning classification concepts on Fisher's Iris Data to predict the species of a new sample of Iris flower.

  • The data set consists of 150 samples
  • Four features for each sample: petal_length, petal_width, sepal_width, sepal_length
  • Classifiers applied:
    • SVM
    • Decision Tree Classifier
    • Logistic Regression
    • KNN

About

Implementation of different classifiers: SVM, Decision Tree, KNN, Regression to predict species of an iris flower

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published