4 Distance Measures for Machine Learning - MachineLearningMastery.com

Distance measures play an important role in machine learning. They provide the foundation for many popular and effective machine learning algorithms like k-nearest neighbors for supervised learning...

By · · 1 min read
4 Distance Measures for Machine Learning - MachineLearningMastery.com

Source: MachineLearningMastery.com

Distance measures play an important role in machine learning. They provide the foundation for many popular and effective machine learning algorithms like k-nearest neighbors for supervised learning and k-means clustering for unsupervised learning. Different distance measures must be chosen and used depending on the types of the data. As such, it is important to know […]