Implementation of the preconditioned Kaczmarz method https://arxiv.org/abs/1903.01806
-
Updated
Aug 27, 2019 - Python
Implementation of the preconditioned Kaczmarz method https://arxiv.org/abs/1903.01806
simple code to solve algebraic equation and system of equations
A simple simulation of Kaczmarz algorithm which I believed inspired modern day optimization methods in machine/deep learning.
Evaluating several new approaches to improve convergence of Randomized Kaczmarz (RK) for consistent ill-conditioned systems. This project explores the availability of convergence information among pairwise row differences and analyzes sampling techniques that involve clustering and spectral analysis.
Add a description, image, and links to the kaczmarz topic page so that developers can more easily learn about it.
To associate your repository with the kaczmarz topic, visit your repo's landing page and select "manage topics."