Skip to content

Ridge Regression's formula issue #20

@hntee

Description

@hntee

In ridge_regression.py , wrote w* = argmin |t - X @ w| + alpha * |w|_2^2.

But according to https://en.wikipedia.org/wiki/Tikhonov_regularization , the loss is in second order.

Did I miss something?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions