Face Recognition using Deep Learning CNN in Python - Thinking Neuron
Convolutional Neural Networks(CNN) changed the way we used to learn images. It made it very very easy! CNN mimics the way humans see images, by focussing on one portion of the image at a time and scanning the whole image. CNN boils down every image as a vector of numbers, which can be learned by the fully connected Dense layers of ANN. More information about CNN can be found here. In this case study, I will show you how to implement a face recognition model using CNN.
Nov-11-2022, 11:32:47 GMT