AatmikJain / Iris-Species-Classification-Tutorial

This is an introductory tutorial for classifying Iris species from the famous Iris dataset.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Iris-Species-Classification-Tutorial

  • Studied about Machine Learning but don't know where to start using it from?
  • Or you know the concepts but don't know how to implement them?
  • Or are you a beginner in the field of Machine Learning and code tutorials or books are of too high a level for you that they start demotivating you?

If so, you are at the right place, becuase I have written this notebook keeping in view all the difficulties I have faced as a beginner.

This tutorial is meant for beginners who have at least some basic theoretical knowledge of fundamental Machine Learning concepts and are looking to implement them practically. We will use the famous Iris Dataset to predict the specie of an Iris flower, given its petal length, petal width, sepal length and sepal width.

Check it out on Kaggle to see the outputs as well: Iris Species Classification (and vote if you like or find it helpful)

Or just download Iris Species Classification.ipynb and run it.

About

This is an introductory tutorial for classifying Iris species from the famous Iris dataset.

License:MIT License


Languages

Language:Jupyter Notebook 100.0%