SUMIN PARK
SUMIN PARK

Interested in Geometric Deep Neural Networks and Their Phyiscal Applications

Contact me

2024 © SUMIN PARK

  • ALL (180)
  • PAPERS
    Convolutional Neural Networks (6) Transformer (3) Optimization (2) Representation (1) Object Detection (5) Generative Models (1) Graph Neural Networks (10)
  • DL
    Deep Learning Specialization (6) cs231n (Stanford) (7) Signals & Systems (9)
  • ML
    CS229 (4) Optimization (9) Information Theory (1) Reinforcement Learning (1) Spectral Graph Theory (1)
  • PHYSICS
    Classical Mechanics (1) Special Relativity (1) Electromagnetism (1)
  • PYTHON
    Algorithms (22) Crawling (3)
  • MATH
    Vector Calculus (5) Linear Algebra (29) Multivariate Calculus (11) Tensor Calculus (1) Differential Equation (1) Differential Geometry (2) Matlab (2)
  • STATISTICS
    Various Topics (14) Statistics for Application (MIT 18.650) (4)
  • DATA-ENGINEERING
    Hadoop Ecosystem(5)
  • PSM
    CV (1)
  • SEARCH
  • TAGS

[MATLAB] Gram-Schmidt A = QR Factorization

MATLAB code for A = QR Factorization Gram-Schmidt Creates orthogonal columns from independent set of...

2023, Feb 17   —  2 minute read

[MATLAB] Solving Ax = b with Factorization A = LU

MATLAB code for solving Ax = b No Row Exchange A is invertible Use A...

2023, Jan 31   —  3 minute read