Skip to content

ANDGateModel

Barry Stahl edited this page Jan 13, 2025 · 2 revisions

Crafting AI - AND Gate Model

This Excel workbook demonstrates a model configuration for a single-layer linear perceptron model with 2 inputs. In this example, we model an AND gate, where the output should be 1 only when both inputs are 1, and 0 otherwise.

2-Input Perceptron

Clone this wiki locally