RNN-Implementation-using-NumPy

less than 1 minute read

  • Code

  • Sequence input, Char-level, Batch training, Python 3

This is my RNN implementation code using NumPy.

I rewrote and modified the karpathy/min-char-rnn.py

to understand basic RNN more deeply.

If you have any questions, please leave a comment.


Korean

안녕하세요.

위의 코드는 Numpy만을 사용하여 구현한 RNN 파이썬 코드입니다.

RNN을 공부하던 중 Karpthy님의 RNN 구현 코드를 보게 되었고

좀 더 알아보기 좋게 살짝 변형해 보았습니다. 감사합니다.

Leave a comment