All Projects → venky14 → Machine-Learning-with-Iris-Dataset

venky14 / Machine-Learning-with-Iris-Dataset

Licence: other
Data Visualization and Machine Learning with Iris Dataset.

Programming Languages

Jupyter Notebook
11667 projects

Projects that are alternatives of or similar to Machine-Learning-with-Iris-Dataset

covid-19
Data ETL & Analysis on the global and Mexican datasets of the COVID-19 pandemic.
Stars: ✭ 14 (-78.46%)
Mutual labels:  seaborn, matplotlib
Exploratory Data Analysis Visualization Python
Data analysis and visualization with PyData ecosystem: Pandas, Matplotlib Numpy, and Seaborn
Stars: ✭ 78 (+20%)
Mutual labels:  seaborn, matplotlib
datascienv
datascienv is package that helps you to setup your environment in single line of code with all dependency and it is also include pyforest that provide single line of import all required ml libraries
Stars: ✭ 53 (-18.46%)
Mutual labels:  seaborn, matplotlib
Github-Stars-Predictor
It's a github repo star predictor that tries to predict the stars of any github repository having greater than 100 stars.
Stars: ✭ 34 (-47.69%)
Mutual labels:  seaborn, matplotlib
Ai Learn
人工智能学习路线图,整理近200个实战案例与项目,免费提供配套教材,零基础入门,就业实战!包括:Python,数学,机器学习,数据分析,深度学习,计算机视觉,自然语言处理,PyTorch tensorflow machine-learning,deep-learning data-analysis data-mining mathematics data-science artificial-intelligence python tensorflow tensorflow2 caffe keras pytorch algorithm numpy pandas matplotlib seaborn nlp cv等热门领域
Stars: ✭ 4,387 (+6649.23%)
Mutual labels:  seaborn, matplotlib
Udacity-Data-Analyst-Nanodegree
Repository for the projects needed to complete the Data Analyst Nanodegree.
Stars: ✭ 31 (-52.31%)
Mutual labels:  seaborn, matplotlib
astetik
Astetik takes away the pain from telling visual stories with data on Python
Stars: ✭ 15 (-76.92%)
Mutual labels:  seaborn, matplotlib
heatmaps
Better heatmaps in Python
Stars: ✭ 117 (+80%)
Mutual labels:  seaborn, matplotlib
The-Data-Visualization-Workshop
A New, Interactive Approach to Learning Data Visualization
Stars: ✭ 59 (-9.23%)
Mutual labels:  seaborn, matplotlib
data-analysis-using-python
Data Analysis Using Python: A Beginner’s Guide Featuring NYC Open Data
Stars: ✭ 81 (+24.62%)
Mutual labels:  seaborn, matplotlib
Python-Data-Visualization
D-Lab's 3 hour introduction to data visualization with Python. Learn how to create histograms, bar plots, box plots, scatter plots, compound figures, and more, using matplotlib and seaborn.
Stars: ✭ 42 (-35.38%)
Mutual labels:  seaborn, matplotlib
Python-Course
Python Basics, Machine Learning and Deep Learning
Stars: ✭ 50 (-23.08%)
Mutual labels:  seaborn, matplotlib
alvito
Alvito - An Algorithm Visualization Tool for Python
Stars: ✭ 52 (-20%)
Mutual labels:  seaborn, matplotlib
Mlcourse.ai
Open Machine Learning Course
Stars: ✭ 7,963 (+12150.77%)
Mutual labels:  seaborn, matplotlib
Data-Analytics-Projects
This repository contains the projects related to data collecting, assessing,cleaning,visualizations and analyzing
Stars: ✭ 167 (+156.92%)
Mutual labels:  seaborn, matplotlib
gopem
GUI for OPEM library
Stars: ✭ 20 (-69.23%)
Mutual labels:  matplotlib
topic modelling financial news
Topic modelling on financial news with Natural Language Processing
Stars: ✭ 51 (-21.54%)
Mutual labels:  matplotlib
Instagram Stalker Scraper
(UNMAINTAINED) Fetch data of any public Instagram profile, without using api
Stars: ✭ 39 (-40%)
Mutual labels:  matplotlib
shikshak
Academics made Affordable.
Stars: ✭ 16 (-75.38%)
Mutual labels:  matplotlib
tf-matplotlib
Seamlessly integrate matplotlib figures as tensorflow summaries.
Stars: ✭ 119 (+83.08%)
Mutual labels:  matplotlib

Machine Learning with Iris Dataset

Python Type Type Status

Introduction

The Iris dataset is a classic dataset for classification, machine learning, and data visualization.

The dataset contains: 3 classes (different Iris species) with 50 samples each, and then four numeric properties about those classes: Sepal Length, Sepal Width, Petal Length, and Petal Width.

One species, Iris Setosa, is "linearly separable" from the other two. This means that we can draw a line (or a hyperplane in higher-dimensional spaces) between Iris Setosa samples and samples corresponding to the other two species.

Predicted Attribute: Different Species of Iris plant.

Purpose

The purpose of this project was to gain introductory exposure to Machine Learning Classification concepts along with data visualization. The project makes heavy use of Scikit-Learn, Pandas and Data Visualization Libraries.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].