#concept
What is a forward pass? ? The process of passing input data through the layers of a network sequentially, of the weights and biases of each layer, to arrive at the output. The network makes its predictions based on the current state of its weights and biases. https://github.com/maxim5/cs229-2018-autumn/blob/main/notes/cs229-notes-backprop.pdf