2022-01-17

Machine Learning Interview: Sampling and dataset generation

68 mins read In this post, I will provide the answers to the questions for the online ML interview book. 1)If you have […]
2021-12-04

Sampling from a multivariate Gaussian (Normal) distribution with Python code

3 mins read Multivariate Gaussian distribution is a fundamental concept in statistics and machine learning that finds applications in various fields, including data […]
2021-10-07

Inverse CDF Transform Sampling

6 mins read Overview Inverse transform sampling is a method for generating random numbers from any probability distribution by using its inverse cumulative […]
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 […]