j-devlog
KO
~/nav

// categories

// tags

← /tags

$ grep --tag

#Linear Algebra

// 6 posts found

[MMD]··10min

Linear Algebra in Practice: Problems You'll Actually Face in ML

A collection of concept problems applying linear algebra — matrix singularity, rank, eigenvalues, PCA, and more — to real machine learning scenarios. Each problem is grounded in situations you'll commonly encounter in actual ML pipelines.

#Linear Algebra#Machine Learning#Assignment#Practical#Interview Prep
[MMD]··15min

Linear Algebra Coding Practice: Implementing Matrix Operations with NumPy

A hands-on coding practice for implementing matrix operations, Gaussian elimination, eigendecomposition, and PCA from scratch using NumPy. Each problem includes step-by-step hints and complete solution code.

#Linear Algebra#Python#NumPy#Coding Assignment#Machine Learning
[MMD]··15min

Linear Algebra Basics Chapter 4: Eigenvalues, Eigenvectors, and PCA

Wrap up the core of linear algebra: geometric interpretation of determinants, basis and span, eigenvalue/eigenvector computation, how PCA works under the hood with full derivations, and Markov matrices.

#Linear Algebra#Machine Learning#Eigenvalue#PCA#Dimensionality Reduction
[MMD]··13min

Linear Algebra Basics Chapter 3: Vectors, Linear Transformations, Matrix Multiplication, and Inverse Matrices

A comprehensive guide to vector norms, dot products, scalar multiplication, the concept of linear transformations, matrix multiplication, inverse matrix computation, and how all these ideas connect in neural networks (the perceptron).

#Linear Algebra#Machine Learning#Vector#Matrix Multiplication#Neural Network
[MMD]··12min

Linear Algebra Basics Chapter 2: Elimination, Row Echelon Form, and Gaussian Elimination

A clear walkthrough of solving linear systems via elimination, computing Row Echelon Form (REF) and Reduced Row Echelon Form (RREF) through Gaussian elimination, and using Rank to determine the number of solutions.

#Linear Algebra#Machine Learning#Matrix#Mathematics#Gaussian Elimination
[MMD]··10min

Linear Algebra Basics Chapter 1: Systems of Linear Equations and Matrix Singularity

A walkthrough of how systems of linear equations are used in machine learning — covering singular vs. non-singular matrices, linear independence/dependence, and determinant calculation.

#Linear Algebra#Machine Learning#Matrix#Mathematics#Deep Learning