Deep Learning, Ian Goodfellow, Yoshua Bengio, and Aaron Courville, 2016 (MIT Press) - This foundational textbook offers a clear introduction to linear algebra, including vector and matrix representations of data, specifically within the context of machine learning and deep learning.
Mathematics for Machine Learning, Marc Peter Deisenroth, A. Aldo Faisal, and Cheng Soon Ong, 2020 (Cambridge University Press)DOI: 10.1017/9781108679989 - Provides a comprehensive and accessible explanation of the mathematical foundations for machine learning, with early chapters dedicated to vector and matrix operations and their applications in data representation.
Introduction to Linear Algebra, Gilbert Strang, 2016 (Wellesley-Cambridge Press) - A classic and highly regarded textbook that provides a thorough grounding in the core concepts of linear algebra, which are indispensable for understanding data structures in machine learning.
Array creation routines (NumPy Documentation), NumPy Developers, 2024 - Official documentation illustrating how to create and initialize vectors and matrices (arrays) using NumPy, which is the primary library for numerical computing in Python for machine learning.