Skip to content

singhnikhiljsr/Classification-Model-with-Logistic-Regression

Repository files navigation

A Classification Project to classify three sets of Iris flowers namely Iris_setosa(1), Iris_versicolor(2), and Iris_verginica(3).

Pictures

Iris setosa : Wikipedia
Iris versicolor: Wikipedia
Iris virginica : Wikipedia

We have been provided with a dataset of 150 training examples (i.e 50 for each flower) with ‘4’ features for each flower. The features of the flowers are as follows :

Sepal length in cm
Sepal width in cm
Petal length in cm
Petal width in cm

We have to train our algorithm in such a way that it could classify any example into one of the 3 species. You can have a look at the dataset provided in the Iris_flower.txt file.

OUTPUT

output_ss

About

This repository contains my Machine Learning Projects

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages