Pregunta de entrevista de WorldQuant

Derive formula for linear regression

Respuesta de la entrevista

Anónimo

28 jul 2022

In order to do linear regression you fit a linear formula to the data WX + b and in order to minimize the MSE you make the weighted cost function and try to reduce it with many ways, common one is gradient descent algorithm.

1