In this notebook, you will learn how to create and use a neural network to classify articles of clothing. To achieve this, we will use a sub-module of TensorFlow called keras. Keras Before we dive in and start discussing neural networks, I’d like to give a breif introduction to keras. …