Recurrent neural network

In [1]:
from IPython.display import Image
def show(id, w=7):
    return Image('../pics/class3/{}.jpg'.format(id), width=w*100)
In [2]:
show(0)
Out[2]:
In [3]:
show(1)
Out[3]:
In [4]:
show(2)
Out[4]:
In [5]:
show(3)
Out[5]:
In [6]:
show(4)
Out[6]:
In [7]:
show(5)
Out[7]:
In [8]:
show(6)
Out[8]:
In [9]:
show(7)
Out[9]:
In [10]:
show(8)
Out[10]:
In [11]:
show(9)
Out[11]:
In [12]:
show(10)
Out[12]:
In [13]:
show(11)
Out[13]: