-
Machine Learning with Python - ClusteringData Science 2022. 10. 7. 20:27
- What is clustering?
A group of objects that are similar to other objects in the cluster, and dissimilar to data points in other clusters.
- Then what is the difference between classification and clustering?
The main difference is classification is used for labeled data, whereas clustering is used for non-labeled data(비지도 학습에 주로 사용)
- Where is clustering used?
- How can we determine the similarity or dissimilarity?
Clustering 의 핵심은 intra cluster distances는 최소화하고, inter cluster distances는 최대화하는 것이다 'Data Science' 카테고리의 다른 글
How does AI calculate the percentage in binary language system? (0) 2022.11.13 Computer Vision: 객체 트래킹 (0) 2022.11.13 Machine Learning with Python - Classification(작성중) (0) 2022.08.20 Machine Learning with Python - Regression(Simple, Multiple, Non-linear regression) (0) 2022.08.19 Machine Learning with Python - Intro (0) 2022.08.18