http://karpathy.github.io/2015/05/21/rnn-effectiveness/
from IPython.display import Image def show(id, w=7): return Image('../pics/class3/{}.jpg'.format(id), width=w*100)
show(0)
show(1)
show(2)
show(3)
show(4)
show(5)
show(6)
show(7)
show(8)
show(9)
show(10)
show(11)