
Uses a two-layer neural network with 4 hidden neurons to decode 7-segment patterns.
Feed 7-segment codes into ui_in and read the 4-bit prediction on uo_out.
List external hardware used in your project (e.g. PMOD, LED display, etc), if any
| # | Input | Output | Bidirectional |
|---|---|---|---|
| 0 | segment A | bit 0 prediction | |
| 1 | segment B | bit 1 prediction | |
| 2 | segment C | bit 2 prediction | |
| 3 | segment D | bit 3 prediction | |
| 4 | segment E | ||
| 5 | segment F | ||
| 6 | segment G | ||
| 7 |