Implementing regularization in a least squares problem for B-splines
In a recently published paper on Kolmogorov Arnold Networks, the code performs a least squares minimization for fitting the B-spline using the function torch.linalg.lstsq.
In a recently published paper on Kolmogorov Arnold Networks, the code performs a least squares minimization for fitting the B-spline using the function torch.linalg.lstsq.