Threshold Logic Circuits
Collection
Boolean gates, voting functions, modular arithmetic, and adders as threshold networks.
•
248 items
•
Updated
•
1
8-bit zero detector. Outputs 1 if all 8 input bits are zero.
iszero8(b0..b7) = 1 if all bits are 0, else 0
Equivalent to 8-input NOR gate.
Single neuron: weights [-1, -1, -1, -1, -1, -1, -1, -1], bias 0
| Inputs | 8 |
| Outputs | 1 |
| Neurons | 1 |
| Layers | 1 |
| Parameters | 9 |
| Magnitude | 8 |
MIT