Build Neural Network With Ms Excel New New!

Copy S1 down to S4 .

=MMULT(M6#, TRANSPOSE(W2)) Then, apply ReLU mask (cell O6): =N6# * IF(F6#>0, 1, 0) build neural network with ms excel new

| Input 1 | Input 2 | Output | | --- | --- | --- | | 0 | 0 | 0 | | 0 | 1 | 1 | | 1 | 0 | 1 | | 1 | 1 | 0 | Copy S1 down to S4