Skip to main content
🔮 Output PredictionAI AI & ML Hard⚡+35 XP

Gradient Descent Direction

Which direction does gradient descent move?

AI & ML
# Loss function L(w), gradient dL/dw = 5
# Learning rate α = 0.1
# New weight = w - α * gradient

🔮 What is the output?