2019-12-30

Understanding Fourier Transform in images

10 mins read Introduction Do you know Fourier Transform on signal processing? Fourier Transform is a mathematical method to analyze frequency components in one-dimensional signals, such as […]
2019-12-27

Python __new__ magic method explained

10 mins read Python is an object-oriented programming language, meaning that everything in Python is an object. One of Python’s unique features is […]
2019-12-16

A tutorial on Motion Estimation with Optical Flow with Python Implementation

26 mins read Advancements in computer vision research have revolutionized the way machines perceive their environment by leveraging techniques like object detection for […]
2019-12-07

Upper Confidence Bound (UCB) Algorithm Explained with Python code

6 mins read In this tutorial, I will explain to you the application of the Upper Confidence Bound(UCB) algorithm to solve the Multi […]
2019-12-07

Difference between model-based and model-free reinforcement learning

3 mins read To answer this question, let’s revisit the components of an MDP, the most typical decision-making framework for RL. An MDP […]