alphanumericslab / OSET

http://sameni.org/OSET/
BSD 3-Clause "New" or "Revised" License
42 stars 27 forks source link

For Tikhonov regularization, the .py function is added and the .ipynb test function is added #3

Closed MircDumitru closed 2 years ago

MircDumitru commented 2 years ago

The functions are: testTikhonovRegularization.ipynb -> testing the function TikhonovRegularization.py -> implements Tikhonov regularization as per the .m file from Prof Sameni.

rsameni commented 2 years ago

Implementation of Tikhonov Regularization By Mircea Dumitru and tested vs the MATLAB version.