2021-04-28

Python Scipy sparse matrices explained

7 mins read Consider a two-dimensional data set consisting of 5 rows and 7 columns, where each element contains a value. Such data […]
2021-03-26

Handling cyclical features, such as hours in a day, for machine learning pipelines with Python example

11 mins read What’s the difference between 23 and 1? If we’re talking about time, it’s 2. Hours of the day, days of […]
2020-11-20

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

3 mins read In this post, I’m gonna describe the steps I used to utilize GPU for the PyTorch Deep Learning framework on […]
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 […]
2017-06-14

Kernel Density Estimation (KDE) in Python

10 mins read Nonparametric Density Estimation In some cases, a data sample may not resemble a common probability distribution or cannot be easily […]