Skip to content

Simple project that trains SVM model to predict the iris flower species !

Notifications You must be signed in to change notification settings

udit1707/Iris-Flower-Classifier

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 

Repository files navigation

Iris-Flower-Classifier

The Data For this series of lectures, we will be using the famous Iris flower data set.

The Iris flower data set or Fisher's Iris data set is a multivariate data set introduced by Sir Ronald Fisher in the 1936 as an example of discriminant analysis.

The data set consists of 50 samples from each of three species of Iris (Iris setosa, Iris virginica and Iris versicolor), so 150 total samples. Four features were measured from each sample: the length and the width of the sepals and petals, in centimeters.

The iris dataset contains measurements for 150 iris flowers from three different species.

The three classes in the Iris dataset:

Iris-setosa (n=50) Iris-versicolor (n=50) Iris-virginica (n=50) The four features of the Iris dataset:

sepal length in cm sepal width in cm petal length in cm petal width in cm

About

Simple project that trains SVM model to predict the iris flower species !

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published