Coder Social home page Coder Social logo

msajal0056 / ml_project-iris-flower-classification Goto Github PK

View Code? Open in Web Editor NEW
0.0 1.0 1.0 424 KB

This repository include a Readme file for the project and Python code for Iris flower classification using Decison tree with Visual representation of the tree i.e. downloaded into decision_tree.png file.

Jupyter Notebook 100.00%
iris-flower-classification decision-tree classification visualization

ml_project-iris-flower-classification's Introduction

Machine Learning Project: Iris Flower classification with Visual Representation

This program applies basic machine learning (classification) concepts on Iris Data to predict the species of a new sample of Iris flower.

Introduction

The dataset for this project is downloaded from kaggle.com. The Iris flower data set or Fisher's Iris data set is a multivariate data set introduced by the British statistician and biologist Ronald Fisher in his 1936 paper The use of multiple measurements in taxonomic problems as an example of linear discriminant analysis.

The data set consists of 150 samples from each of three species of Iris (Iris setosa, Iris virginica and Iris versicolor). Four features were measured from each sample (in centimetres): Length of the sepals Width of the sepals Length of the petals Width of the petals

Working of the iris_decision_tree_classifier:

The program takes reads dataset using pandas function and is stored in a variable Iris. The dataset is splitted in test-train sets. The program then creates a decision tree based on the Train-dataset for classification. The Decision tree is then visualized with Text representation and image visualization. The image visualization is then saved in decision_tree.png file. The Model is then tested on Test-dataset and accuracy is measured. Based on the accuracy, the Model is ready to use on new Dataset for classification.

ml_project-iris-flower-classification's People

Contributors

msajal0056 avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.