Weighted L2 norm - weight with a CIL linear operator?
Opened this issue · 0 comments
MargaretDuff commented
Description
Discussed with @bosschmidt at the CIL user meeting hackathon.
For the weighted L2 norm in CIL, the weight value can be a scalar or can be a CIL data container :
Mathematically,
weight
is a DataContainer
or weight
is a scalar.
It might be useful to extend this so that
This would allow the weighted L2norm to be weighted by non-diagonal matrices.