Convolutional Neural Nets (CNNs) for Non Data Scientists
Let’s start our deep learning journey with convolutional neural networks. In this blog, we will get a basic idea about CNN. This is the first blog in this series so stay tuned!
Journey of Curiosity
Let’s start our deep learning journey with convolutional neural networks. In this blog, we will get a basic idea about CNN. This is the first blog in this series so stay tuned!
Have fun building a deep learning based project that will make your security camera smarter. The main aim of this article is to design a deep learning-based smart security system which is based only on the images from RGB cameras.This system can be applied to the home/office security cameras. The proposed system will be able to do the following tasks: Let’s start! Face Detection It is very important to first do face detection before face recognition. There are multiple models available for face detection. Some of them are built-in OpenCV itself. Face detection algorithms can be built using CNN networks but …