Topic Modeling with LSA, PLSA, LDA & lda2Vec

We will explore topic modeling through 4 of the most popular techniques today: LSA, pLSA, LDA, and the newer, deep learning-based lda2vec.

Topic Modeling with LSA, PLSA, LDA & lda2Vec Post feature image

How to do Semantic Segmentation using Deep learning

semantic segmentation is one of the key problems in the field of computer vision. This article is a comprehensive overview including a step-by-step guide to implement a deep learning image segmentation model.

How to do Semantic Segmentation using Deep learning Post feature image

How to use Named-Entity Recognition (NER) for Information Extraction

The problem requires us to create a pipeline that will convert OCR outputs of different kinds of documents to a key-value like structure where keys are all the important fields one might need from, for example, an invoice like - invoice number, name of vendor ...

How to use Named-Entity Recognition (NER) for Information Extraction Post feature image

Information Extraction from Receipts with Graph Convolutional Networks

Automated information extraction is making business processes faster and more efficient. Graph Convolutional Networks can extract fields and values from visually rich documents better than traditional deep learning approaches like NER.

Information Extraction from Receipts with Graph Convolutional Networks Post feature image

Data Augmentation | How to use Deep Learning when you have Limited Data — Part 2

This article is a comprehensive review of Data Augmentation techniques for Deep Learning, specific to images.

Data Augmentation | How to use Deep Learning when you have Limited Data — Part 2 Post feature image

Health Checks for Machine Learning - A Guide to Model Retraining and Evaluation

Health Checks for Machine Learning - A Guide to Model Retraining and Evaluation Post feature image

How to use deep learning & OCR for data extraction from meter readings

Submeter reading has been traditionally a manual task. However, it can be easily automated using Deep Learning. It saves time, money and man hours.

How to use deep learning & OCR for data extraction from meter readings Post feature image

DeepSORT: Deep Learning to Track Custom Objects in a Video

DeepSORT: Deep Learning to Track Custom Objects in a Video Post feature image

A Comprehensive guide to Motion Estimation with Optical Flow

In this tutorial, we dive into the fundamentals of Optical Flow, look at some of its applications and implement its two main variants (sparse and dense). We also briefly discuss more recent approaches using deep learning and promising future directions.

A Comprehensive guide to Motion Estimation with Optical Flow Post feature image

A 2019 guide to Human Pose Estimation with Deep Learning

Human Pose Estimation is one of the long standing problems of computer vision which has made remarkable progress in the last few years. This post explains the basics of Human Pose Estimation (2D) and reviews the literature on this topic.

A 2019 guide to Human Pose Estimation with Deep Learning Post feature image

How to easily Detect Objects with Deep Learning on Raspberry Pi

This post demonstrates how you can do object detection using a Raspberry Pi. Like cars on a road, oranges in a fridge, signatures in a document and teslas in space.

How to easily Detect Objects with Deep Learning on Raspberry Pi Post feature image