In neural networks, ws are the called the weights of the neural network and the bs are the biases of the network.

Together, they are the parameters of the network.

The biases need to exist because the function is not flexible enough. If , the result will always equal zero.

mlai