Lukas' Notes

neural-networks

Definition

Input Artificial Neuron

An input artificial neuron is an artificial neuron in a multi-layer perceptron that receives the raw input data directly. It performs no computation — it simply passes the input values forward to the first hidden layer.

An input neuron has no incoming weights and no activation function. It is the entry point: the data begins here and flows toward the hidden and output neurons.