Face Recognition Using Transfer Learning
Transfer Learning: when new things come up we just add those updated part in the model without re-setting or re-training all the old experience.This technique make our work easier of model training and testing.
In this task I perform face recognition with the help of OpenCV on already existing model VGG16 . With adding some extra FCL(fully connected layers) and required hyper parameters I got the desired predictive analytics.This whole process can be understand with this Source Code .