Simple and crude understanding and implementation of machine learning clustering algorithm (VIII): machine learning algorithm selection guide

Clustering Algorithm

learning target

  • Master clustering algorithm implementation process
  • We know K-means algorithm theory
  • We know evaluation model clustering algorithm
  • The advantages and disadvantages of K-means
  • Understand way clustering algorithm optimization
  • Application Kmeans achieve clustering task
    Here Insert Picture Description

6.8 Algorithm Selection Guide

  • About the calculation of the process, how to choose the appropriate algorithm to calculate, you can refer to the guidance given by the official scikit learn:

[Image dump the chain fails, the source station may have security chain mechanism, it is recommended to save the picture down uploaded directly (img-g7YrVLoe-1583251940001) (../ images / scikit-learn% E7% AE% 97% E6% B3% 95% E9% 80% 89% E6% 8B% A9% E8% B7% AF% E5% BE% 84% E5% 9B% BE.png)]

  • Algorithms summary

Published 627 original articles · won praise 839 · views 110 000 +

Guess you like

Origin blog.csdn.net/qq_35456045/article/details/104645368