Introduction to Artificial Intelligence - Old Questions
Question Answer Details
8. What is back propagation? Explain all the steps involved in the back propagation with an example.
Answer
AI Generated Answer
AI is thinking...
Official Answer
Backpropagation is a supervised learning method, and is an implementation of the Delta rule. It requires a teacher that can calculate the desired output for any given input.
Steps / Algorithms
Example
After updating weights, we recompute y. Then we compute δ=t-y. If the value of y is converges to t then the values is fixed up otherwise we will iterate again.