Perceptron.
A small hardware neural layer made of 4 digital perceptrons working in parallel.
This project started as research, but it is now entering the first Verilog implementation stage. The current goal is to build, simulate, and understand a simple 4-perceptron layer before improving the architecture. Each perceptron computes a weighted sum from the input bits, compares it against a threshold, and produces one output bit.