Project IA Deep Learning - Supervised

Keras Application - VGG16

Philippe Jadoul - january 2021

Create Model VGG16 Keras Application

https://keras.io/api/applications/

Imports

Image Parameters

Function Create Model VGG16 - Classifier (Default Parameters)

Function Format Data Img

Return: image_org - image_rs (Resize) - image_array (ndarray) - image_rsh (Reshape)

Function Predict Classifier

Function Plot Result

Create Model VGG16 - Classifier (Default Parameters)

Model Summary

Direct Prediction Methode Classifier

Function Create Lodel VGG16 - Feature Extractor Preprocessor

Function Obtain Features Using Pre-Tainted Imgage

Function Loading Data Set - 'new_features.pkl'

Create Model VGG16 - Extractor

Model Summary

Features with Predict - Method Feature Extractor Preprocessor

Analyse File 'new_features.pkl'

Analyse Data Set - CIFAR-10 - data_batch_1.pkl

https://www.cs.toronto.edu/~kriz/cifar.html

Function Create Model VGG16 - Integrated Feature Extractor

End