Giter Club home page Giter Club logo

numerical-linear-algebra's Introduction

Numerical Linear Algebra

Binder

Jupyter notebooks on concepts from numerical/computational linear algebra. Inspired by Professor Rachel Thomas' class on computational linear algebra.

Topics

Introduction

  • p-norms
  • Lp-spaces
  • Gauss-Legendre quadrature

Matrix decomposition

  • SVD
    • Truncated SVD
    • Randomized SVD
  • Non-negative matrix factorization (NMF)
    • Sparse NMF
  • Principal component analysis (PCA) -[x] Robust PCA
  • QR factorization
    • QR algorithm with Wilkinson shifts
  • Golub-Kahan bidiagonalization with Householder reflectors

Eigenvalue algorithms

  • Power iteration
  • Power method with shifts and deflation
  • Inverse iteration
  • Rayleigh quotient iteration
  • Arnoldi iteration
  • Lanczos algorithm
  • Cuppen's divide-and-conquer eigenvalue algorithm

Clustering

  • T-distributed stochastic neighbor embedding (t-SNE)
  • k-means clustering
  • c-means clustering
  • Spectral clustering

Preconditioners

  • Jacobi
  • Gauss-Seidel
  • Cholesky factorization
    • Incomplete Cholesky with zero-fill (IC(0))
    • Incomplete Cholesky with threshold dropping (ICT)
  • LDL factorization
  • Successive over-relaxation (SOR)
  • Symmetric successive over-relaxation (SSOR)
  • Incomplete LU factorization (ILU)
  • Sparse approximate inverse (SPAI)
  • MR algorithm

Iterative methods

  • Conjugate gradient (CG) method -[x] Preconditioned CG method
  • Generalized minimal residual method (GMRES)
  • Krylov subspaces
  • Monte Carlo methods

Other

  • Sparseness measure

Possible future topics

  • Randomized linear algebra

Creating Conda environment

conda env create -f environment.yml
conda activate linalg

Resources

fast.ai Computational Linear Algebra course

Numerical Linear Algebra by Lloyd N. Trefethen and David Bau III

Matrix Computations by Gene H. Golub and Charles F. Van Loan

Iterative Methods for Sparse Linear Systems by Yousef Saad

numerical-linear-algebra's People

Contributors

matsumotosan avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.