Skip to content

anchalmall25/facerecognisation_transferlearning

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 

Repository files navigation

Facerecognisation_Transferlearning

Here is the code of face recognistaion using transfer learning method .Can Use any of the Architectures like ResNet, VGG, Inception, MobileNet etc.I used VGG16 for this.

Transfer Learning

In transfer learning, we first train a base network on a base dataset and task, and then we repurpose the learned features, or transfer them, to a second target network to be trained on a target dataset and task. This process will tend to work if the features are general, meaning suitable to both base and target tasks, instead of specific to the base task.

VGG16

VGG16 is a convolutional neural network model proposed by K. ... Zisserman from the University of Oxford in the paper “Very Deep Convolutional Networks for Large-Scale Image Recognition”. The model achieves 92.7% top-5 test accuracy in ImageNet, which is a dataset of over 14 million images belonging to 1000 classes. VGG16 is a convolution neural net (CNN ) architecture which was used to win ILSVR(Imagenet) competition in 2014. It is considered to be one of the excellent vision model architecture till date.

For information go thorugh my linkdin article

Link:-https://www.linkedin.com/pulse/transfer-learning-anchal-mall/?trackingId=QZay905%2BAQeCCyp3vVkRLw%3D%3D

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages