Skip to content

inJAJA/Study

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Study

======== LSTM ========== LSTM_model Processing sequence one by one < Processing sequence one by one > RNN_Next < h(t)가 다음 Time_step으로 넘어간다 : Passing hidden state to next time step > RNN작동 <RNN Cell : 이전 입력 h(t-1) + 현재 입력 x(t) > LSTM_ForgetGate < Forget gate > LSTM_InputGate < Input Gate > LSTM_CellGate < Cell State > LSTM_OutputGate < Output Gate >

sigmoid < sigmoid :Sigmoid 함수는 모든 실수 입력 값을 0보다 크고 1보다 작은 미분 가능한 수로 변환하는 특징>

tanh < tanh : tanh 함수는 값이 -1과 1 사이에 있도록하여 신경망의 출력을 조절

출처 : https://towardsdatascience.com/illustrated-guide-to-lstms-and-gru-s-a-step-by-step-explanation-44e9eb85bf21

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published