You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.