AM
16. Juli 2022
It is the Best Course for Supervised Machine Learning!
Andrew Ng Sir has been like always has such important & difficult concepts of Supervised ML with such ease and great examples, Just amazing!
JA
4. Juli 2022
Andrew Ng is the best proctor for Machine Learning. The course has been perfectly balanced with thoritical as well as practical aspects. After this course I feel so confident. From ZERO to HERO
von Stefan C
•17. Juni 2022
tldr The course is a great introduction to ML for an audience already comfortable with mathematics and Python. For what it aims to achieve, I think it does a great job. /tldr
T​he mathematics involved in the first course of this specialisation is not that difficult if you already have a solid foundation on calculus. S​ome functions used in the Optional Labs are called for you from already written python scripts (which you have access to, and can download to inspect). The first 3 weeks (and probably the rest of the course) will not teach you fundamentals on Python or mathematics or statistics, and some details regarding the choice of loss function for logistic regression were omitted. Furthermore, libraries such as scikit-learn were used to complement the material, but not explained in depth. (Granted, this course is not about Python libraries.)
A​ll in all this seems like a great introduction to ML for people already comfortable with mathematics and Python.
If you already have the foundations required (Undergrad basic calculus, Python) you can do all 3 weeks in one day fairly easily without distractions.
von Jamie H
•17. Juni 2022
Excellent content. I'm a math guy so I would have enjoyed some more in-depth theory, but that's what books are for I suppose!
I've been using Python for a long time now so understanding the code was nice and easy.
Thank you for your hard work putting this together!
von RITUL M S
•25. Juni 2022
absolutely amazing course, coding assignments are designed perfectly and the course helps in understanding the working and the math behind the algorithms which makes it so recommendable.
von Vladimir S
•28. Juni 2022
Excellent balance of theory and practice provided by exceptionally well documented and visualized examples and code in Jupyter Notebooks that one can interact with to build intuition.
von Adnan H M
•25. Juni 2022
In general, I think it was a valuable course to take. I like the way Andrew tried to conveying the ideas intuitively to make sure the students understood the methods behind the learning algorithms. However, I would've loved if there was more in-depth treatment for the Math aspects of the obtained results. Also, the assignments + Optional labs were not as engaging as I hoped. What I mean by that is, it almost required no deep thought from our side to implement the procedures. In other words, there was a lot of skeleton code that makes you "implement" the algorithms with almost no thought (which I don't think is beneficial to the student's learning experience)
von Lewis C
•25. Juni 2022
Really enjoyed the course, had a few questions by the end of it that were resolved quickly in the forums. I would implore others to use them too as they are a great resource.
von Andrea N
•18. Juni 2022
Andrew Ng is a very good professor, he explains complex concepts in a very simple way and with the help of many visualization and graphing tools. Highly recommended course!
von Lydia A
•22. Juni 2022
The course is very interesting. I have learnt a deep understanding on machine learning, now I know the difference between regression and classification.
von Alina D
•21. Juni 2022
Good, I keept working on these codes and searching for clues in videos. Good structure, reinforcment of some knowledge.
von Eric M M
•1. Aug. 2022
The best of the best. I am superglad to see the upgraded version of the legacy Machine Learning Course by the super helpful tutor, Andrew Ng, implemented in Python. Very detailed Labs, allowing plenty of practice and intruition. Luckily enough, I was already great at Python and NumPy. I hope the Labs won't be intimidating to a Python beginner.
Overall, this course deserves more than 5 stars. It is second to none, as far as my exposure to Machine Learning is concerned. Thanks Deeplearning.AI and Standford for creating such a fantastic course. I am definitely taking the remaining courses in the specialization😊
von Michelle W
•20. Juni 2022
Excellent course, it really lays the groundwork for understanding the concepts and some of the math behind it, and provides an opportunity to play with the python code in labs. This is a step up from "AI for Everybody", and a good prep for the Deep Learning Specialization. I'm a data analyst with some coding experience, prior coursework in calculus & linear algebra & basic statistics, and found this a great supplement as I'm also working through the Deep Learning Specialization.
von J R
•21. Juni 2022
Fantastic introduction to Machine Learning. The labs have been updated with widgets. You can add data points, change the polynomial order and many other changes that makes this a great way to understand how the different components of machine learning are done. Highly recommend.
von Alireza S
•19. Juni 2022
This is a great Machine Learning course for the first-time learners offered by the best in the field. IMHO, the focus of course is on learning the underlying theories of machine learning rather than short-circuiting the basic concepts to the helpers libraries developed in Python.
von Dingrui W
•26. Juli 2022
Brilliant course! I really enjoy the journey and cannot wait to start the second course. It's such a great thing to have a course like this which is made with great endeavor. And spending time and thoughts on it is even more amazing. I am so lucky to encounter this course!
von Dan C
•23. Juni 2022
Excellent course, very logical and well structured. Highly recommended to anyone interested in learning about this topic. Assignments are on the easy side but you learn a lot nonetheless.
von Vishnu
•24. Juli 2022
This was a great course to understand all the math and logic that goes behind some of the most commonly used ML algorithms. Interesting and a great start to the specialization.
von Ryan M
•25. Juni 2022
Good for beginners. If you have taken the previous online course 'Machine Learning' taught by Prof. Andrew Ng, you may find this course much easier.
von Mohammed A B
•24. Juli 2022
One of the best ML courses so far. The Course is well designed and very well presented by Andrew NG. I highly recommend it.
von Abhishek P
•20. Juni 2022
Precise explanation of the fundamentals of Machine learning techniques, using mathematical examples and python.
von 马镓浚
•7. Aug. 2022
Very friendly for beginners, a good refresher if you already had the knowledge of machine learning.
von Alexander S
•17. Juni 2022
- Amazing instructor
- Very clear and easy to understand examples
von Kahouli M
•24. Juli 2022
ilove how simple and rich this course is
von Kostas M
•5. Juli 2022
A very good introduction to Machine Learning. I would prefer some more math since this gives me more confidence in understanding, but the course is aimed to a wide audience so that's acceptable. I accompanied the course with Andrew Ng's notes on machine learning.
von Gariman S
•11. Juli 2022
Andrew sir's teaching made the course interesting and exciting. However, the course was too easy and some more mathematically oriented discussions could have been done.
von Sreeraj N R
•26. Juni 2022
a great course to understand theory of supervised machine learning. Need lectures for numpy and scikitlearn