Fac Recognition Model using MobileNet architecture by Transfer Learning

Ankit Prakash
2 min readJul 12, 2020

--

WHAT IS TRANSFER LEARNING?

In transfer learning, the knowledge of an already trained machine learning model is applied to a different but related problem.
For example, if you trained a simple classifier to predict whether an image contains a backpack, you could use the knowledge that the model gained during its training to recognize other objects like sunglasses.

Requirement of this task

For this task I have used a pretrained Mobilenet dataset
1.First I have collected the samples of my face
2.Trained the model using the vgg16 architecture
3.Tested the output with train and test dataset

Step 1:collecting data samples

Using Python Code, clicking pictures and storing it to create a set of data samples

Using MobileNet for our classifier

After the samples collection is complete used mobilenet as a classifier

Training the model with 4 epoch

Loading the classifier

Testing & Output Prediction

Sign up to discover human stories that deepen your understanding of the world.

Free

Distraction-free reading. No ads.

Organize your knowledge with lists and highlights.

Tell your story. Find your audience.

Membership

Read member-only stories

Support writers you read most

Earn money for your writing

Listen to audio narrations

Read offline with the Medium app

--

--

Ankit Prakash
Ankit Prakash

No responses yet

Write a response