AUT Applied Linear Algebra course projects
-
Updated
Jul 30, 2026 - Jupyter Notebook
8000
AUT Applied Linear Algebra course projects
Linear Algebra Project Image Compression App using SVD method, implemented in Python.
Projects related to Singular Value Decomposition
Built Singular Value Decomposition (SVD) completely from scratch in Python and used it for Image Compression, NLP (Latent Semantic Analysis), recomentation system
Singular Value Decomposition (SVD) is a fundamental linear algebra technique that factorizes any into the product of three matrices: are orthogonal matrices containing left and right singular vectors, while sigma is a diagonal matrix of non-negative singular values. It is essential for data reduction, noise removal, and matrix approximation.Solver
Image compression using SVD in Python using NumPy, Pillow and Matplotlib.
Implementations and analyses of various mathematical and computational techniques, including Lagrange interpolation, LU decomposition, image compression with SVD and FFT, image denoising, histogram matching, and QR decomposition using Gram-Schmidt methods.
This project demonstrates the application of Singular Value Decomposition (SVD) for image compression using Python and NumPy.
Explanations about three projects of Linear Algebra course; including LU decompositions, denoising signals, and SVD decompositions
SVD is basically a matrix factorization technique, which decomposes any matrix into 3 generic and familiar matrices. It has some cool applications in Machine Learning and Image Processing.
Image and video compression via singular value decomposition with user-interface.
Flask web app to compress images by SVD method. Tugas Besar 2 IF2123 Aljabar Linier dan Geometri
Linear Algebra projects of Spring 2021 at CE AUT
[Rmd/HTML] Implementation of the Randomized Power Method to compute the SVD + Image compression with SVD
A jupyter notebook showing how images are compressed using Singular Value Decomposition in Python
Add a description, image, and links to the svd-image-compression topic page so that developers can more easily learn about it.
To associate your repository with the svd-image-compression topic, visit your repo's landing page and select "manage topics."