In this exercise, we will be using the Keras deep learning library, which is a high-level neural network API capable of running on top of TensorFlow, Theano, and CNTK.
If you ever have a question related to Keras, refer to this easy-to-understand Keras documentation at https://keras.io.
Please download the Chapter12 folder from GitHub before moving forward with this chapter.
This project involves downloading files from various sources that will be called inside the scripts. To make sure that the Python scripts or the Jupyter Notebook have no issues locating the downloaded files, follow these steps:
- Open a Terminal and change your directory by using the cd command in the Chapter12 folder.
- Download the FLIC-full data file with the following command:
wget http://vision.grasp.upenn.edu/video/FLIC-full.zip
- Unzip the ZIP file with the following command:
unzip...