Checkout
Personalized AI apps
Build multi-agent systems without code and automate document search, RAG and content generation
Start free trial
Question

Forward Propagation - What is forward pass vs back propagation?

Answer

Moving from the input layer to the output layer in a neural network is called Forward Propagation. Conversely, when you go from an output layer back to an input layer, it's called backward propagation.