Skip to content

Commit

Permalink
Fix introduction example
Browse files Browse the repository at this point in the history
  • Loading branch information
LukasZahradnik committed Aug 11, 2021
1 parent af766b0 commit 3a6ba02
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/IntroductionIntoPyNeuraLogic.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"\n",
"<sub>[1] i.e. the template here does not contain any variables, causing it to correspond to a standard neural network rather than a GNN.</sub>\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",
Expand Down

0 comments on commit 3a6ba02

Please sign in to comment.