A convolutional neural network (CNN, or ConvNet) is a class of deep, feed-forward artificial neural networks that has successfully been applied to analyzing visual imagery.
I built a Sequential model with the VGG16 network at the initial base, for example: from keras.applications import VGG16 …
keras keras-layer convolutional-neural-network