Patience Strong argues that current neural networks consume excessive compute power by emulating circuits in software rather than implementing them as physical hardware. The paper suggests replacing this emulation with a semiconductor device where weights and biases are stored in non-volatile memory.
- Weights and biases are realized as Digital to Analog Converters (DACs) with non-volatile registers that survive power loss.
- Activation functions are implemented using fast-switching transistors that trigger based on voltage or current thresholds.
- The device processes neurons in parallel, offering potential speed improvements over GPUs and significantly lower power consumption.
- Successive AI releases can be overwritten directly onto the non-volatile chip, maintaining parity with current upgrade practices.
The author contends that this approach eliminates the need for conventional computers to process the network logic, requiring them only for input and output handling.