threshold-iszero8

8-bit zero detector. Outputs 1 if all 8 input bits are zero.

Function

iszero8(b0..b7) = 1 if all bits are 0, else 0

Equivalent to 8-input NOR gate.

Architecture

Single neuron: weights [-1, -1, -1, -1, -1, -1, -1, -1], bias 0

Parameters

Inputs 8
Outputs 1
Neurons 1
Layers 1
Parameters 9
Magnitude 8

License

MIT

Downloads last month
10
Inference Providers NEW
This model isn't deployed by any Inference Provider. 🙋 Ask for provider support

Collection including phanerozoic/threshold-iszero8