2021-09-20

Improvements in Deep Q-Learning with Python code: Dueling Double DQN, Prioritized Experience Replay, and Fixed Q-targets

28 mins read Deep Q-Learning was introduced in 2014. Since then, a lot of improvements have been made. So, today we’ll see four […]
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-06-26

Labeling financial data for Machine Learning

24 mins read In this article, we’ll be looking at one method for labeling our data and getting it ready for our model. By the […]
2021-06-17

Machine Learning Interview: Objective Functions, Metrics, and Evaluation

45 mins read In this post, I will provide the answers to the questions for the online ML interview book. 1)When we say an algorithm […]