Sir how L2 norm is calculated here when there is matrix representation of vectors. please explain.
Frobenius Norm-LinearAlg
You have to do element wise square for every value in the matrix, than take square root to get the required Frobenius Norm.
Hope this cleared your doubt.