본문 바로가기
Drawing (AI)/MachineLearning

Coursera-Supervised Machine Learning: Regression and Classification (2)

by 생각하는 이상훈 2022. 7. 23.
728x90

Unsupervised learning

Find something interesting in unlabeled data.

Right examples를 통해 훈련을 시키는 것이아니라 unlabeled data를 자체적으로 clustering하는 것이다.


Clustering algorithm

Clustering algorithm은 말그대로 정보들을 군집화하여 의미있는 data를 구해내는 것이다.

다음과 같이 구글 뉴스에서 연관성이 있는 기사들을 찾아내는 것도 같은 원리이다.

Google news

또한 DNA microarray 기술에서도 각각의 개체와 그들의 특징을 나타내는 유전자를 군집화하여 표현하였음을 알 수 있다.

DNA micoarray

소비자 분석에서도 흔히 쓰인다.

어떤 물건을 구매하는지 어떤 뉴스를 읽는지와 같은 다양한 성향을 토대로 소비자를 분석하여 군집화한다.

Grouping customers


Anomaly detection

Find unusual data points.


Dimensionality reduction

Compress data using fewer numbers.


 

728x90