1) Attention Score를 구한다.
2) Attention Score를 Softmax 함수에 통과시켜서 Attention Weight를 구한다.
3) 각 인코더의 Attention Weight와 hidden state를 가중합하여 Context vector를 구한다.
4) Context vector와 디코더의 t시점의 output값(yt)을 연결한다.
1) Attention Score를 구한다.
2) Attention Score를 Softmax 함수에 통과시켜서 Attention Weight를 구한다.
3) 각 인코더의 Attention Weight와 hidden state를 가중합하여 Context vector를 구한다.
4) Context vector와 디코더의 t시점의 output값(yt)을 연결한다.