Strang's “Linear Algebra and Learning from Data” is printed and available
1–10 of 24 posts
Re: Strang's “Linear Algebra and Learning from Data” is printed and available
#2Re: Strang's “Linear Algebra and Learning from Data” is printed and available
#3It looks like this is a boiled down subset of linear algebra sufficient for deep learning? Is that a correct assessment?
Re: Strang's “Linear Algebra and Learning from Data” is printed and available
#4It looks like this is a boiled down subset of linear algebra sufficient for deep learning? Is that a correct assessment?
This is a textbook to help readers understand the steps that lead to deep learning. Linear algebra comes first especially singular values, least squares, and matrix factorizations. Often the goal is a low rank approximation A = CR (column-row) to a large matrix of data to see its most important part. This uses the full array of applied linear algebra, including randomization for very large matrices. Then deep learning creates a large-scale optimization problem for the weights solved by gradient descent or better stochastic gradient descent. Finally, the book develops the architectures of fully connected neural nets and of Convolutional Neural Nets (CNNs) to find patterns in data. Audience: This book is for anyone who wants to learn how data is reduced and interpreted by and understand matrix methods. Based on the second linear algebra course taught by Professor Strang, whose lectures on the training data are widely known, it starts from scratch (the four fundamental subspaces) and is fully accessible without the first text.
Re: Strang's “Linear Algebra and Learning from Data” is printed and available
#5Always love it when a professor can bring in some comic relief in the midst of a very heavy math topic. The students seem to enjoy it. I am self-teaching myself background math for preparing me to the likes of PRML-Bishop, and I wholeheartedly recommend his Linear algebra course available on MIT Courseware[1] coupled with his book[2]
[0] https://www.youtube.com/watch?v=amv58LCqCMI [1] https://ocw.mit.edu/courses/mathematics/18-06-linear-algebra... [2] https://www.amazon.com/Introduction-Linear-Algebra-Gilbert-S...
Re: Strang's “Linear Algebra and Learning from Data” is printed and available
#6It looks like this is a boiled down subset of linear algebra sufficient for deep learning? Is that a correct assessment?
To some extent. Gilbert Strang is kind of a linear algebra education celebrity.
Re: Strang's “Linear Algebra and Learning from Data” is printed and available
#7It looks like this is a boiled down subset of linear algebra sufficient for deep learning? Is that a correct assessment?
In addition, ~40% of the book is devoted to basic probability and statistics, optimization, and neural networks.
Re: Strang's “Linear Algebra and Learning from Data” is printed and available
#8Re: Strang's “Linear Algebra and Learning from Data” is printed and available
#9wow $100 on amazon. It it worth the money?
Re: Strang's “Linear Algebra and Learning from Data” is printed and available
#10[0] https://youtu.be/gGYcSjrqbjc
[1] https://ocw.mit.edu/courses/mathematics/18-06sc-linear-algeb...