Julia code for the book Numerical Linear Algebra
-
Updated
Jan 23, 2023 - Jupyter Notebook
Julia code for the book Numerical Linear Algebra
Linear Algebra Fundamentals for Machine Learning
Differentiable matrix factorizations using ImplicitDifferentiation.jl.
This repository contains the implementations of the MUSIC and ESPRIT algorithms, which can be used for super-resolution spectral analysis.
ECCV22 Paper "Batch-efficient EigenDecomposition for Small and Medium Matrices"
Jupyter notebooks with notes, code, and exercises from Linear Algebra: Theory, Intuition, Code by Mike X Cohen (2021).
ECCV22 "Improving Covariance Conditioning of the SVD Meta-layer by Orthogonality" and T-PAMI extension
Faster eigendecompositions for jax
Official code repository for "Distribution-Independent Confidence Intervals for the Eigendecomposition of Covariance Matrices via the Eigenvalue-Eigenvector Identity" (ICML 2021 Workshop on Distribution-Free Uncertainty Quantification).
Statistical Shape Model using PCA on standard 2D hand dataset
A Step-by-step tutorial to implement PCA.
A matlab tool that analytically calculates the transient Electromigration (EM) stress at discrete spatial points in multi-segment lines of power grids.
practical linear algebra for data science (with python)
GPU linear-algebra factorizations (eigh/svd/qr/lstsq/pinv) on Apple Silicon via PyTorch-MPS custom Metal kernels. Drop-in torch.linalg patch.
Application of PCA in facial recognition
Implementation of a Speaker Recognition Algorithm using MFCC, FFT, and Eigendecomposition from voice samples
Project from university for the class Computational Linear Algebra for Large Scale Problem, focused on the application of matrix decomposition via eigenvalues and eigenvector to replicate the Google PageRank algorithm
Interactive Linear Algebra with NumPy notebook covering vectors, matrices, projections, eigendecomposition, SVD, PCA, and matrix factorizations with visual examples
This repository is being used as the final project of the course MTH234: Linear Algebra, with having Asst.Prof. Songpon Sriwongsa
Java Swing application that partitions undirected graphs using the Fiedler vector of the graph Laplacian. Built with Apache Commons Math.
Add a description, image, and links to the eigendecomposition topic page so that developers can more easily learn about it.
To associate your repository with the eigendecomposition topic, visit your repo's landing page and select "manage topics."