semistone222 / kcag_node

api server demo with nodejs, sequelize, mysql for hackathon
0 stars 0 forks source link

키워드 추출 및 군집 #1

Open semistone222 opened 6 years ago

semistone222 commented 6 years ago

시도해본 것

  1. 한국어 자연어 처리 konlpy
  2. BOW로 변환 countvectorizer
  3. tf-idf
  4. k-means clustering

scalable 이슈가 있었음.

semistone222 commented 6 years ago

매번 실수하는 것이지만 complexity와 scalability를 미리 계산하고 접근해야 한다.