• Step 1:Starting with OS library to use Operating System libraries, giving you access to the file system, and the zipfile library allowing you to unzip the data.
• Step 2:Import tensorflow.
• Step 3: Adding convolutions
• Step 4: Using optimizers and loss function
• Step 5: Data preprocessing
• Step 6: Training
• Step 7:Running the model
- https://www.tensorflow.org/versions/r1.8/api_docs/python/tf/keras/layers/Conv2D
- https://www.tensorflow.org/versions/r1.8/api_docs/python/tf/layers/MaxPooling2D
- https://keras.io/layers/convolutional/
- https://keras.io/layers/pooling/
- https://keras.io/optimizers/ for information about optimizers.
https://bit.ly/2UGa7uH. For more information on convolutions