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.
- Host: GitHub
- URL: https://github.com/prahaladhchandrahasan/unsupervisedml_internship_tsf
- Owner: prahaladhchandrahasan
- Created: 2020-10-05T18:18:22.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2020-10-06T04:33:22.000Z (over 4 years ago)
- Last Synced: 2024-07-15T21:59:58.500Z (10 months ago)
- Topics: k-means-clustering, matplotlib-pyplot, numpy, pandas, python3, unsupervised-machine-learning
- Language: Jupyter Notebook
- Homepage:
- Size: 4.73 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.