From e018443cb2abe45fa46d2e94467c722c8073b716 Mon Sep 17 00:00:00 2001 From: Filip Boltuzic Date: Tue, 3 Oct 2023 17:10:13 +0200 Subject: [PATCH] Adding math --- doc/source/tutorials/federated_learning/source.ipynb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/source/tutorials/federated_learning/source.ipynb b/doc/source/tutorials/federated_learning/source.ipynb index f94fdb360..bc0e6d042 100644 --- a/doc/source/tutorials/federated_learning/source.ipynb +++ b/doc/source/tutorials/federated_learning/source.ipynb @@ -80,7 +80,7 @@ "id": "25b99a4c-2d63-4363-9035-9a0679110901", "metadata": {}, "source": [ - "Here, wⱼ represents the set of weights in CNN layer j, K is the number of models/datasets, which, in our case, is three, and dₖ represents the size of the dataset k." + "Here, $w_j$ represents the set of weights in CNN layer $j$, $K$ is the number of models/datasets, which in our case is three, and $d_k$ represents the size of the dataset $k$." ] }, {