LSTM (Long short-term memory),主要改善了以前RNN的一些問題(Ex: Memory的設計問題),而LSTM由四個unit組成: Input Gate、Output Gate、Memory Cell以及Forget Gate。
確定! 回上一頁