By
James Le
Artificial Intelligence

10 Deep Learning Best Practices
As projects move from small-scale research to large-scale deployment, there are some universal best practices to achieve successful deep learning model rollout for a company of any size and means.
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
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
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 with Limited Data?
This article is a comprehensive review of Data Augmentation techniques for Deep Learning, specific to images.

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
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.
3