> For the complete documentation index, see [llms.txt](https://vikram-bajaj.gitbook.io/deep-learning-specialization-coursera/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://vikram-bajaj.gitbook.io/deep-learning-specialization-coursera/main-10/convolutional-neural-networks/face-recognition.md).

# Face Recognition

Face Recognition is one of the many uses of deep neural networks.

It refers to the recognition of a person's face.

Face Recognition is different from face verification. In face verification, we input an image and the corresponding person's name/ID and verify if the image is of that person or not.

Face Recognition is, however, a much more complex task. Our input is an image. We have a database of k persons and we aim to identify the name/ID of the person in the image.

In this section, we discuss a few concepts relevant to face recognition.
