You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
InYeop Lee edited this page Mar 9, 2016
·
6 revisions
#CLUSTERING
클러스터링은 기계학습 기법중 하나로 데이터를 스스로 여러 그룹으로 나눕니다.
우리는 좋은 글들이 같은 그룹으로 묶일 것이라고 생각했습니다. 우리가 사용한 클러스터링 알고리즘은 K-MEANS이고 라이브러리는 SCIKIT-LEARN을 이용했습니다.
##K-MEANS CLUSTRING