Transfer Learning : the time savior
The whole backdrop of Artificial intelligence and deep learning is to imitate the human brain, and one of the most notable feature of our brain is it's inherent ability to transfer knowledge across tasks. Which in simple terms means using what you have learnt in kindergarten, adding 2 numbers, to solving matrix addition in high school mathematics. The field of machine learning also makes use of such a concept where a well trained model trained with lots and lots of data can add to the accuracy of our model. Here is my code for the transfer learning project I have implemented. I have made use of open cv to capture real time images of the face and use them as training and test datasets.
Jul-4-2020, 17:40:50 GMT