Deep Learning: Face Recognition

Deep Learning: Face Recognition

English | MP4 | AVC 1280×720 | AAC 48KHz 2ch | 1h 25m | 300 MB

Face recognition is used for everything from automatically tagging pictures to unlocking cell phones. And with recent advancements in deep learning, the accuracy of face recognition has improved. In this course, learn how to develop a face recognition system that can detect faces in images, identify the faces, and even modify faces with “digital makeup” like you’ve experienced in popular mobile apps. Find out how to set up a development environment. Discover tools you can leverage for face recognition. See how a machine learning model can be trained to analyze images and identify facial landmarks. Learn the steps involved in coding facial feature detection, representing a face as a set of measurements, and encoding faces. Additionally, learn how to repurpose and adjust pre-existing systems.

Topics include:

  • Detecting faces in images
  • Analyzing a histogram of oriented gradients (HOG)
  • Identifying faces in images
  • Locating facial features in images
  • Coding for face detection
  • Finding lookalikes using face detection
  • Generating face encoding automatically