Descent, I can compute the necessary change to the slope and y-intercept like so:
slope = slope + error * x * learningRate;
yIntercept = yIntercept + error * learningRate;
For a polynomial regression with a degree of 2, how would I derive the necessary change to the coefficients?
By differentiating the polynomial o O
Обсуждают сегодня