본문 바로가기

공부하기/MachineLearning

RNN을 공부해보자

1. 텐서플로우를 위한 RNN 튜토리얼

http://r2rt.com/recurrent-neural-networks-in-tensorflow-i.html



2. Theano를 위한 RNN 튜토리얼

http://www.wildml.com/2015/09/recurrent-neural-networks-tutorial-part-1-introduction-to-rnns/


3. Theano를 위한 RNN 튜토리얼(한국어 번역)

http://aikorea.org/blog/rnn-tutorial-1/


3. RNN 설명

http://karpathy.github.io/2015/05/21/rnn-effectiveness/


4. LSTM 설명

http://colah.github.io/posts/2015-08-Understanding-LSTMs/



선 작성 후 공부 ㄷㄷ