Threshold Logic Circuits
Collection
Boolean gates, voting functions, modular arithmetic, and adders as threshold networks. • 269 items • Updated
• 1
3-input XNOR gate using cascade architecture with mag-7 components.
Note: A flat architecture may achieve lower magnitude (as with XOR3). Architecture search not yet performed.
XNOR3(a,b,c) = XOR(XNOR(a,b), c)
Uses mag-7 weights for both stages.
| Neurons | 6 |
| Layers | 4 |
| Parameters | 18 |
| Magnitude | 14 |
Magnitude 14 = 7 (XNOR) + 7 (XOR), using mag-7 2-input components.
MIT