Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/camara94/face_recognition
In this project, will learn the concept to implement face recognition problem.
https://github.com/camara94/face_recognition
deep-learning deep-neural-networks face-detection face-recognition machine-learning tensorflow2
Last synced: 17 days ago
JSON representation
In this project, will learn the concept to implement face recognition problem.
- Host: GitHub
- URL: https://github.com/camara94/face_recognition
- Owner: camara94
- License: mit
- Created: 2022-03-06T12:52:21.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2022-03-06T13:46:31.000Z (almost 3 years ago)
- Last Synced: 2024-11-05T18:39:19.152Z (2 months ago)
- Topics: deep-learning, deep-neural-networks, face-detection, face-recognition, machine-learning, tensorflow2
- Homepage:
- Size: 3.93 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# face_recognition
In this project, will learn the concept to implement face recognition problem.## Teminology Use In Face Recognition
![image](images/1.png)
## One-shot Learning
![image](images/2.png)
To do that we must use **Similarity function**
![image](images/3.png)
## Siamese network
![images](images/5.png)
## Goal Of Learning
![image](images/6.png)
## Triplet Loss
![image](images/9.png)
## Training Triplet Loss
![image](images/10.png)
## Problem
![image](images/11.png)