Skip to content

Latest commit

 

History

History
11 lines (10 loc) · 717 Bytes

File metadata and controls

11 lines (10 loc) · 717 Bytes

Iris-Flower Data-Analysis

Iris species has a peculiar type of flowers, which is very similar to the other types. These flowers are shown in the image. Three different types of flowers By using machine learning strategies, this dataset has been classified according to its physical dimensions.The k-NN algorithm is used to classify the data. It is a lazy algorithm, which mainly does not have any learning part while training the model The Euclidean distance in n dimensions in the main strategy used here.

Structure

  • Dataset - iris.data.csv
  • Analysis Report
  • Data Analysis on Iris Flowers.pdf - In pdf format
  • sri1.html - In html format
  • sri1.Rmd - In R Markdown format