X

Detailed Guide to Understand and Implement ResNets

ResNet is one of the most powerful deep neural networks which has achieved fantabulous performance results in the ILSVRC 2015…

Ankit Sachan

Developer Guide to Key Differences between Python 2 and 3

The Python 3 programming language was released in December 2008 and served as the next version intended to improve upon…

Ankit Sachan

NSFW Tensorflow: Identifying objectionable content using Deep Learning

In today's post, we would learn how to identify not safe for work images using Deep Learning. Not-Safe-For-Work images can…

Utkarsh Gupta

Installation of OpenCV 4.1.0 in Windows 10 from source

OpenCV is an open source computer vision library which is very popular for performing basic image processing tasks such as…

Utkarsh Gupta

Comprehensive guide to installing OpenCV 4.1.0 on Ubuntu 18.04 from source

OpenCV is an open source computer vision library which is very popular for performing basic image processing tasks such as…

Utkarsh Gupta

TensorFlow 2.0 Alpha : Let seek the New in the Old

  The baby boomers to generation z popularly known as Post-Millennials are all living in an impressionable moment of history…

Naveen Manwani

Deep Learning based image colorization with OpenCV

In India, we celebrated the festival of color "Holi" last week. We celebrate the end of the winter with a…

Ankit Sachan

Deep Learning based Edge Detection in OpenCV

In this post, we will learn how to use deep learning based edge detection in OpenCV which is more accurate…

Ankit Sachan

Neural Architecture Search

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

Ankit Sachan

Deep Learning based image Super-Resolution to enhance photos

What if you could use Artificial Intelligence to enhance your photos like those seen on TV? Image super-resolution is the…

Ankit Sachan