durlav kalita

Hi, I am Durlav. Developer and chess enthusiast.

Home Blog Projects About View on GitHub
    18 July 2021

    reducing loss in linear regression

    by durlavk

    Various ways to reduce the loss function in linear regression 💻.

    Linear regression is one of the most basic ml algorithm. Represented as y=mx+c or y=wx+b, the main motive here is to find values of w and b for which loss function is minimum. The loss function is the (observation-prediction)^2. Now there are many ways to finding the loss function. Some of them are-

    tags: ml - linear-regression