Skip to content

Commit

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

# LDA
### 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 ---

0 comments on commit 92ab4d9

Please sign in to comment.