loading…
A4.3.8 HL · neural networks
A perceptron is one artificial neuron: it draws a single straight line to split its inputs into two. Train it on a logic gate and watch the line rotate into place. Then try XOR, and meet the limit that a single neuron cannot pass.
Each dot is one truth-table row, placed by its two inputs; the dotted square joins the four input pairs (blue = output 1, orange = output 0). The line is the perceptron's boundary; a dashed ring marks a row it still gets wrong.