5

I'm 30 years old, and the only math I can remember from college is basic algebra and some probabilities. Next month, I have a machine learning project I'd like to work on, but I'll need a solid footing in linear algebra first. Are there any books or tutorials that can take me from the spotty math knowledge I have now to linear algebra?

Your help would be appreciated.

4 Answers4

10

Gilbert Strang's excellent book "Introduction to Linear Algebra" and video lectures are all you need to teach yourself basic linear algebra from first principles.

If you can't get the book, the video lectures and other material available at MIT OCW is sufficient, but I would recommend the book.

Jacob
  • 2,540
1

In terms of textbooks, the book Introductory Linear Algebra: An Applied First Course by Bernard Kolman and David Hill is a place to start. It has many examples and starts at the very beginning. If my memory serves me correctly, the text works up to jordan canonical form. It should be noted that is book focuses heavily on calculation. Abstract vector spaces are not introduced until more than halfway through the book. Despite this, this book has many examples and problems directly related to computer science.

Holdsworth88
  • 8,818
1

Use Kolman/Hill. The math is really easier than calculus. If you remember systems of 2 or 3 equations and unknowns and a little bit of vectors, that is sort of the mindset you need. Anyhow, it starts from the very basics and is gentle. Is perfect for what you need, will support the machine learning class.

person
  • 11
0

Have a look at Khan Academy's Lessons: https://www.khanacademy.org/math/linear-algebra

They are equally good...

lakshmen
  • 1,005