kjunelee / MetaOptNet

Meta-Learning with Differentiable Convex Optimization (CVPR 2019 Oral)
Apache License 2.0
517 stars 95 forks source link

Formula (11) in your paper. #32

Closed LYF14020510036 closed 4 years ago

LYF14020510036 commented 4 years ago

image

Is ridge expression not linear regression plus L2 loss? Is this formula also ridge regression?

kjunelee commented 4 years ago

Eq. (11) is ridge regression in dual form. We can derive it from primal form by plugging in Eq (9).