From 3a6ba027c6e93a9b08f6e937581d4f6ad00659f3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Luk=C3=A1=C5=A1=20Zahradn=C3=ADk?= Date: Wed, 11 Aug 2021 22:08:22 +0200 Subject: [PATCH] Fix introduction example --- examples/IntroductionIntoPyNeuraLogic.ipynb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/IntroductionIntoPyNeuraLogic.ipynb b/examples/IntroductionIntoPyNeuraLogic.ipynb index 7c20e3f1..fc408d1d 100644 --- a/examples/IntroductionIntoPyNeuraLogic.ipynb +++ b/examples/IntroductionIntoPyNeuraLogic.ipynb @@ -17,7 +17,7 @@ "\n", "[1] i.e. the template here does not contain any variables, causing it to correspond to a standard neural network rather than a GNN.\n", "\n", - "The XOR operation has two inputs - $I_1 ∈ \\{0, 1\\}$ and $I_2 ∈ \\{0, 1\\}$, and one output $O ∈ \\{0, 1\\}$. The whole operation can be summarized by Table [1](#).\n", + "The XOR operation has two inputs - $I_1 \\in \\{0, 1\\}$ and $I_2 \\in \\{0, 1\\}$, and one output $O \\in \\{0, 1\\}$. The whole operation can be summarized by Table [1](#).\n", "\n", "#### Table 1: The XOR truth table\n", "| X | Y | O |\n",