AD
23 de nov. de 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.
JM
21 de sep. de 2022
Specacular course to learn the basics of ML. I was able to do it thanks to finnancial aid and I'm very grateful because this was really a great oportunity to learn. Looking forward to the next courses
por Stefan C
•17 de jun. de 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
The mathematics involved in the first course of this specialisation is not that difficult if you already have a solid foundation on calculus. Some 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.)
All 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.
por Adnan H
•25 de jun. de 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)
por Muhammad H P
•11 de sep. de 2022
It's completely fine. I have learned a lots of thing in this first course of specialization. Thanks to courseera for giving such a good and fine course on financial aid. I am very thankful to them.
por Jamie H
•17 de jun. de 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!
por MING J L
•16 de ago. de 2022
The explanation is clear, and all of the source codes provided in each jupyter notebook show a clear visualisation of how well the model learns or fits into the data when a parameter changes.
por Kyaw N W
•28 de jul. de 2022
I started with onld ML course last year, completed successfuly but did not purchase the certificate. As I am more familiar with python than Octave, this new course make thing clearer for me.
por Vladimir S
•28 de jun. de 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.
por Sascha H
•7 de jul. de 2022
The quizes are too straight forward and simple. The code exercise too short as well.
Also disappointed that vectorisation is introduced but cost and loss functions are still calculated in for loops.
por Korrapat Y
•9 de sep. de 2022
Professor Andrew can explain complex knowledge clearly. The Python lab can help learner to understand algorithm. The course is more valuable. I am excited to learn the next course for advanced ML.
por Rathan k
•10 de oct. de 2022
This course is helped me a lot . I gained some skills related to the supervised learning .this skills i learned in this course is very helpful to my future projects , thank u coursera and andrew ng
por ARNAV M
•17 de jul. de 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!
por Javed A
•5 de jul. de 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
por RITUL M S
•25 de jun. de 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.
por Sreeraj N R
•26 de jun. de 2022
a great course to understand theory of supervised machine learning. Need lectures for numpy and scikitlearn
por Lucia D
•22 de jul. de 2022
I have just finished the old machine learning course, and I'm doing this because I'm learning python/numpy/matplotlib. I thought the question during the course and quizzes insulted my intelligence. The material is great, but you need to improve the simple questions and quizzes. The first programming assignment was too easy, the second programming assignment was at a fair level. I still think more should be left to the student to do.
por Kaimu E
•1 de ago. de 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😊
por Yemi D
•3 de oct. de 2022
Excellent course. Intended as a refresher, and had a better understanding of feauture engineering, scaling, and logistic regression. Good hands on labs were very practical, engaging and rewarding.
por Lewis C
•25 de jun. de 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.
por Andrea N
•18 de jun. de 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!
por Lydia A
•22 de jun. de 2022
The course is very interesting. I have learnt a deep understanding on machine learning, now I know the difference between regression and classification.
por Alina D
•21 de jun. de 2022
Good, I keept working on these codes and searching for clues in videos. Good structure, reinforcment of some knowledge.
por Yusuf A K
•20 de ago. de 2022
if labs were optional then why are there compulsory coding assignments, labs must not be optional, instead make us type code step by step, like MATLAB onramp courses.
por Hamilton E
•11 de ago. de 2022
Too much theory and very few practice.
por Michelle W
•20 de jun. de 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.
por JR
•21 de jun. de 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.