Artificial Intelligence

How To Make Deep Learning Models That Don’t Suck Post feature image

How To Make Deep Learning Models That Don’t Suck

A Practical Guide To Hyperparameter Optimization.

Automated Visual Inspection Systems & how do they work? Post feature image

Automated Visual Inspection Systems & how do they work?

Artificial Intelligence is now making its way into the Manufacturing industry, providing automation that is faster, cheaper and more superior. This article aims to give a brief understanding of automated visual assessment and how a deep learning approach can save significant time and effort.

How to use Deep Learning when you have Limited Data Post feature image

How to use Deep Learning when you have Limited Data

Often the data needed to build a model is impossible to find. Models trained for one task can be reused for another with Transfer Learning

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

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.

How to do Semantic Segmentation using Deep learning 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.

Data Augmentation | How to use Deep Learning when you have Limited Data — Part 2 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.

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

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

Machine Learning in production is exponentially more complex than offline experiments. In this blog we talk about model evaluation, maintenance and retraining.

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

DeepSORT: Deep Learning to Track Custom Objects in a Video

Learn about the theory and challenges in object tracking, how to use pre-trained object detection models to identify and count unique objects and track their trajectories over several frames using the DeepSORT algorithm.

A Comprehensive guide to Motion Estimation with Optical Flow 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 2019 guide to Human Pose Estimation with Deep Learning 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.

How to easily Detect Objects with Deep Learning on Raspberry Pi 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.