Assignment 4
Assignment 4
Given Parameters
Initial weights:
• Input to Hidden Layer:
• w₁₁ = 0.15
• w₁₂ = 0.20
• w₂₁ = 0.25
• w₂₂ = 0.30
• Hidden to Output Layer:
• v₁ = 0.40
• v₂ = 0.45
Input values:
• x₁ = 0.05
• x₂ = 0.10
Target output:
• t = 0.01
Learning rate:
• η = 0.5
Submission Requirements
1. Show all calculations step by step
2. Round all intermediate calculations to 4 decimal places
3. Include a clear explanation for each step
4. Draw the computational graph showing the forward and backward passes