deep-learning-from-scratch
deep-learning-from-scratch copied to clipboard
add squared_error for changing mean_squared_error
i modified mean_squared_error using divide by size of y and renamed previous mean squared error to squared_error.