Neural Networks are made of 5 things: input, hidden layers, output, weights and biases (w + b), and activation function. We update w+b according to the loss, or badness, of the model.
Neural Networks are made of 5 things: input, hidden layers, output, weights and biases (w + b), and activation function. We update w+b according to the loss, or badness, of the model.