diff options
Diffstat (limited to '')
| -rw-r--r-- | proof.md | 12 |
1 files changed, 7 insertions, 5 deletions
@@ -38,13 +38,15 @@ By grouping the operations we get:  ### Flatten -Just identity mapping. +Just identity mapping because the wires are always Flatten. + ### MatMul -Equal to Gemm with  and . +Equal to Gemm with ,  and . ### Reshape -Just identity mapping. +Just identity mapping because the wires always Flatten. + ### Add ONNX Add node is defined as: @@ -553,8 +555,8 @@ Otherwise, there exists an active pair , the mathematical definition is preserved after any reduction step, it follows that ![[IN_{n+1}] = [IN_n]](https://latex.codecogs.com/svg.image?\inline&space;[\mathrm{IN_{n+1}}]=[\mathrm{IN_n}]). By the inductive hypothesis, ![[IN_{n+1}] = [NN]](https://latex.codecogs.com/svg.image?\inline&space;[\mathrm{IN_{n+1}}]=[\mathrm{NN}]). - By the principle of mathematical induction, the Interaction Net remains semantically equivalent to the original - Neural Network at every step of the reduction process. +By the principle of mathematical induction, the Interaction Net remains semantically equivalent to the original +Neural Network at every step of the reduction process. Since Interaction Nets are confluent, the reduced mathematical expression is unique regardless of order in which rules are applied. |
