Skip to content

Latest commit

 

History

History
11 lines (8 loc) · 441 Bytes

File metadata and controls

11 lines (8 loc) · 441 Bytes

Face Recognition Using Triplet Loss

Applied Convolutional Neural Network (CNN) in Face Recognition using Triplet Loss function and KNN on the 5 Celebrity Faces dataset.

1. Dataset

2. Face Detection

  • HaarCascade Classifier

3. Face Recogntion

  • Using CNN for generating the 120 length encoding and KNN algorithm for face recognition