본문 바로가기
IT 와 Social 이야기/NLP 자연어처리

[딥러닝을이용한 자연어 처리 입문] 1604 양방향 LSTM과 어텐션 메커니즘(BiLSTM with Attention mechanism)

by manga0713 2021. 6. 3.

양방향 LSTM과 어텐션 메커니즘으로 IMDB 리뷰 감성 분류하기

 

1. IMDB 리뷰 데이터 전처리하기

 

 

2. 바다나우 어텐션(Bahdanau Attention)

 

 

3. 양방향 LSTM + 어텐션 메커니즘(BiLSTM with Attention Mechanism)

 

 

 

nlp_1604_imdb_sentiment_analysis_bilstm_with_attention.ipynb
0.02MB

 

- [딥러닝을이용한 자연어 처리 입문] 1604 양방향 LSTM과 어텐션 메커니즘(BiLSTM with Attention mechanism)