X

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…

Ankit Sachan

Using gpus Efficiently for ML

In this blog post, we will look into how to use multiple gpus with Pytorch. We will see how to…

Ankit Sachan

A quick complete tutorial to save and restore Tensorflow 2.0 models

Update: This article has been updated to show how to save and restore models in Tensorflow 2.0. If you want…

Ankit Sachan

Who’s Who of Deep Learning Eco-System

        Alexnet, which started the deep learning revolution, was loosely based on a network architecture(LENet) proposed by Yann Lecun in 1998.…

Ankit Sachan

Intro to AI and Machine Learning for Technical Managers

  In 2013, Google acquired a company called DeepMind for 400 Million dollars. DeepMind at the time had no product…

Ankit Sachan

Human pose estimation using Deep Learning in OpenCV

I recently came across a very interesting use-case of computer vision and AI. Runners Need is a UK based sports shoe…

Ankit Sachan

Introduction to Generative Adversarial Network

Artificial Intelligence has improved quite a lot in the last decade. By improvement I mean we're able to do things…

Ankit Sachan

Getting started with Recurrent Neural Networks

In some previous tutorials, we learned how to build image classifiers using convolutional neural networks or build object detectors using…

Ankit Sachan

EfficientNets: The Free lunch of 2019 for convolutional neural networks

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

Ankit Sachan

Real time deep learning based face detection with MTCNN

Today, we are going to use deep learning to detect faces in images and videos using Tensorflow. You guys might…

Ankit Sachan