Introduction to Machine Learning: K Means - PythonAlgos
Welcome to our fourth installment on Machine Learning. In this module we're going to cover K-Means. K-Means is a clustering algorithm based on the hyperparameter "K" which dictates how many clusters there will be. A hyperparameter is just a parameter that we can adjust. Each cluster has a "centroid" or a central point that will be the anchor of our cluster.
Sep-22-2022, 17:52:20 GMT
- Technology: