Translations:Linear Regression/18/en

    From Marovi AI
    Revision as of 19:42, 27 April 2026 by FuzzyBot (talk | contribs) (Importing a new version from external source)

    The update rule is $ \mathbf{w} \leftarrow \mathbf{w} - \eta \nabla_{\mathbf{w}} \mathcal{L} $, where $ \eta $ is the learning rate. Stochastic and mini-batch variants scale to millions of data points.