Chevron Left
Back to Advanced Learning Algorithms

Learner Reviews & Feedback for Advanced Learning Algorithms by DeepLearning.AI

4.9
stars
6,137 ratings

About the Course

In the second course of the Machine Learning Specialization, you will: • Build and train a neural network with TensorFlow to perform multi-class classification • Apply best practices for machine learning development so that your models generalize to data and tasks in the real world • Build and use decision trees and tree ensemble methods, including random forests and boosted trees The Machine Learning Specialization is a foundational online program created in collaboration between DeepLearning.AI and Stanford Online. In this beginner-friendly program, you will learn the fundamentals of machine learning and how to use these techniques to build real-world AI applications. This Specialization is taught by Andrew Ng, an AI visionary who has led critical research at Stanford University and groundbreaking work at Google Brain, Baidu, and Landing.AI to advance the AI field. This 3-course Specialization is an updated and expanded version of Andrew’s pioneering Machine Learning course, rated 4.9 out of 5 and taken by over 4.8 million learners since it launched in 2012. It provides a broad introduction to modern machine learning, including supervised learning (multiple linear regression, logistic regression, neural networks, and decision trees), unsupervised learning (clustering, dimensionality reduction, recommender systems), and some of the best practices used in Silicon Valley for artificial intelligence and machine learning innovation (evaluating and tuning models, taking a data-centric approach to improving performance, and more.) By the end of this Specialization, you will have mastered key theoretical concepts and gained the practical know-how to quickly and powerfully apply machine learning to challenging real-world problems. If you’re looking to break into AI or build a career in machine learning, the new Machine Learning Specialization is the best place to start....

Top reviews

DG

Invalid date

Extremely educational with great examples. Helpful to know Python beforehand or the syntax will become a time sync, and understanding the mathematics as going through the class makes it a decent pace.

AD

Invalid date

Great course got to learn a lot of under-the-hood working of various machine learning algorithms. I would surely recommend ML enthusiasts to enroll in this course to upskill yourself.

Filter by:

1 - 25 of 989 Reviews for Advanced Learning Algorithms

By Yuriy G

•

Jul 1, 2022

Slightly disappointed with the assignments to be honest, most of them are too easy to solve, and moreover can be just copypasted from the hints.

Great theory which lacks some demanding practice tasks.

By Changlin F

•

Jun 22, 2022

Seems lacking some mathematical details like how to calculate Backpropagation this time

By Mohamed N M

•

Jun 23, 2022

Excellent course, although it would have been good to talk more about backward propagation, after finishing this course this is the only point that is left unclear in my mind.

By Sawyer A

•

Jul 20, 2022

Just as in the other courses in the specialization, this provides solid conceptual overview, but: 1) too little conceptual practice (the quizzes are short and inanely easy) 2) too confusing labs (for someone with plenty of JS, particularly web-related, but no prior python/data-science experience, I struggled to understand how the data structures were being manipulated and to intuit what the helper functions were asking me to do, and plenty of numpy/python errors that I had to interrogate for too long, distracting from the core concept. On the latter point, I laud their attempt to scaffold with hints, but this needs revision).

By Amir K Z

•

Jul 29, 2022

I was really hoping more detailes on xgboost and unfortunately the course level was very elementary

By Randall B

•

Jul 28, 2022

I finished this course with 3 weeks left in my monthly subscription, only to find out the 3rd course wouldn't be available until the day my subscription ended. I essentially paid for a specialization that didn't exist at the time of my purchase.

By stephane d

•

Jul 9, 2022

Great course! and according to me, the ML roadmap that best matches the one I thought to approach the ML topic based on all my experiences. So I recommend this course of Andrew to everyone.

By Raktim M

•

Jun 28, 2022

The content is excellent but some more emphasis must be given on the discussion of the codes in the Jupyter Notebooks otherwise it'll become less appealing to the once who don't have a good grasp over Python.

By Billy V

•

Jul 28, 2022

Enjoyed thoroughly the course. The mathematics concepts we’re well explained through exercises that help us visualize the concept behind each equation. The exercises were well thought out to help the student bridge theory to practical coding. People not familiar with mathematical coding will start to understand the pattern behind and be self-sufficient. Thank you for building this wonderful course.

By Gariman S

•

Jul 15, 2022

This was one of the best courses I have ever experienced. There was a subtle beauty in the course's planning and Dr Andrew's teaching. The effort Andrew sir made in his teaching was quite evident, and there was a remarkable balance in the difficulty of the course - no matter whether you are a beginner or experienced with Machine learning, you will enjoy this course!

By phang y s

•

Jul 5, 2022

A very beginner friendly course that has great explaination on the topic. The programming assignments are really simple and I hope to see harder assignments in course 3 which would allow us to put everything we learn into practice

By Sai G M

•

Aug 6, 2022

The course was fantastic! I really enjoyed every part, every video, every quiz, every optional lab, every assignment of the course. It was a pretty memorable ride to have come this far.

By Radu W

•

Aug 11, 2022

Nicely presented, however the assignement and the material was too basic.

I would have liked a more rigurous introduction to the subject, that being said I feel I did get something out of this course.

By Eric T

•

Aug 14, 2022

There are way too many errors on the video's subtitles - not grammatical mistakes, but words completely out of context or even incorrect formulas.

By gabriele g

•

Jan 16, 2024

The course expands the subject of machine learning in an appropriate and interesting way. Unfortunately, the quality of the downloadable material is insufficient, as the course describes multiple graphs and equations with numerous superscripts and subscripts, but unfortunately it is not possible to download the material in the slides, so as the complexity increases it becomes very difficult and stressful to take notes. This results in passive listening to the video, which certainly has a negative effect on real learning. Finally, each exercise contains the solution and it is therefore possible to pass the course passively without having learnt anything.

By Abdullah M

•

Aug 25, 2022

One of the best explanations of the backend of most advanced ML algorithms. The instructor is the best of the best. Learning new and Advanced Algorithms surely helps you to understand the newer technology and help your hunt down a good job in your future. Thanks to Coursera, Stanford, Deep Learning.AI and Andrew Ng for this very special course and for all of your hard work in making this course go smooth and easy to understand.

By Vikas S

•

Jul 3, 2024

It is a great course. Only one issue is that the lab assignments don't require much effort (are kind of feel happy problems) which is not good for learning. I didn't bother to check the details of assignments as that was not necessary for writing the code and pass. The assignments should test all the stages of making a ML project, right from data collection, feature engineering, training, validation, etc. Thanks!

By Usama A

•

Jul 18, 2022

Amazing, the explaination of the neural netowrks part is amazing wtih very good examples.

The Bias and Variance and the error analyis parts are very good.

I loved giving an idea about more advanced implementations like transfer learning and ensemble learning.

By Alavoine N

•

Aug 21, 2022

Really good introduction to machine learning notions and algorithms such as neural network and decision tree, with many informatives details about how to improve them and examples of implementation.

By Ovu S

•

Aug 3, 2022

excellent course, for me it's the best online course you can see anywhere

By Deleted A

•

Feb 14, 2024

Interesting content! I feel like I'm learning a lot, and I appreciate Dr. Ng's friendly, straightforward explanations. I wish there were more hands-on programming practice; the practice labs etc. often feel like most of the code is written for me and I'm just filling in a line or two. Most of the learning feels like a "sit and get" format rather than a hands-on experience, which makes me nervous about how much knowledge I'll retain and be able to transfer. I also think it's odd that, after introducing vectorization in the first course, the labs consistently seem to push us to write implementations using loops. That concern aside, I am thoroughly enjoying these courses and find them extremely helpful and approachable.

By Tiddo L

•

Oct 1, 2022

Good introductionary course to advanced learning algorithms.

Main point of feedback: the course did not address in anyway how to actually desigining neural networks, i.e choosing layer size, number of layers, etc. I thought this was a bit odd, since this is a rather fundamental part of NNs. Now that I've finished the course, I'm still not able to build my own NNs from scratch, since I don't know how to choose my layers. I hope further courses will address this, but I think this should've been addressed in this course already.

By Chad G

•

Jan 10, 2024

Good exposure to ML concepts but the labs were a little too easy. I think if they ever redesigned the course they should give the student the option of coding the algorithms from scratch.

By basil a

•

Feb 7, 2024

I think it gets a little messy at the end but aside from that it is a very great course that I would highly speak of an recommend to anyone considering a similar path

By Eric H

•

May 17, 2023

The quizzes and labs are too easy to be of value, with many of the quiz answers literally being written in the image displayed above the question, and labs basically just require you to translate a specific equation into Python.

There isn't really a way to tell if I understand the content or not, I recommend you do not pay for this course.