Tagged articles
43 articles
Page 1 of 1
Model Perspective
Model Perspective
Feb 9, 2025 · Fundamentals

From Matching to Transcendence: How Vector Math Mirrors Life’s Standards

The article explores the lifelong challenge of matching versus transcending standards, using vector distance, cosine similarity, and transformation matrices as metaphors, and illustrates the concept through personal examples and the film Nezha, urging readers to question and reshape the norms that guide them.

TransformationVectorlinear algebra
0 likes · 7 min read
From Matching to Transcendence: How Vector Math Mirrors Life’s Standards
Model Perspective
Model Perspective
Jan 23, 2025 · Fundamentals

Why Linear Algebra Powers AI, Graphics, Economics, Physics and More

This article explores how linear algebra—through matrices, vectors, and linear transformations—underpins diverse fields such as artificial intelligence, data science, computer graphics, economics, physics, engineering, and social network analysis, illustrating its practical impact on everyday technologies and scientific models.

ApplicationsPhysicscomputer graphics
0 likes · 8 min read
Why Linear Algebra Powers AI, Graphics, Economics, Physics and More
Baidu Tech Salon
Baidu Tech Salon
Jul 23, 2024 · Artificial Intelligence

Linear Algebra Fundamentals and PaddlePaddle Applications

The article reviews core linear algebra concepts—vectors, matrices, eigenvalues, and transformations—and demonstrates how PaddlePaddle’s paddle.linalg API enables practical tasks such as least‑squares regression, image compression via SVD, PCA‑based dimensionality reduction, and broader machine‑learning, graphics, cryptography, and optimization applications.

PCAPaddlePaddleSVD
0 likes · 10 min read
Linear Algebra Fundamentals and PaddlePaddle Applications
Python Programming Learning Circle
Python Programming Learning Circle
Jun 24, 2024 · Fundamentals

Python List Comprehensions and Linear Algebra: From Simple Loops to Matrix Operations

This article demonstrates how Python’s expressive syntax—especially list comprehensions, dictionary and tuple comprehensions, and conditional expressions—can be used to implement fundamental linear‑algebra operations such as vector scaling, dot products, matrix transposition, projection, distance calculation, and even a one‑line linear solver, all illustrated with clear code examples.

Code ExamplesPythoneducational
0 likes · 15 min read
Python List Comprehensions and Linear Algebra: From Simple Loops to Matrix Operations
Model Perspective
Model Perspective
Nov 11, 2022 · Fundamentals

Mastering Systems of Linear Equations: Gaussian Elimination and Augmented Matrices

This article explains how to represent linear equation systems using coefficient and constant vectors, introduces elimination methods such as substitution and Gaussian elimination, describes the three possible solution types, and details the construction and reduction of augmented matrices to reduced row‑echelon form.

Gaussian eliminationaugmented matrixlinear algebra
0 likes · 7 min read
Mastering Systems of Linear Equations: Gaussian Elimination and Augmented Matrices
Model Perspective
Model Perspective
Nov 11, 2022 · Fundamentals

Mastering Matrix Operations: From Basics to Inverse Techniques

This article outlines fundamental matrix concepts—including addition and multiplication properties, transpose rules, identity and elementary matrices, and algorithms for computing inverse matrices—while providing illustrative examples and key proofs for each topic.

elementary matrixinverse matrixlinear algebra
0 likes · 4 min read
Mastering Matrix Operations: From Basics to Inverse Techniques
Model Perspective
Model Perspective
Oct 16, 2022 · Fundamentals

How the Keener Method Quantifies Team Strength Using Eigenvectors

The Keener method assigns numerical ratings to competing teams by linking each team's score to its absolute strength, which depends on relative strength against opponents, and uses linear‑algebraic techniques such as eigenvectors and the Perron‑Frobenius theorem to derive consistent rankings.

Perron-Frobeniuseigenvectorlinear algebra
0 likes · 13 min read
How the Keener Method Quantifies Team Strength Using Eigenvectors
Model Perspective
Model Perspective
Sep 24, 2022 · Fundamentals

Master Numpy: Create Arrays, Perform Operations, and Harness Linear Algebra

This guide introduces Python's Numpy library, covering installation, array creation, indexing, slicing, reshaping, arithmetic operations, universal functions, and linear algebra tools such as matrix generation, multiplication, inversion, determinants, eigenvalues, and eigenvectors, providing code examples for each concept.

ArrayNumPyUFunc
0 likes · 7 min read
Master Numpy: Create Arrays, Perform Operations, and Harness Linear Algebra
Model Perspective
Model Perspective
Sep 20, 2022 · Fundamentals

Why the Colley Rating Method Beats Simple Win‑Rate Rankings

The Colley rating method replaces plain win‑rate scores with a linear‑algebra system that accounts for opponent strength, providing fairer and more informative rankings for sports teams, as illustrated by a step‑by‑step example and matrix formulation.

Colley methodlinear algebrarating system
0 likes · 6 min read
Why the Colley Rating Method Beats Simple Win‑Rate Rankings
Model Perspective
Model Perspective
Sep 12, 2022 · Fundamentals

How the Massey Method Ranks College Football Teams Using Linear Algebra

An in‑depth look at the Massey rating system—originally devised by Kenneth Massey—to mathematically rank NCAA football teams using least‑squares, matrix equations, and derived offensive and defensive scores, illustrated with a five‑team example and detailed notation.

Massey methodcollege footballlinear algebra
0 likes · 8 min read
How the Massey Method Ranks College Football Teams Using Linear Algebra
Model Perspective
Model Perspective
Aug 17, 2022 · Fundamentals

Boost Python Linear Algebra Performance with SciPy.linalg

This article explains how SciPy’s linalg module, built on optimized BLAS/LAPACK libraries, extends NumPy’s linear algebra with faster routines and advanced algorithms, and demonstrates fitting a quadratic polynomial using least‑squares via a practical code example.

NumPydata fittinglinear algebra
0 likes · 3 min read
Boost Python Linear Algebra Performance with SciPy.linalg
Model Perspective
Model Perspective
Jul 23, 2022 · Fundamentals

Master n-Dimensional Vectors: Linear Combinations, Independence, and Rank

This article explains the concept of n‑dimensional vectors, distinguishes row and column vectors, defines zero vectors, introduces vector groups, linear combinations, linear representation, and presents key theorems on linear dependence, independence, rank, and maximal independent sets, linking these ideas to matrix rank.

linear algebralinear combinationslinear independence
0 likes · 6 min read
Master n-Dimensional Vectors: Linear Combinations, Independence, and Rank
Model Perspective
Model Perspective
Jul 21, 2022 · Fundamentals

Unlocking Matrix Inverses: How Elementary Matrices Simplify Linear Algebra

Elementary matrices, derived from a single elementary row or column operation on the identity matrix, serve as building blocks for matrix transformations; the article defines three types—swap, scaling, and shear—presents two key theorems linking them to invertibility, and illustrates their use in computing an inverse.

elementary matriceslinear algebramatrix inverse
0 likes · 3 min read
Unlocking Matrix Inverses: How Elementary Matrices Simplify Linear Algebra
Model Perspective
Model Perspective
Jul 20, 2022 · Fundamentals

How to Determine Matrix Rank and Solve Linear Equation Systems

This article explains the fundamental theorems on matrix rank, distinguishes homogeneous and non‑homogeneous linear systems, introduces augmented matrices, and outlines a step‑by‑step Gaussian elimination method to find solutions of linear equations.

Gaussian eliminationaugmented matrixlinear algebra
0 likes · 4 min read
How to Determine Matrix Rank and Solve Linear Equation Systems
Model Perspective
Model Perspective
Jul 18, 2022 · Fundamentals

Mastering Elementary Matrix Transformations: From Row Operations to Rank

This article explains elementary row and column transformations, matrix equivalence properties, row‑reduced forms, equivalence classes, minors, rank definition and its properties, and distinguishes homogeneous from non‑homogeneous linear systems, providing a comprehensive overview of fundamental linear algebra concepts.

elementary transformationslinear algebralinear systems
0 likes · 4 min read
Mastering Elementary Matrix Transformations: From Row Operations to Rank
Model Perspective
Model Perspective
May 16, 2022 · Fundamentals

Master Gaussian Elimination: Solving Linear Systems with Augmented Matrices

Learn how to represent linear equation systems as matrices, apply elimination techniques—including basic row operations and Gaussian elimination—to transform them into reduced row echelon form, and understand solution types (no solution, infinite solutions, unique solution) using augmented matrices and practical examples.

Gaussian eliminationaugmented matrixlinear algebra
0 likes · 8 min read
Master Gaussian Elimination: Solving Linear Systems with Augmented Matrices
Model Perspective
Model Perspective
May 16, 2022 · Fundamentals

Determinants Demystified: Cofactor Expansion, Triangular Matrices & Cramer's Rule

This article explains how to compute determinants using cofactor expansion for 2×2 and 3×3 matrices, introduces the cofactor matrix, discusses properties of determinants, triangular matrix simplifications, and demonstrates Cramer's rule and an alternative inverse matrix method, providing clear examples throughout.

Cramer's rulecofactor expansiondeterminant
0 likes · 4 min read
Determinants Demystified: Cofactor Expansion, Triangular Matrices & Cramer's Rule
Model Perspective
Model Perspective
May 6, 2022 · Fundamentals

Mastering Matrices: From Basics to Operations in Linear Algebra

This article introduces matrices and vectors, explains special matrix types, covers matrix addition, scalar multiplication, and their properties, details matrix multiplication and its rules, and describes the transpose operation, providing clear definitions and illustrative examples for each concept.

Vectorlinear algebramatrix
0 likes · 4 min read
Mastering Matrices: From Basics to Operations in Linear Algebra
ELab Team
ELab Team
Sep 23, 2021 · Frontend Development

Why Understanding Matrix Geometry Makes CSS Transforms Easy

This article explains the geometric meaning of vectors and matrices, how basic matrix operations relate to linear transformations, and demonstrates how CSS transform functions like translate, scale, and rotate are just convenient wrappers around matrix operations, helping frontend developers use them confidently.

Geometrylinear algebramatrix
0 likes · 17 min read
Why Understanding Matrix Geometry Makes CSS Transforms Easy
Python Crawling & Data Mining
Python Crawling & Data Mining
May 10, 2021 · Fundamentals

Master NumPy: Turn Math Formulas into Python Code

This article explains how to use Python's NumPy library to translate common mathematical formulas—such as powers, roots, absolute values, vector and matrix operations—into concise, executable code, covering setup, basic operations, and practical examples for data analysis and machine learning.

NumPyPythondata analysis
0 likes · 11 min read
Master NumPy: Turn Math Formulas into Python Code
Programmer DD
Programmer DD
Sep 8, 2020 · Fundamentals

Why Traditional Linear Algebra Textbooks Fail and How MIT’s Strang Course Helps

The article examines why the widely used Tongji edition of Linear Algebra frustrates students with its confusing structure and abstract presentation, highlights the importance of solid linear‑algebra foundations for engineering and AI, and shows how MIT professor Gilbert Strang’s textbook and video course offer a more practical, example‑driven alternative that many learners find effective.

Gilbert StrangMITengineering education
0 likes · 9 min read
Why Traditional Linear Algebra Textbooks Fail and How MIT’s Strang Course Helps
Python Programming Learning Circle
Python Programming Learning Circle
Mar 9, 2020 · Fundamentals

Fundamentals of Vectors and Matrices

This article introduces the basic concepts of vectors and matrices, covering directed line segments, vector properties, coordinate representation, magnitude, inner product, Cauchy‑Schwarz inequality, and fundamental matrix operations such as addition, multiplication, Hadamard product and transposition, with examples and visual illustrations.

Cauchy-Schwarzinner productlinear algebra
0 likes · 10 min read
Fundamentals of Vectors and Matrices
Xueersi Online School Tech Team
Xueersi Online School Tech Team
Jun 6, 2019 · Fundamentals

Understanding Vector Norms: L0, L1, L2, L∞, and Lp

This article introduces vector norms—including L0, L1, L2, L∞, and general Lp—explaining their mathematical definitions, geometric interpretations, and roles in machine learning such as compressive sensing and distance‑cosine equivalence after L2 normalization, supplemented with illustrative formulas and reference links.

L1L2Norm
0 likes · 7 min read
Understanding Vector Norms: L0, L1, L2, L∞, and Lp
AI Large-Model Wave and Transformation Guide
AI Large-Model Wave and Transformation Guide
Dec 27, 2017 · Artificial Intelligence

Why Is Math the Biggest Hurdle in Deep Learning? A Step‑by‑Step Guide

This article breaks down the essential mathematics—linear algebra, probability, calculus, and optimization—required for mastering deep learning, explains how each topic maps to core deep‑learning concepts, and outlines six progressive learning stages with concrete examples and recommended textbooks.

AI fundamentalsDeep Learninglinear algebra
0 likes · 50 min read
Why Is Math the Biggest Hurdle in Deep Learning? A Step‑by‑Step Guide
Huawei Cloud Developer Alliance
Huawei Cloud Developer Alliance
Oct 9, 2017 · Artificial Intelligence

A Pragmatic Roadmap to Master Machine Learning: Courses, Resources, and Tips

The author shares a step‑by‑step self‑learning plan for machine learning, covering essential linear‑algebra refreshers, foundational algorithm courses, hands‑on coding tutorials in MATLAB and Python, advanced deep‑learning studies with CS231n, and a curated list of reference links and GitHub notes.

Deep Learninglinear algebramachine learning
0 likes · 8 min read
A Pragmatic Roadmap to Master Machine Learning: Courses, Resources, and Tips
MaGe Linux Operations
MaGe Linux Operations
May 11, 2017 · Artificial Intelligence

Essential Math Foundations for AI: Linear Algebra, Probability & More

The article reviews the surge of AI interest sparked by AlphaGo and Master, explains why strong mathematics—especially linear algebra, probability, statistics, calculus, and optimization—is crucial for AI practitioners, and provides curated free online courses, textbooks, and resources to help beginners master these subjects.

AIResourceslinear algebra
0 likes · 14 min read
Essential Math Foundations for AI: Linear Algebra, Probability & More