I am completely new to AI. As the title says, is it possible to build a facial recognition system using a multi-layered DNN? Would this be effective/practical?
I want to implement such a neural network in Python, without the use of any external libraries. I can predict that the operations would be too slow, so using numpy would be a must.