✳flâneur — a map of the web's best reading
Dimension vs. Rank
teamten.com · 242 words · saved by 1 readers
i’ve long been confused by the two definitions of the word dimension. Sometimes we talk about a 3-dimensional array:
Dimension vs. Rank Dimension vs. Rank September 9, 2022 I've long been confused by the two definitions of the word dimension . Sometimes we talk about a 3-dimensional array: float a [ 5 ][ 6 ][ 7 ]; and sometimes we talk about a 3-dimensional vector: float v [ 3 ]; I finally figured out that the word is only correctly used in the second example above. In the first example, the term should be rank , as in, "a rank-3 array". So rank is the number of indices that you need to get to a scalar. In the first example you need three indices to get a float: x = a [ i ][ j ][ k ]; Each of these indices h
Explore this link on the map →related reading
- Tensors from Scratch #1: Tensors and their Shapes – Maharshi's blogmaharshi.bearblog.dev
- Dimensional analysis - Wikipediaen.wikipedia.org
- An Intuitive Guide to Linear Algebra – BetterExplainedbetterexplained.com
- The Tensor: The fundamental data structure of ML - DEV Communitydev.to
- https://www.deeplearningbook.org/contents/linear_algebra.htmldeeplearningbook.org
- GitHub - ByteByteGoHq/system-design-101: Explain complex systems using visuals and simple terms. Help you prepare for system design interviews. · GitHubgithub.com
- A Mathematician's Guided Tour Through Higher Dimensions | WIREDwired.com
- Plus 2: Luyện đọc điền và đọc hiểu chuyên sâu (2024)ngoaingu24h.vn
- Chữa Đề số 01ngoaingu24h.vn
- AIM — AI & Data Science Newsanalyticsindiamag.com
- Matrices, Vectors, Arrays, and Tuplesmc-stan.org
- Humanoid Indexhumanoid-index.com