Hacker News new | ask | show | jobs
by sampo 3388 days ago
> "The slope and y-intercept of the line are determined using gradient descent."

Slope and intercept are very standard names for the parameters of a linear regression model. Gradient descent is the name of the algorithm used.