In this article we are going to look at gradient descent and cost function in Python programming language. Mean Squared Error (MSE) In our school days we used to solve linear equations. For example consider the linear equation y=2x+3. For given x values, [1,2,3,4,5] we can calculate y values as [5,7,9,11,13]. However, in case of machine […]