From fe32ed14079e3e731019199869a6ee06ff05d5c1 Mon Sep 17 00:00:00 2001 From: Tom Schierenbeck Date: Thu, 28 Mar 2024 10:12:21 +0100 Subject: [PATCH] Completed tutorial on algebra --- examples/product_spaces.ipynb | 1 + 1 file changed, 1 insertion(+) diff --git a/examples/product_spaces.ipynb b/examples/product_spaces.ipynb index 12a840f..8e74753 100644 --- a/examples/product_spaces.ipynb +++ b/examples/product_spaces.ipynb @@ -7,6 +7,7 @@ "\n", "This tutorial is part of a bigger series on probabilistic machine learning and aids in understanding product $\\sigma$-algebras.\n", "At the end of this notebook, you will understand...\n", + "\n", "- The Definition of the $\\sigma$-Algebra\n", "- Why these concepts matter, especially for robotics\n", "- How to apply them using the package \n",