ML//neural network
- Function that maps inputs to outputs through layers of learned weights.
Function that maps inputs to outputs through layers of learned weights.
Each layer: multiply by weight matrix, add bias, apply activation function
Learns via backpropagation: nudge weights to reduce loss