FA
May 24, 2023
The course was extremely beginner friendly and easy to follow, loved the curriculum, learned a lot about various ML algorithms like linear, and logistic regression, and was a great overall experience.
AD
Nov 23, 2022
Amazingly delivered course! Very impressed. The concepts are communicated very clearly and concisely, making the course content very accessible to those without a maths or computer science background.
By Naeem S C
•Nov 6, 2022
The Course sheds light on the two machine learning algorithms: Linear Regression and Logistic Regression. It covers the overall intuition and the algorithms quite clearly. Some maths is also covered. The programming assignments and optional labs are quite helpful in experiencing the machine learning algorithm in practice. The course is for intermediate learning who have a basic know-how of linear algebra, calculus, plots, python programming, python libraries and data handling.
By Dhruv K
•Mar 13, 2023
It is an amazing course if it's your first time entering into amazing world of machine learning. This course has lots of knowledge to give which is perfect for beginners. One thing that It lacks is, practical knowledge. The lack of more assignments is where it lacks. Yes, it has optional labs but you have to figure lot of things by yourself in that lab if you are a beginner. Overall, It's a great course and I want to thank Andrew Ng and Stanford Online for this course.
By Pranjal P
•Mar 4, 2024
The present course content is relatively relaxed, i.e. whatever is covered in lecture videos is directly asked in the assignments and labs, which makes it a bit boring. A humble suggestion is to make the course content challenging and include brainstorming assignments and some questions requiring deep thinking and concise concept clarity. But honestly, a lot of effort has been put in, be it interactive simulations in optional labs or lucid explanations.
By Daniel M
•Oct 22, 2023
The course in general has been great! I think it covers perfectly the main topics and skills of supervised machine learning. Nevertheless, I find the practical exercises maybe to easy to accomplish even without properly understand what your are doing. Maybe as a final project would be interesting to propose a less guided exercise. But congratulations! It is a great course, really useful to have a taste on this wonderful world that is Machine Learning!
By Diwakar J
•Nov 26, 2023
NOT EVERYBODY CLEARLY UNDERSTAND WHAT THE CODE SAYS. THERE IS NO VERBAL EXPLANATION OF CODES, IT WOULD BE BETTER IF VERBAL EXPLANATION OF CODES WAS AVAILABLE. BUT NONETHELESS I THINK THIS IS THE BEST COURSE I HAVE TAKEN ON SUPERVISED LEARNING. EXPLANATION OF THINGS ARE REALLY TAKEN INTO CONSIDERATION AND BEST POSSIBLE EXPLANATION IS PROVIDED. I HOPE THEY ALSO LOOK DEEPER INTO SUPERVSIED LEARNING AND VERBAL EXPLANATION OF CODES.
By SHASHANK Y
•Jul 27, 2024
the course was good I learned a lot in that course specially I like the fact that I am not writing just an one line scikit function I am writing whole blocks of codes my self which boost my confidence and motivation the statistical part coding and math part was all good and explained well sir andrew ng I thank you deeplearning.ai to give me financial aid for this it means a lot to me again thank you
By Toufiq A
•Apr 15, 2023
The course design is so excellent and I really enjoyed the course. However, I gave it 4 stars because I would really appreciate it if there are some information about the real-life use of this. I am the kind of student looking for some real-life implementation to understand the course more efficiently. Overall, thank you so much to the team and Teacher Andrew Ng for the kind guidance. Best of luck.
By George T
•Sep 26, 2024
This is not your hello world course. You definitely should have the math background to understand what's happening. Andrew does a fantastic job explaining the motivation behind the mathematics. I got back to my engineering studies and it all came back to me but Andrew's explanation of 'what' the equations are indicating and how they're layered to solve real world problems was the enlightenment.
By Axl A M
•Jun 10, 2023
This gave me a really good overview of how to solve Linear Regression and Classification problems. I learned a lot about prominent Python-based machine learning tool-kits, applications and libraries. It comes with some extremely valuable insights from one of the AI field's experts. Being an introduction, this course does, from time to time, skip the specifics. I thoroughly enjoyed it.
By Đorđe I
•Jul 3, 2022
The course is great regarding content and explanations. On the other hand, it could have more practice tasks that one should do on their own to better understand the topic and grasp knowledge in the field. In the last practice task in the section for user's input, there is a suggestion to use inefficient code without vectorization which is in ML crucial as professor Ng mentioned.
By Abdulrahman T
•Jun 14, 2023
The content covered is interesting and explained thoroughly and in a very clear fashion however I find the practice labs a bit underwhelming, they have too much assistance and also the pre-existing guiding code can lead to avoiding vectorized code which supports slower algorithms, I feel like this course could have better practice so as to be easier to apply in other applications
By Vuk L
•Jun 24, 2022
Andrew Ng surpased himself as far as his teaching skills. I am amazed by quality of his lectures and the way he explains things. However I found that quizes were to too easy. One should just pay attention to what was said during lectures and 100% grade is guaranteed. That's why I'm giving 4.0, although I think 4.5 would be more appropriate. All in all - great first course!
By Sahan M
•Jul 8, 2023
It was a great course for introduction to Machine Learning. I enjoyed the course very much. One thing I would like to add is there should be an exercise to write full code, because that would enable us to understand better what variables to take and what algorithm we should follow without any existing template and all. Otherwise I liked this course very much
By Naveen D
•Apr 5, 2023
The content was good, but I think the quizzes and assignments weren't designed focusing the development of intuition and a deeper understanding of the content. The same goes for the optional labs. I would say to take some inspiration from the courses offered by Imperial college. But overall the topics were covered in depth and effectively by the instructor.
By Yasir N
•Aug 9, 2022
Great Intro to ML. I did not find it challenging enough or offering extra info that we can study on our own (like generalised linear models). It also doesn't mention that there are other parameter optimisation algorithms other than gradient descent. Overall a very beginner friendly course, but left me wanting for more, which isn't exactly bad I guess ;)
By sai g v
•Jul 10, 2023
I appreciate the example-driven approach toward these complex topics. One thing I feel missing is the practical sessions on the coding part, although the coding part is provided in the optional labs times it feels a bit confusing and requires some further explanation on it. An overall, very useful course for those who are looking for the fundamentals .
By Mohamed M
•Aug 21, 2022
The code need to be explained because there are many functions student doesn't know. I searched and knew these functions but sometimes I couldn't understand why we used this fun while there is another one can do the same. and many things wasn't clear to me in the optional labs.
But the videos were excellent and I recommened the course to my friends.
By Mohamed k a
•Aug 21, 2022
The course was very helpfull and the instructor made the course very easy to understand ,I wish i could thank him in person .But, the challenge was in the jupyter labs it was hard to understand the skills in visualizing the data given and the codes was tricky hope to see more videos of coding in the future.
Thank you coursera.
Thank you sir\Andrew.
By Syed G A
•Sep 1, 2024
Some classes are not understandable. Please add a contact form or something similar to reach out for guidance and clarification. One more thing: I think this course is designed for someone who already knows calculus and algebra, which is why it is very difficult to understand the classes. Overall, I learned a lot, but with the help of GPT :D
By alireza h
•Aug 29, 2024
Andrew's explanation of the different aspects of ML is excellent. The only thing I think could make the course even better is if the optional labs were replaced with tasks based on real-world ML problems and scenarios, and if there were more focus on using libraries and tools that are commonly used in development and production environments.
By Saurish S
•May 28, 2023
The content is very-well explained. I would have liked the practice labs to be a little more difficult. The labs fill up almost all of the code and leave very little to be done by the student, so the labs were not sufficient for me to get a good grasp of the coding skills required to INDEPENDENTLY write code for my own ML projects if any.
By Souvik M
•Dec 11, 2023
Overall good starter courser, but have been good have a little more videos on using the scikit-learn library. Also an exercise is needed where one implements the entire regression solution from identifying variables, creating cost function and the gradient descent. Doing everything from ground up, even if it is for a small training set.
By Varun S T
•Apr 15, 2023
The course was very good. Well-structured and the concepts were made simple enough to understand. The only drawback was the minimal use of libraries such as Sci-kit learn in practice labs and assessments. However, will definitely recommend to people who are interested in understanding core concepts behind Regression and Classification
By NAVJEET S
•Sep 4, 2023
A very good course to understand Regression and Classification. However its just about the introduction of it. Would have been great if the talk on Mathematics of Regression possibly from R-squared, SSR and such things could also have been there. Same goes for Logisitic regression such as Accuracy, Precision..etc. Good for beginners.
By Mark Q
•Jul 9, 2023
Very good overview, although as a mathematician I found the lack of rigour in the analysis 'disturbing'. It's a bit frightening to think of hordes of people (or, worse, machines themselves...) using tools like this to reach potentially incorrect conclusions without a clear appreciation of the limits of the techniques they are using.