2021-07-02

Machine Learning Interview: Computer Vision

34 mins read 1) For neural networks that work with images like VGG-19, InceptionNet, you often see a visualization of what type of […]
2021-07-02

Machine Learning Interview: Training Neural Networks

51 mins read In this post, I will provide the answers to the questions for the online ML interview book. For more tips on training […]
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 […]
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 […]