Pergunta de entrevista da empresa WorldQuant

Derive formula for linear regression

Resposta da entrevista

Sigiloso

28 de jul. de 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