Page 1 of 1

What Is the difference between clustering and classification?

Posted: Sun Apr 10, 2022 2:05 am
by Alva
I have this question. It seems to me That clustering Is very similar to classification. What Is the difference?

Re: What Is the difference between clustering and classification?

Posted: Mon Apr 11, 2022 11:00 am
by Mark
From my understanding, clustering is about automatically grouping together objects based on their attributes, when we dont know the groups beforehand.

Classification is about determining to which group (class) an object belong given some predefined groups and information about some objets in those groups

Re: What Is the difference between clustering and classification?

Posted: Tue Apr 12, 2022 4:40 pm
by gmc
For clustering, some popular algorithms are DBSCAN, the K-MEANS, and the DENSITY PEAK CLUSTERING. Some new algorithms now also use the deep learning etc.

For classification, the popular algorithms are like ID3, C4.5, KNN, Decision tree, SVM, deep learning, Extreme learning machine etc.