Unsupervised Learning(Clustering Algorithm) 비지도 학습 Clustering 데이터에서 비슷한 객체들을 하나의 그룹으로 묶는 것. 유사도(거리) 정보 기반 좌표에 거리에 따라 유사도를 측정. CLUSTERING ALGORITHM K-mean clustering : 쉽고 간단, 현업에서 시계열 클러스터링을 많이 사용. Hierarchical clustering Density-based spatial clustering of applications with noise(DBSCAN) Gaussain mixture model Self-organizing map(SOM) 유클리디안 거리 = L2 DISTANCE ▶코사인 유사도 두 벡터 사이의 코사인 각도를 구해 서로의 유사도를 ..