Predicted the percentage of an student based on the no. of study hours. This is a simple linear regression task as it involves just 2 variables.
- Python
- Jupyter Notebook
Data-set: - http://bit.ly/w-data
From the given ‘Iris’ dataset, I predicted the optimum number of clusters and represent it visually.
K-means is a centroid-based algorithm, or a distance-based algorithm, where we calculate the distances to assign a point to a cluster. In K-Means, each cluster is associated with a centroid.
- Python
- Jupyter Notebook
Data-set: - https://bit.ly/3kXTdox