Question d’entretien chez WorldQuant

Derive formula for linear regression

Réponse à la question d'entretien

Utilisateur anonyme

28 juil. 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