项目作者: bhattbhavesh91

项目描述 :
KMeans Clustering for IRIS Dataset Classification
高级语言: Jupyter Notebook
项目地址: git://github.com/bhattbhavesh91/k_means_iris_dataset.git
创建时间: 2017-08-03T06:14:43Z
项目社区:https://github.com/bhattbhavesh91/k_means_iris_dataset

开源协议:GNU General Public License v3.0

下载


K Means clustering for IRIS Dataset Classification

If you like my work, you can support me by buying me a coffee by clicking the link below

Buy Me A Coffee

K Means clustering is an unsupervised machine learning algorithm. An example of a supervised learning algorithm can be seen when looking at Neural Networks where the learning process involved both the inputs (x) and the outputs (y). During the learning process the error between the predicted outcome and actual outcome (y) is used to train the system. In an unsupervised method such as K Means clustering the outcome (y) variable is not used in the training process.

In this example we look at using the IRIS dataset and cover:

Importing the sample IRIS dataset
Converting the dataset to a Pandas Dataframe
Visualising the classifications using scatter plots
Simple performance metrics

Finding K in K-means Clustering Automatically

To view the video

Finding K in K-means Clustering Automatically

Want to know more about me?

Follow Me





Show your support by starring the repository 🙂