Methods of Object Detection Model Compression

In this article, I will discuss Methods of Object Detection Model Compression. Computer Vision (CV) is based on Object Detection. When we have some still images or videos, there are many types of objects in the image or a particular scene. However, not all objects are relevant, and we need to find the presence or …

Comparing Deep and Shallow Neural Networks

The following article provides a comparison on Deep and Shallow Neural Networks. To emphasize, Deep neural networks (DNNs) and shallow neural networks (SNNs) are two different types of neural networks used in artificial intelligence and machine learning. While, Shallow neural networks have a limited number of hidden layers, usually one or two. Also, they are …