8. Other resources
Table of contents
The links below are more detailed than our guides, covering lots of important ideas we didnโt touch on above (and wonโt get a chance to cover in Practical Data Science).
Khan Academy
For more depth and added explanations, take a look at Khan Academyโs linear algebra course. Specifically, look at:
- All of Unit 1: Vectors and spaces.
- The first four lessons in Unit 2: Matrix transformations, through Inverse functions and transformations.
- The first two lessons in Unit 3: Alternate coordinate systems (bases), through Orthogonal projections. Understanding the content of the orthogonal projections lesson is the primary learning objective of these guides.
In addition, look at Khan Academyโs Multivariable calculus course, specifically:
- Most of Unit 1: Thinking about multivariable functions, though the lesson on Visualizing vector-valued functions is not necessary.
- The first three lessons in Unit 2: Derivatives of multivariable functions, through Partial derivative and gradient. (These are also linked above.)
3Blue1Brown
Grant Sanderson (3Blue1Brown) produces excellent visual explanations of a lot of ideas that are central to data science, including neural networks, but also linear algebra. His Essence of Linear Algebra series overlaps a fair bit with the videos weโve provided above, but with some content missing (namely, projecting onto the span of multiple vectors) and other content more heavily emphasized (e.g. the idea of a linear transformation). The series exists in two forms:
Either way, (at least) the first 9 chapters are relevant to us.
Mathematics for Machine Learning
Mathematics for Machine Learning, by Garrett Thomas, is a document that discusses the mathematics relevant for machine learning in much greater detail than weโll need in this course. Itโs quite advanced, so donโt be alarmed if the material there feels inaccessible. (More of it will make sense after Practical Data Science!)
Linear Algebra for Data Science
If youโd prefer to read a more formal textbook on these ideas, take a look at Linear Algebra for Data Science by Wanmo Kang and Kyunghyun Cho (a PDF is available at the linked site). Specifically, read Chapters 1-4.