Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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)