The primary goal of a recommender system is to increase “product” sales. Recommender systems are, after all, utilised by merchants to increase their profits. Although the primary goal of a recommendation system is to increase revenue for the merchant, this is often achieved in ways that are less obvious than...
[Read More]
Central Limit Theorem - A Magic Wand for Inference
How the CLT turns any data into gold!
The central limit theorem (CLT) is a powerful tool that allows us to make inferences about populations, even if we don’t know the exact distribution of the population. Just wave your wand (i.e., use the CLT) over a sample of data, and the distribution of the sample means will be...
[Read More]
The Law of Large Numbers!
How to Make Sense of Randomness.
The law of large numbers is a statistical theorem that states that as the number of identically distributed, randomly generated variables increases, their sample mean approaches their theoretical mean.
[Read More]
The Art of Comparing Apples to Oranges!
Relative Estimation for Data Science teams.
Relative estimation is a concept that simply means “comparing two things to each other.” If you’ve ever said something like, “Hey, this tree is twice as tall as that tree,” you already know how to do it.
[Read More]
AdaBoost for the win!
Adaptive Boosting - The first of its kind!
AdaBoost (Adaptive Boosting) is a popular boosting algorithm that combines multiple weak classifiers to create a strong classifier.
The algorithm works by iteratively adjusting the weights of the training instances and focusing more on the misclassified instances in each iteration using a weighted sampled distribution.
[Read More]