abnerbog / levenberg-marquardt-method
Python implementation of Levenberg-Marquardt algorithm built from scratch using NumPy.
☆85Updated 2 years ago
Alternatives and similar repositories for levenberg-marquardt-method:
Users that are interested in levenberg-marquardt-method are comparing it to the libraries listed below
- A collection of forward and inverse Mie solving routines for Python 3, based on Bohren and Huffman's Mie Theory derivations☆105Updated 2 months ago
- This repository contains lecture notes and codes for the course "Computational Methods for Data Science"☆49Updated 3 years ago
- numba accelerated interpolation on regular grids in 1, 2, and 3 dimensions☆63Updated 2 years ago
- Methods for numerical differentiation of noisy data in python