Skip to content
You signed in with another tab or window. to refresh your session.
You signed out in another tab or window. to refresh your session.
You switched accounts on another tab or window. to refresh your session.
Here are
2 public repositories
matching this topic...
👁 QR-decomposition-solver-course
QR decomposition, or QR factorization, is a fundamental linear algebra method that decomposes a matrix into a product of an orthogonal matrix and an upper triangular matrix. It is widely used for solving linear least squares problems, computing eigenvalues, Gram-Schmidt, Householder reflections, or Givens rotations.Solver
👁 cholesky-decomposition-solver-course
Cholesky decomposition is a matrix factorization method that decomposes a symmetric, positive-definite matrix into the product of a lower triangular matrix and its transpose (i.e., ). LU decomposition for solving linear equations and is widely used in Monte Carlo simulations, Kalman filters, and econometrics. Solver
Improve this page
Add a description, image, and links to the
machine-learning-math
topic page so that developers can more easily learn about it.
Curate this topic
Add this topic to your repo
To associate your repository with the
machine-learning-math
topic, visit your repo's landing page and select "manage topics."
Learn more
You can’t perform that action at this time.