Course Information
Course Overview
A Casual Guide for Artificial Intelligence, Deep Learning, and Python Programmers
Common scenario: You try to get into machine learning and data science, but there's SO MUCH MATH.
Either you never studied this math, or you studied it so long ago you've forgotten it all.
What do you do?
Well my friends, that is why I created this course.
Linear Algebra is one of the most important math prerequisites for machine learning. It's required to understand probability and statistics, which form the foundation of data science.
The "data" in data science is represented using matrices and vectors, which are the central objects of study in this course.
If you want to do machine learning beyond just copying library code from blogs and tutorials, you must know linear algebra.
In a normal STEM college program, linear algebra is split into multiple semester-long courses.
Luckily, I've refined these teachings into just the essentials, so that you can learn everything you need to know on the scale of hours instead of semesters.
This course will cover systems of linear equations, matrix operations (dot product, inverse, transpose, determinant, trace), low-rank approximations, positive-definiteness and negative-definiteness, and eigenvalues and eigenvectors. It will even include machine learning-focused material you wouldn't normally see in a regular college course, such as how these concepts apply to GPT-4, and fine-tuning modern neural networks like diffusion models (for generative AI art) and LLMs (Large Language Models) using LoRA. We will even demonstrate many of the concepts in this course using the Python programming language (don't worry, you don't need to know Python for this course). In other words, instead of the dry old college version of linear algebra, this course takes just the most practical and impactful topics, and provides you with skills directly applicable to machine learning and data science, so you can start applying them today.
Are you ready?
Let's go!
Suggested prerequisites:
Firm understanding of high school math (functions, algebra, trigonometry)
Course Content
- 10 section(s)
- 102 lecture(s)
- Section 1 Introduction
- Section 2 Linear Systems Review
- Section 3 Vectors and Matrices
- Section 4 Matrix Operations and Special Matrices
- Section 5 Matrix Rank
- Section 6 Eigenvalues and Eigenvectors
- Section 7 Appendix / FAQ Intro
- Section 8 Setting Up Your Environment (Appendix/FAQ by Student Request)
- Section 9 Effective Learning Strategies (Appendix/FAQ by Student Request)
- Section 10 Appendix / FAQ Finale
What You’ll Learn
- Solve systems of linear equations
- Understand vectors, matrices, and higher-dimensional tensors
- Understand dot products, inner products, outer products, matrix multiplication
- Apply linear algebra in Python
- Understand matrix inverse, transpose, determinant, trace
- Understand matrix rank and low-rank approximations (e.g. SVD)
- Understand eigenvalues and eigenvectors
Reviews
-
AAshraf Farran
Honest
-
LLafer El
Yes, it not only gives the contents necessary as a building block for more advanced machine learning concepts, but also give the intuition and the applications.
-
SSi Thu Aung
Great course.
-
AAlexander Verner
Excellent refresher course for linear algebra. Covers some advanced topics as well, which are waived in other classes.