Recent Posts

191210 TIL

1 minute read

기본적 안드로이드 구성 AndroidManifest.xml: fundamental characteristics of the app and defines each of its components MyActivity.java: start the activity and loading t...

191208 TIL

less than 1 minute read

LSTM(Long Short-Term Memory) Algorithm 우리 말로 장단기 메모리 알고리즘. 기존의 SimpleRNN에 여러 타임스텝에 걸쳐 나르는 방법이 추가된 것 long-term dependency를 필요로 하는 데이터를 학습할 때 효과적이다.