/LinearAlgebra

This repository consists of important Linear Algebra concepts such as SVD, Transformation, Regression, Least Square, Gaussian elimination and their usage in real life projects.

Primary LanguagePython

Linear ALgebra

Find out more about each project in its folder.

Bmp Compression

  • SVD, SVD usage in image compression

Gauss Elimination

  • Gaussian elimination algorithm

Google Stock prediction

  • Linear Regression, Polynomial Regression

Shadow creation using shear transformation

  • Transformations, Linear Transformation, Shear Transformation

Denoising using least sqaure

  • Least square equation, Linear least square, difference between linear least sqaure and linear regression.