An open API service indexing awesome lists of open source software.

https://github.com/prahaladhchandrahasan/unsupervisedml_internship_tsf

K-Means clustering was performed on the iris Dateset. One of my submission for the TSF's GRIP internship, October 2020.
https://github.com/prahaladhchandrahasan/unsupervisedml_internship_tsf

k-means-clustering matplotlib-pyplot numpy pandas python3 unsupervised-machine-learning

Last synced: about 2 months ago
JSON representation

K-Means clustering was performed on the iris Dateset. One of my submission for the TSF's GRIP internship, October 2020.

Awesome Lists containing this project

README

        

# Unsupervised Machine Learning
1. K-means clustering on the iris dataset was performed.
2. The dataset can be downloaded from [here](https://drive.google.com/file/d/11Iq7YvbWZbt8VXjfm06brx66b10YiwK-/view).
3. Python version '3.6.9' was used for devloping this project.
4. Check out [requirements.txt](https://github.com/prahaladhchandrahasan/unsupervisedML_Internship_TSF/blob/master/requirements.txt) for the versions of the individual libraries used.