Code Monkey home page Code Monkey logo

classification-of-iris-flowers's Introduction

Classification-of-Iris-Flowers

This is a machine learning project in python that classifies Iris flowers into the species type on the basis of their dimensions using K -nearest neighbors algorithm. This is a basic Machine learning project in python that uses the K-Nearest Neighbour algorithm to classify Iris flowers into their respective species. The dataset is got from a libray in python.

Requirements

The basic requirements to run this program are:

=>Python 3.6.9

=>numpy-1.18.2

=>scikit-learn-0.22.2

=>scipy-1.4.1

Description

The dataset that we use for this program has a lot of data samples of Iris flowers of the species Iris setosa, Iris virginica and Iris versicolor

The data we have in terms of:

Length of sepals

Width of sepals

Length of petals

Width of petals

Working

The program takes the dataset using the load_iris() function present in the sklearn that we imported in the beginning. We split the dataset into training and testing parts for the respective purposes. We then train our model using the KNN algorithm and then use the predict method to predict method to predict the model and give us the output.

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.