Long short-term memory (LSTM) 중요정보가 희석되는 RNN 한계 극복 중요한 정보 선택 다음 state에 전달 (cell 정보저장, gate 정보 선택) forget gate: 불필요 정보 삭제 input gate: 새 input에서 중요정보 추출 candidate values: input 변형, 과거 state에 맞춤 new cell state: forget gate, input gate로 정보 갱신 output gate: cell state 추출 정보 양 정함 hidden state: cell state, output gate 에 의해 결정된 정보