codestates / ds-TIL

Data Science TIL page
2 stars 1 forks source link

[TIL] 정유태_201218 #1214

Open yut-a opened 3 years ago

yut-a commented 3 years ago

--> document classification topic modeling`

  1. sprint challenge를 통해 내용 정리
  2. tokenize, vectorize
  3. document classification
  4. topic modeling

--> document classification과 topic modeling 진행의 시간을 줄일 수 있는 다양한 방법들

--> sprint challenge를 진행하면서 많은 데이터의 양과 다양한 하이퍼파라미터들로 인해 시간이 매우 오래 걸리는 것을 보았음. 시간이 효율적인 코드를 구성하는 것이 중요하다는 것은 이미 알고 있었지만, 오늘의 경험을 통해 이것을 더 체감할 수 있었음.