In this repository, I publish the Python code of the factorization algorithm designed in my master thesis. This algorithm leverage the properties of continued fractions and quadratic forms. It has as ...
Abstract: Matrix factorization is a popular framework for modeling low-rank data matrices. Motivated by manifold learning problems, this paper proposes a quadratic matrix factorization (QMF) framework ...
Finding Congruences of Squares: The algorithm searches for numbers that, when squared, are congruent to the target number modulo a given base. This process identifies potential factors. Linear Algebra ...