Foro Wanako1
¿Quieres reaccionar a este mensaje? Regístrate en el foro con unos pocos clics o inicia sesión para continuar.

Foro Wanako1

Programas Gratuitos, Desatendidos y Mucho más!!!
 
PortalPortal  ÍndiceÍndice  BuscarBuscar  Últimas imágenesÚltimas imágenes  ConectarseConectarse  RegistrarseRegistrarse  
Buscar
 
 

Resultados por:
 
Rechercher Búsqueda avanzada
Los posteadores más activos del mes
ℛeℙ@¢ᴋ€r
Deep  Learning in Practice III: Face Recognition Vote_lcapDeep  Learning in Practice III: Face Recognition Voting_barDeep  Learning in Practice III: Face Recognition Vote_rcap 
ПΣӨƧӨFƬ
Deep  Learning in Practice III: Face Recognition Vote_lcapDeep  Learning in Practice III: Face Recognition Voting_barDeep  Learning in Practice III: Face Recognition Vote_rcap 
tano1221
Deep  Learning in Practice III: Face Recognition Vote_lcapDeep  Learning in Practice III: Face Recognition Voting_barDeep  Learning in Practice III: Face Recognition Vote_rcap 
大†Shinegumi†大
Deep  Learning in Practice III: Face Recognition Vote_lcapDeep  Learning in Practice III: Face Recognition Voting_barDeep  Learning in Practice III: Face Recognition Vote_rcap 
Julio 2024
LunMarMiérJueVieSábDom
1234567
891011121314
15161718192021
22232425262728
293031    
CalendarioCalendario
Últimos temas
» CCleaner Professional Plus 6.25.0.1 Multilingual
Deep  Learning in Practice III: Face Recognition EmptyAyer a las 10:50 pm por tano1221

» K-Lite Codec Pack 18.4.5 Basic/Standard/Full/Mega
Deep  Learning in Practice III: Face Recognition EmptyAyer a las 10:37 pm por tano1221

» VueScan Pro 9.8.35 + OCR
Deep  Learning in Practice III: Face Recognition EmptyAyer a las 10:21 pm por tano1221

» Total Uninstaller 2024 v3.0.0.789 Multilingual
Deep  Learning in Practice III: Face Recognition EmptyAyer a las 10:18 pm por tano1221

» Reallusion Cartoon Animator v5.24.3026.1 Multilingual
Deep  Learning in Practice III: Face Recognition EmptyAyer a las 7:06 pm por 大†Shinegumi†大

» SoftMaker FlexiPDF Professional 2022.311.0614 Multilingual
Deep  Learning in Practice III: Face Recognition EmptyAyer a las 7:04 pm por 大†Shinegumi†大

» EaseUS PDF Editor Pro 6.1.1.41 Build 06/28/2024 Multilingual
Deep  Learning in Practice III: Face Recognition EmptyAyer a las 7:03 pm por 大†Shinegumi†大

» Fullyworked TECH Tools Pro 2024 v1.1.43.0
Deep  Learning in Practice III: Face Recognition EmptyAyer a las 7:01 pm por 大†Shinegumi†大

» Steinberg SpectraLayers Pro 11.0.10 (x64)
Deep  Learning in Practice III: Face Recognition EmptyAyer a las 1:42 pm por ПΣӨƧӨFƬ

Sondeo
Visita de Paises
free counters
Free counters

Comparte | 
 

 Deep Learning in Practice III: Face Recognition

Ver el tema anterior Ver el tema siguiente Ir abajo 
AutorMensaje
missyou123
Miembro Mayor
Miembro Mayor


Mensajes : 70278
Fecha de inscripción : 20/08/2016

Deep  Learning in Practice III: Face Recognition Empty
MensajeTema: Deep Learning in Practice III: Face Recognition   Deep  Learning in Practice III: Face Recognition EmptyVie Ago 13, 2021 11:58 am

Deep  Learning in Practice III: Face Recognition 007d4d45_medium
MP4 | Video: h264, 1280x720 | Audio: AAC, 44.1 KHz, 2 Ch
Genre: eLearning | Language: English + srt | Duration: 37 lectures (1h 41m) | Size: 803.1 MB
Get started with face recognition using MTCNN and FaceNet with Tensorflow and Keras

What you'll learn:
Recognize the fundamentals of face recognition systems
Extract a face using MTCNN in Python
Create the face embedding using FaceNet in Tensorflow and Keras
Identify the identity of a person from his face

Requirements
Be familiar with Python programming language.

Description
About the course

Welcome to the course on Deep Learning in Practice III on Face Recognition. I am Anis Koubaa, and I will be your instructor in this course.

This course is the third course in the series Deep Learning in Practice. It provides a fast and easy-to-follow introduction to face recognition with deep learning using MTCNN for face extraction and FaceNet for face recognition. My two previous courses deal with object classification and transfer learning with Tensorflow and Keras.

In this course, you will learn the whole loop of face recognition systems, which starts by extracting the face from an image and localize the face in an image by its bounding box, then we process the extracted face through a convolutional neural network, called FaceNet in our case, to create a fingerprint of the face, which we call face embedding. The face embedding can be stored in a database so that they are compared with other face embeddings to identify the person of interest.

In this course, you will have a step-by-step introduction to this whole loop and I will show you how you can develop a Python application that performs the aforementioned operations. Exciting, right?

Why the course is important?

This course is important due to the importance of face recognition systems in real-world applications. These systems are fast-growing and are used in several applications such as surveillance systems, face access systems, and biometric identification.

In this course, you will get introduced to face recognition systems both from a theoretical and practical perspective, which will allow you to develop your own projects using face recognition in Python.

The motivation behind the course is that there is a lack of resources to get quickly started with the topic. So taking this course, will save you tons of time looking for scattered references over the Internet and will get you much quicker into the field.

What's worth?

This course provides fast yet comprehensive coverage of face recognition systems that would let you go from Zero to Hero.

I first start with presenting the fundamental concepts of face recognition systems and how deep learning models for face embedding are trained and produced.

Then, I provide a hands-on introduction to face recognition using MTCCN for face extraction and FaceNet for face recognition all with Python programming language. Tensorflow and Keras APIs will be used to load the FaceNet model. I provide a Jupiter notebook that you will use as a guide in the lecture to follow and write the code so that you apply as you learn.

At the end of this course, I guarantee that you will understand the whole loop of face recognition systems and you will be able to develop your application and integrate it into your project.

Pre-requisites

To take the most benefit from this course, you just need to know about Python programming.

Having a basic understanding of deep learning and TensorFlow would be a plus, but it is not mandatory.

In any case, you may refer to my two courses: Deep Learning in Practice I and II for a basic practical introduction to deep learning.

Welcome to the course and I wish you a pleasant learning experience.

Let's get started.

About me

I am Anis Koubaa, and I am working as a Full Professor in Computer Science and Leader of Robotics and Internet-of-Things Lab at Prince Sultan University

I am the author of two best-seller courses on Deep Learning and also Robot Operating System (ROS),

and this course is the third course in the series Deep Learning in Practice, which deals with face recognition systems.

The series deep learning in practice intends to present advanced deep learning topics in a very easy manner to beginners users who would like to get started with hands-on projects in deep learning in a minimum amount of time.

The two previous courses were dealing with object classification and transfer learning projects.

Who this course is for
Beginner users who would like to get quickly started with face recognition systems.

Deep  Learning in Practice III: Face Recognition Ec01afd8daaa6e08c7295247bb52372c

DOWNLOAD:
Citación :

https://rapidgator.net/file/a6bbad6ba0d6ea8816c8b866263e5ef4/k93w8.Deep.Learning.in.Practice.III.Face.Recognition.rar.html


https://uploadgig.com/file/download/163De993ce4005Ae/k93w8.Deep.Learning.in.Practice.III.Face.Recognition.rar


https://nitroflare.com/view/2E16ABD107B7150/k93w8.Deep.Learning.in.Practice.III.Face.Recognition.rar

Volver arriba Ir abajo
 

Deep Learning in Practice III: Face Recognition

Ver el tema anterior Ver el tema siguiente Volver arriba 
Página 1 de 1.

 Temas similares

-
» Deep Learning: Face Recognition
» Face Recognition Web App with Machine Learning in Flask
» Face Recognition Web App with Machine Learning Django Heroku
» Object Recognition with Deep Learning using OpenCV and C#
» Deep Learning in Practice II: Transfer Learning Projects

Permisos de este foro:No puedes responder a temas en este foro.
Foro Wanako1 :: Programas o Aplicaciónes :: Ayuda, Tutoriales-