Upgrade to Pro
— share decks privately, control downloads, hide ads and more …
Speaker Deck
Features
Speaker Deck
PRO
Sign in
Sign up for free
Search
Search
Linear Algebra at Large Scale
Search
Sponsored
·
Your Podcast. Everywhere. Effortlessly.
Share. Educate. Inspire. Entertain. You do you. We'll handle the rest.
→
Elizabeth Ramirez
April 27, 2018
Science
7
920
Linear Algebra at Large Scale
Elizabeth Ramirez
April 27, 2018
Tweet
Share
More Decks by Elizabeth Ramirez
See All by Elizabeth Ramirez
Maritime Transportation from Space: The most important industry you know nothing about.
eramirem
0
37
LADL-Code Mesh V
eramirem
0
210
Transition Matrix Estimation in High Dimensional Time Series.
eramirem
0
280
The Linear Algebra of Deep Learning
eramirem
2
730
Linear Algebra for FE Developers
eramirem
1
630
Top 10: Los mejores algoritmos del Siglo XX
eramirem
0
460
Numerical Analysis for Orbit Propagation
eramirem
0
270
A New Approach to Linear Filtering and Prediction Problems
eramirem
0
1.6k
Kalman Filters for non-rocket science - PyCon 2016
eramirem
2
400
Other Decks in Science
See All in Science
データマイニング - ウェブとグラフ
trycycle
PRO
0
250
次代のデータサイエンティストへ~スキルチェックリスト、タスクリスト更新~
datascientistsociety
PRO
3
30k
力学系から見た現代的な機械学習
hanbao
3
4k
アクシズを探せ! 各勢力の位置関係についての考察
miu_crescent
PRO
1
110
2025-06-11-ai_belgium
sofievl
1
240
知能とはなにかーヒトとAIのあいだー
tagtag
PRO
0
160
HDC tutorial
michielstock
1
510
データベース15: ビッグデータ時代のデータベース
trycycle
PRO
0
460
【RSJ2025】PAMIQ Core: リアルタイム継続学習のための⾮同期推論・学習フレームワーク
gesonanko
0
680
生成検索エンジン最適化に関する研究の紹介
ynakano
2
2k
良書紹介04_生命科学の実験デザイン
bunnchinn3
0
130
データマイニング - グラフ埋め込み入門
trycycle
PRO
1
180
Featured
See All Featured
Building a Scalable Design System with Sketch
lauravandoore
463
34k
Designing for Performance
lara
611
70k
Redefining SEO in the New Era of Traffic Generation
szymonslowik
1
240
The SEO identity crisis: Don't let AI make you average
varn
0
400
The Curse of the Amulet
leimatthew05
1
9.7k
The Invisible Side of Design
smashingmag
302
51k
We Are The Robots
honzajavorek
0
190
The untapped power of vector embeddings
frankvandijk
2
1.6k
Performance Is Good for Brains [We Love Speed 2024]
tammyeverts
12
1.5k
Heart Work Chapter 1 - Part 1
lfama
PRO
5
35k
Automating Front-end Workflow
addyosmani
1370
200k
Music & Morning Musume
bryan
47
7.1k
Transcript
Linear Algebra at Large Scale Elizabeth Ramirez @eramirem
Computational Engineer We model complex systems on the planet, like
forestry and agriculture using satellite imagery.
None
Top 10 Algorithms of the 20th Century
Often the most expensive computations in large-scale codes. Curse of
Dimensionality
Linear Systems Nonlinear Systems Machine Learning Deep Learning
Most ubiquitous problem in Scientific Computing and Data Analysis
What solves? Systems of Equations Polynomial Interpolation Linear Least-Squares
What we know? Gaussian Elimination Complexity
HPC Alternative: Iterative Methods General Form
Jacobi Gauss-Seidel
Convergence of Basic Iterative Methods Spectral radius
Krylov Subspaces
Conjugate Gradient Method (CG) i) ii)
Conjugate Gradient (CG)
Bi-conjugate gradient (BiCG) Any linear system
Deep Learning Primitives Weights, inputs, outputs stored in tensors Matrix
Multiplication Convolution Inner Product Transposition Rectified Linear Unit (ReLu)
Matrix Multiplication Fundamental task Naive: Strassen:
Low-Rank Approximation Accelerates matrix multiplication, therefore, accelerates convolution. Requires SVD:
Low-Rank Multiplication:
Single Instruction Multiple Data (SIMD) Data-level parallelism Incompatible with code
designed for sequential processors Instruction set available in commercial CPUs and GPGPUs
Intel® Math Kernel Library (Intel® MKL) Improved Matrix Multiplication Performance
in LAPACK LU decomposition and inverse without pivoting Take advantage of SIMD instruction set In summary: High Performance Linear Algebra
None
References http://www.siam.org/pdf/news/637.pdf https://software.intel.com/en-us/mkl https://software.intel.com/en-us/articles/t ensorflow-optimizations-on-modern-intel-arc hitecture