Home › Claude › aifoundations › linear_regression_and_supervised_learning › 'Α' in θⱼ := θⱼ − α·∂J/∂θⱼ is called the
'Α' in θⱼ := θⱼ − α·∂J/∂θⱼ is called the
ANumber of training examples
BCost function
CLearning rate (step size)
DNumber of features
Answer & Solution
Correct answer: C. Learning rate (step size)
α controls how big a step gradient descent takes per update. Too small → slow; too large → overshoot / divergence.
Related questions
The resulting per-example log-likelihood is, up to constantsWhy is STOCHASTIC gradient descent often preferred over BATCH gradient descent on very larClosed-form normal equations require XᵀX to beLogistic regression uses which hypothesis function?The PROBABILISTIC justification for the least-squares cost assumes the noise ε⁽ⁱ⁾ in y⁽ⁱ⁾ Why is the least-squares optimisation for LINEAR regression guaranteed to converge to the The design matrix X for n training examples with d features (plus intercept) has shapeThe closed-form 'normal equations' solution for least-squares linear regression is