Chevron Left
Back to Mathematics for Machine Learning: Linear Algebra

Learner Reviews & Feedback for Mathematics for Machine Learning: Linear Algebra by Imperial College London

4.7
stars
11,947 ratings

About the Course

In this course on Linear Algebra we look at what linear algebra is and how it relates to vectors and matrices. Then we look through what vectors and matrices are and how to work with them, including the knotty problem of eigenvalues and eigenvectors, and how to use these to solve problems. Finally we look at how to use these to do fun things with datasets - like how to rotate images of faces and how to extract eigenvectors to look at how the Pagerank algorithm works. Since we're aiming at data-driven applications, we'll be implementing some of these ideas in code, not just on pencil and paper. Towards the end of the course, you'll write code blocks and encounter Jupyter notebooks in Python, but don't worry, these will be quite short, focussed on the concepts, and will guide you through if you’ve not coded before. At the end of this course you will have an intuitive understanding of vectors and matrices that will help you bridge the gap into linear algebra problems, and how to apply these concepts to machine learning....

Top reviews

NS

Dec 22, 2018

Professors teaches in so much friendly manner. This is beginner level course. Don't expect you will dive deep inside the Linear Algebra. But the foundation will become solid if you attend this course.

PL

Aug 25, 2018

Great way to learn about applied Linear Algebra. Should be fairly easy if you have any background with linear algebra, but looks at concepts through the scope of geometric application, which is fresh.

Filter by:

1826 - 1850 of 2,366 Reviews for Mathematics for Machine Learning: Linear Algebra

By Sagar

Oct 23, 2020

Mathematics is the core of machine learning. This course is best for understanding the mathematics of machine learning. The course was in-depth and intuitive. The assignments were a bit difficult for the new programmers. But overall, the theory classes were clear and understandable.

By Sydney F

Jul 26, 2019

While they explain the basic concepts of linear algebra, sometimes the programming assignments are tricky and some of the quizzes are too complicated to complete with our current knowledge. However, the course is worth taking if you want a solid math background for machine learning.

By Saurabh P

Mar 5, 2019

the lectures were very good and on point, obviously referring the prescribed textbooks will further improve one's knowledge about the subject. i really enjoyed the programming part of the assignments, which were made to help students without any prior experience of python language.

By Md. M H

Nov 1, 2018

It would be better if it pointed out the pre-requisites of this course. Besides, the submission process of Jupyter notebook doesn't work directly. These issues need to be solved. Other than these issues, the course itself is pretty informative and the instructors are well prepared.

By Nikhil G

Mar 30, 2018

Great course, offers a nice introductory base you can use to further your knowledge without having to take a full three month course on linear algebra, allows you to dig into some interesting stuff earlier on. Could have used a bit more feedback for quizzes and assignments though.

By Dyah A A

Mar 25, 2023

there is still some material that is still difficult to understand, such as material on Getting a handle on vectors, material on Types of matrix transformation, material on Solving the apples and bananas problem: Gaussian elimination, and material on Eigenvalues and Eigenvectors

By Ziyi Z

Dec 26, 2020

The lectures are easy to understand. However, the quiz is slightly harder than the course material. Especially the first quiz (it gets easier in the end). The coding part requires previous knowledge of python. Otherwise, you will be so lost in the process. Overall, great course.

By SHUVA M

Jul 22, 2020

The instructors were great. They explained the topics nicely. But this course should add more clarification of different topics in the video section. And it would be great if the instructors could add some programming examples in the videos. Then the course will be more helpful.

By Kevin E

Apr 27, 2020

The examples were relevant, and I could follow along with them on my own. The programming assignments helped to complete the understanding of the processes. I would've liked more examples to work through for practice, and to improve understanding. Otherwise, it was great.

By Switt K

Jul 8, 2020

Nice and simple to learn. You'll get intuition of what matrices do and ways to look at a matrix. However, like the instructors say, this does not include all of linear algebra.

I do believe it provides a very good gateway to reading further topics on linear algebra though.

By DAVID R M

Jul 10, 2018

The basic geometry explained by the tutor is amazing especially the dot product, determinant, etc. Although the program assignments suffices for its purpose, I would have enjoyed more if it would have been little more challenging. Overall, this course rocks on its purpose.

By Syed Z N

May 21, 2020

The last module seemed a bit hurried. More videos could have been made regarding the topics in the last module. The video on PageRank algorithm should have more illustrative examples for allowing the students to visualize. Apart from that, this was an amazing course!

By Suhas A B

Aug 5, 2021

Great course and expert instructors. Some assignments are insanely tough, did not understand the relevance of those questions to what we were taught in the lecturers. The content however is good to introduce you to the concepts and if you need a refresher course.

By MATEO G V

Jul 25, 2020

This is good course, anyway I miss a couple of things:

First, it is needed some experience in Maths, the concepts are explained by word in the videos, making some drawings. I missed some slideshows.

Secondly, it is okay if your familiar to Python's library Numpy.

By Wu X

Mar 12, 2020

The first three weeks' courses are a little too primary for me, while the last two weeks' courses bring some good insights with interesting examples. In a nutshell, this course is qualified as an introduction to the core of linear algebra and deserves a thumb-up!

By Md S H C

Jul 31, 2020

This course is good for developing some intuition regarding vectors, matrix, eigenvectors. It would be very helpful if the final week had some more video lectures explaining things a bit more. The quiz is too tough if someone only base his study on the lectures.

By Ahmed Y İ

Mar 9, 2024

some quiz were very easy to topic but some are were really hard i think there is a a little bit unbalanced questions in the course but they are effective too and i wish that i could watch or read solutions for this question because some are still complex for me

By Jean S

Aug 20, 2019

Excellent course and very practical; it's really focused on machine learning and there's the opportunity to learn some coding in Python. I would recommend it to everyone interested in machine learning. I give it 4 stars because there's always room to improve.

By Yaroslav K

Mar 2, 2020

As I person who have 2 Masters Degrees in Law and Agriculture this course sometimes was to challenging. May be it's good reminder for those who have some strong math background, but you'll need to read and watch all lot of additional material in another case.

By 04_RitikDhama

May 1, 2020

Course was very interesting but found some difficulties in the assignment section as it took almost hour to understand it. But, the course was very nice and also it help me to recollect all the mathematics part of Linear Algebra that I've studied earlier.

By Aarón M C M

Jun 5, 2019

I am a computer scientist and this course served me to refresh all that concepts and exercises that I studied at the university, I only would ask to improve of the notebook's availabilty because sometimes I got disconnected and had to start all over again.

By Akiva K S

May 30, 2020

Multiplying 2x2 matrices by hand drives me crazy! Why instructors waste precious online time on that crap? Two, three matrix multiplications by hand during the lecture is perfectly OK with me, but why to do it over and over? The same with the exercises.

By Xiaocong Y

Feb 15, 2021

Good for beginner, but relatively easy if you have backgrounds in Linear Algebra. The course focus on making you adopt intuitions of how Linear Algebra is actually working geometrically which may be interesting if you only knows how the algebra works.

By Joshua P

Jul 9, 2020

As someone with a bit of a background in linear algebra, this course is perfect in being a refresher to the said course. But unfortunately, especially for those who are completely new to the subject, the hurried explanations will leave some confused.

By Jehan T

Aug 9, 2020

Great course, especially the first 4 weeks with David Dye. Unfortunately the lecturer in the 5th week is much harder to follow, and I needed to reference some additional youtube videos outside the course to get an intuitive grasp of the concepts.