I'm currently learning about mean squared error and gradient descent and one of things that's tripping me up is how the mean squared error is continuous.
I'm trying to imagine a scenario with a cost function that involves only one variable and no constant. I can see that change the coefficient of this variable little by little would have minuscule effects on the summation function, but I'm having a hard time imagining that the function is entirely continuous. I'm not good at math so I may not be communicating myself clearly.
![![MSE=1N∑i=1n(yi−(mxi+b))2]](../../images/a15e5a5c01323f61bf2105dab24e3467.webp)
yi - y~iis continuous, as is the square of that difference, this means that the summation is also continuous? If so, that does start to make a little sense – db2791 Jun 21 '20 at 15:49