-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
16 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 --- |