Build a Recurrent Neural Net in 5 Min

In this video, I explain the basics of recurrent neural networks. Then we code our own RNN in 80 lines of python (plus white-space) that predicts the sum of two binary numbers after training. Code for this video: Thank @iamtrask for a great RNN article: and this piece by Karpathy on RNN’s deserves some sort of award: Another great RN
Back to Top