Member-only story

The mathematical foundations of probability

A measure-theoretic introduction

Tivadar Danka
Towards Data Science
11 min readMay 20, 2020

--

Abstractions are there to hide irrelevant things and focus only on the important details. Although it may seem scary sometimes, it is the best tool to manage complexity.

If you ask n mathematicians to define what mathematics is about, you’ll probably get 2n different answers. My definition would be that it is the science of abstracting things away until only the core is left, providing the ultimate framework for reasoning about anything.

Have you ever thought about what probability really is? You have definitely used it to reason about data, do statistical analysis, or even build algorithms to do the reasoning for you by statistical learning. In this post, we are going deep into the rabbit hole and explore the theory of probability with a magnifying glass.

Prerequisites

To follow through, you don’t need any advanced mathematics, I am focusing to explain everything from the grounds up. However, to it is beneficial if you know the following:

  • Sets and set operations such as union, intersection and difference.
  • Limits and some basic calculus.

Sets and measures

--

--

Towards Data Science
Towards Data Science

Published in Towards Data Science

Your home for data science and AI. The world’s leading publication for data science, data analytics, data engineering, machine learning, and artificial intelligence professionals.

Tivadar Danka
Tivadar Danka

Written by Tivadar Danka

I want to democratize machine learning. Math PhD with an INTJ personality. Chaotic good.

Responses (8)