Firstly, I have implemented a simple VGG16 network for image classification.
VGG16
model = keras.applications.vgg16.VGG16(include_top = False,