kjunelee / MetaOptNet

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

Formula (11) in your paper. #32

Closed LYF14020510036 closed 5 years ago

LYF14020510036 commented 5 years ago

image

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

kjunelee commented 5 years ago

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