Giter VIP home page Giter VIP logo

iris_flower's Introduction

Irisflower_project

This program applies basic machine learning (classification) concepts on Fisher's Iris Data to predict the species of a new sample of Iris flower. Software and Libraries

  • Python 3.7.10
  • scikit-learn 0.18.1 Introduction
    The dataset for this project originates from the Kggle platform The Iris flower data set or Fisher's Iris data set is a multivariate data set. The use of multiple measurements in taxonomic problems as an example of linear discriminant analysis.
  • The data set consists Arround 50 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 data from the load_iris() function available in sklearn module.
  • The program then creates a decision tree based on the dataset for classification.
  • The user is then asked to enter the four parameters of his sample and prediction about the species of the flower is printed to the user.

Working of the iris_selfmade_KNN

  • The program takes data from the load_iris() function available in sklearn module.
  • The program then divides the dataset into training and testing samples in 80:20 ratio randomly using train_test_learn() function available in sklearn module.
  • The training sample space is used to train the program and predictions are made on the testing sample space.
  • Accuracy score is then calculated by comparing with the correct results of the training dataset.

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.