From d5f92a3923676c7285cdc69f55c1f942b5975532 Mon Sep 17 00:00:00 2001 From: Sefik Ilkin Serengil Date: Sat, 13 Jun 2020 19:27:49 +0300 Subject: [PATCH] ensemble demo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 1cafc28..f3c0e6c 100644 --- a/README.md +++ b/README.md @@ -94,7 +94,7 @@ for metric in metrics: result = DeepFace.verify("img1.jpg", "img2.jpg", model_name = "VGG-Face", distance_metric = metric) ``` -**Ensemble learning for face recognition** - Demo +**Ensemble learning for face recognition** - [`Demo`](https://youtu.be/EIBJJJ0ECXU) A face recognition task can be handled by several models and similarity metrics. We can [combine](https://sefiks.com/2020/06/03/mastering-face-recognition-with-ensemble-learning/) the precictions of all of those models and metrics to improve the accuracy of a face recognition task. This offers a huge improvement on accuracy, precision and recall but it runs much slower than single models.