Views
No views yet
a b c
│ │ │
└──┴──┐ │
▼ │
┌─────┐ │
│ XOR │ │
└──┬──┘ │
│ │
└────┬───┘
▼
┌─────┐
│ XOR │
└──┬──┘
▼
XOR3(a,b,c)| Neurons | 6 |
| Layers | 4 |
| Parameters | 18 |
| Magnitude | 20 |
threshold-xor3-mag14 for a 30% magnitude reduction using optimized XOR blocks.1from safetensors.torch import load_file
2
3w = load_file('model.safetensors')
4# See model.py for implementation