Home

Week 7 - Function Fitting

This week used Python in a Jupyter notebook to carry out function fitting. I managed to get linear function fitting going using SVD. I ran out of time translating the equations for Newton and Levenberg-Marquardt into code to get it to actually run.