Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
kky0426 committed Dec 1, 2020
1 parent 92ab4d9 commit 89e7add
Showing 1 changed file with 14 additions and 11 deletions.
25 changes: 14 additions & 11 deletions 김준영/README.md
Original file line number Diff line number Diff line change
@@ -1,16 +1,19 @@
# 데이터전처리
### kpop_전처리.ipynb - 불용어처리,단어 토큰화
### LDA_preprocessing.tsv - 최종 tsv
#### kpop_전처리.ipynb - 불용어처리,단어 토큰화
#### LDA_preprocessing.tsv - 최종 tsv


# LDA
### kpop_LDA.ipynb - 명사만 추출 후 LDA 모델 적용
### kpop_LDA_2.ipynb - 동사 형용사 추가
#### kpop_LDA.ipynb - 명사만 추출 후 LDA 모델 적용
#### kpop_LDA_2.ipynb - 동사 형용사 추가


# prototype_ver2
### LDA_thema.tsv - 최종 tsv에 분위기 추가한 버전
### prototype_ver2.py - 프로토타입
### lda_dict - 가사 dictionary 변환
### model.h5 ---
### model.h5.expElogbeta.npy |
### model.h5.id2word | 모델 학습 저장한 파일
### model.h5.state ---
#### LDA_thema.tsv - 최종 tsv에 분위기 추가한 버전
#### prototype_ver2.py - 프로토타입
#### lda_dict - 가사 dictionary 변환
#### ----모델 학습 저장한 파일---
#### model.h5
#### model.h5.expElogbeta.npy
#### model.h5.id2word
#### model.h5.state

0 comments on commit 89e7add

Please sign in to comment.