single-layer-feedforward-equation
IN premise — entries/2026/06/21/wiki-Neural_network_28machine_learning29-chunk-7.md
Created 2026-06-21T09:55:52+00:00
A single-layer feedforward network computes output as y_q = K(Σ_i(x_i · w_iq) − b_q), where K is the activation function, w_iq are weights, and b_q is the bias.