2020-11-20

Steps to setup PyTorch with GPU for NVIDIA GTX 960m (Asus VivoBook n552vw) in Ubuntu

3 mins readIn this post, I’m gonna describe the steps I used to utilize GPU for the PyTorch Deep Learning framework on […]
2020-04-26

Common behavioral questions in job interviews

3 mins read1. 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 readHere 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 readTable 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 readPython is an object-oriented programming language, meaning that everything in Python is an object. One of Python’s unique features is […]