RNN 기본구조


문제점 발생 : Vanishing gradient problem
(0.9로 적용시 연산될수록 0에 수렴하게 되고, 1.1로 적용시 무한히 커지게 되는 문제발생)

해결책 : LSTM
(단순 activation 하는게 아니라, 상황에 따라 다르게 적용되도록 값을 각 유닛마다 세팅해준다)

원리이해 : CELL





출처 : colah.github.io/posts/2015-08-Understanding-LSTMs/
Understanding LSTM Networks -- colah's blog
Posted on August 27, 2015 Humans don’t start their thinking from scratch every second. As you read this essay, you understand each word based on your understanding of previous words. You don’t throw everything away and start thinking
colah.github.io
출처 : youtu.be/SoNtAjxA3Jo
728x90
'AI월드 > ⚙️AI BOOTCAMP_Section 4' 카테고리의 다른 글
마르코프체인,Markov chains_Day68(4) (0) | 2021.04.14 |
---|---|
Word2Vec,분포가설,희소표현,분산표현_Day68(3) (0) | 2021.04.14 |
Word2Vec,CBOW,skipgram,임베딩_Day68 (0) | 2021.04.14 |
잠재의미분석,LSA_Day67(3) (0) | 2021.04.13 |
특이값 분해(SVD)의 기하학적 의미, 활용_Day67(2) (0) | 2021.04.13 |
댓글