“How does the system turn these plain numerical representations into something useful?”
One toy neuron takes two sensor readings from the condo system — temperature and flow rate, each scaled to 0–1 — and combines them into a single “pump alert” signal.
Given a toy neuron with two weighted inputs and a bias, compute the output for sample values.