X

Deep Learning

Zero to Hero: A Quick Guide to Object Tracking: MDNET, GOTURN, ROLO

  In today's article, we shall deep dive into video object tracking. Starting from the basics, we shall understand the…

Neural Architecture Search

Neural network architecture design is one of the key hyperparameters in solving problems using deep learning and computer vision. Various…

Running Deep Learning models in OpenCV

The largest computer vision library OpenCV can now deploy Deep learning models from various frameworks such as Tensorflow, Caffe, Darknet,…

Choosing a Deep Learning Framework: Tensorflow or Pytorch?

One of my friends is the founder and Chief data scientist at a very successful deep learning startup. 2017 was…

Object Detection using Single Shot Multibox Detector

In a previous post, we covered various methods of object detection using deep learning. In this blog, I will cover…