software

Character Generation with Recurrent Neural Networks

software
ai, deep-learning

Overview # Post is for this repo. This informal project was inspired by Andrej Karpathy’s RNN blog from 2015 here (Karpathy 2015), and associated code here. Brazenly uses a lot of the structures and code from the Keras tutorial here. RNNs for Character Generation # One of the confusing (to me) aspects of Recurrent Neural Networks (RNNs) is the way the network is typically depicted in diagrams. It’s not until you see that the stages from left to right are actually the same network but at different times that it all slots into place. ...