adityasurana / Analysis-of-Iris-flower-dataset

Analysis of Iris Flower dataset using Support Vector Machine

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Analysis-of-Iris-flower-dataset

Analysis of Iris Flower dataset using Support Vector Machine

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.

Iris Setosa:-

iris setosa

Iris Virginica:-

iris versicolor

Iris Versicolor:-

iris virginica

The analysis is in the (Iris flower using SVM.ipynb) file and is explained throughout in the notebook.

About

Analysis of Iris Flower dataset using Support Vector Machine

License:Apache License 2.0


Languages

Language:Jupyter Notebook 100.0%