Copyright (c) 2015 - 2017 Sebastian Raschka
In [1]:
from IPython.display import Image
...
In [2]:
Image(filename='./images/01_01.png', width=500)
Out[2]:
In [3]:
Image(filename='./images/01_02.png', width=500)
Out[3]:
In [4]:
Image(filename='./images/01_03.png', width=300)
Out[4]:
In [5]:
Image(filename='./images/01_04.png', width=300)
Out[5]:
In [6]:
Image(filename='./images/01_05.png', width=300)
Out[6]:
...
In [7]:
Image(filename='./images/01_06.png', width=300)
Out[7]:
In [8]:
Image(filename='./images/01_07.png', width=500)
Out[8]:
In [9]:
Image(filename='./images/01_08.png', width=500)
Out[9]:
In [10]:
Image(filename='./images/01_09.png', width=700)
Out[10]:
...
...
...
...
...
...