Overview
In this lab, you learn how to classify images of flowers with a linear model using the tf.keras API.
Learning objectives
1. Examine and understand the data.
2. Implement a linear model using the Keras API.
3. Plot the predictions.