Skip to content

This respository contains projects made for the Matrix Calculus and Multivatiate Statistics course at the AGH UST in 2024 by team of 2 students.

Notifications You must be signed in to change notification settings

bjam24/agh-matrix-calculus-and-multivariate-statistics

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Matrix Calculus and Multivariate Statistics 🧮

Projects made for the Matrix Calculus and Multivatiate Statistics course at the AGH UST in 2024 by 2 students (me and cypneu). All provided algorithms are from scratch as a result of our work after hours. Given tasks were intended to teach us how to apply mathematical solutions in Machine Learning in order to obtain faster and more efficient code performance.

Project 1 "Matrix Multiplication Methods Implementation"

  • traditional matrix multiplication
  • recursive Strassen algorithm

Project 2 "Gaussian Elimination and LU Factorization"

  • Gauss elimination algorithm without pivoting
  • Gauss elimination algorithm with pivoting
  • LU factorization algorithm without pivoting
  • LU factorization algorithm with pivoting

Project 3 "Matrix Norm and Condition Number Calculation Tasks"

  • matrix norm ||M||1
  • matrix conditioning coefficient ||M||1
  • matrix norm ||M||2
  • matrix conditioning coefficient ||M||2
  • matrix norm ||M||p
  • matrix conditioning coefficient ||M||p
  • matrix norm ||M||∞
  • matrix conditioning coefficient ||M||∞
  • SVD of matrix M

Technology stack

  • Python
  • Latex

About

This respository contains projects made for the Matrix Calculus and Multivatiate Statistics course at the AGH UST in 2024 by team of 2 students.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published