Use Keras to load one of the deep CNN models trained on the ILSVRC-2012-CLSimage classification dataset (ImageNet). Load the model VGG19

computer science

Description

Use Keras to load one of the deep CNN models trained on the ILSVRC-2012-CLSimage classification dataset (ImageNet). Load the model VGG19

(a) Evaluate the performance of the selected model using the given test set available underWeek 13 module (img.zip folder includes 10 images), and calculate the top1-accuracyand top5-accuracy for that.

(b) Use the loaded model to extract the features from each image. Print out the featuresand the shape of the extracted features.

(c) Based on the calculated features in the previous part, which two images are more similarto each other


Related Questions in computer science category