Build Your Own Face Recognition Tool With Python Quiz

Interactive Quiz ⋅ 10 Questions
By Joseph Peart

In this quiz, you’ll test your understanding of Build Your Own Face Recognition Tool With Python.

By working through this quiz, you’ll revisit how face detection differs from face recognition, what a face encoding actually holds, how a voting scheme picks the most likely match, and how validation catches a model that only memorized its training data. You’ll also reorder bounding box coordinates yourself and restrict a command-line option with argparse.

The quiz contains 10 questions and there is no time limit. You’ll get 1 point for each correct answer. At the end of the quiz, you’ll receive a total score. The maximum score is 100%. Good luck!

Related Resources

Build Your Own Face Recognition Tool With Python

Tutorial

Build Your Own Face Recognition Tool With Python

In this tutorial, you'll build your own face recognition command-line tool with Python. You'll learn how to use face detection to identify faces in an image and label them using face recognition. With this knowledge, you can create your own face recognition tool from start to finish!

intermediate machine-learning