2020-04-26

Common behavioral questions in job interviews

3 mins read 1. Getting to Know You What motivates you at work? Describe what your preferred supervisor—employee relationship looks like. What two […]
2020-04-26

A good LinkedIn profile checklist

3 mins read Here is a list of rules to make your LinkedIn profile professional: General Criteria Meet Specification Overall, profile is professional, […]
2020-01-13

RCNN, Fast RCNN, and faster RCNN algorithms for Object Detection Explained

23 mins read Table of Contents 1. A Simple Way of Solving an Object Detection Task (using Deep Learning) The below image is […]
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 […]