threshold-siso / README.md
phanerozoic's picture
Upload folder using huggingface_hub
12147e3 verified
---
license: mit
tags:
- pytorch
- safetensors
- threshold-logic
- neuromorphic
- sequential
- shift-register
---
# threshold-siso
4-bit Serial-In Serial-Out shift register. Data shifts through one bit at a time.
## Circuit
```
SI ──► [Q3] ──► [Q2] ──► [Q1] ──► [Q0] ──► SO
```
## Parameters
| | |
|---|---|
| Inputs | 5 |
| Outputs | 5 |
| Neurons | 5 |
| Parameters | 30 |
| Magnitude | 10 |
## License
MIT