Posts

Showing posts from June, 2022

Iris Flower Classification

Image
  Iris Flower Classification Project using Machine Learning Machine learning is almost everywhere nowadays. It’s become more and more necessary day by day. From the recommendation of what to buy to recognizing a person, robotics, everywhere is machine learning. So in this project, we’ll create the “Hello World” of machine learning which means Iris flower classification. Iris flower classification   is a very popular machine learning project. The iris dataset contains three classes of flowers,  Versicolor, Setosa, Virginica,  and each class contains 4 features, ‘Sepal length’, ‘Sepal width’, ‘Petal length’, ‘Petal width’. The aim of the iris flower classification is to predict flowers based on their specific features. What is machine learning? Machine learning is about learning to predict something or extracting knowledge from data. ML is a part of artificial intelligence. ML algorithms build a model based on sample data or known as training data and based upon the tr...