This week: two special application of ConvNet.
I-Face Recognition
What is face recognition
Face verification & face recognition
- verification: input = image and ID → output whether the image and ID are the same.
- recognition: database = K persons, input = image → output = ID of the image among the K person or "not recognized".
→ the …

