AM
Oct 8, 2019
I really enjoyed this course. Many details are given here that are crucial to gain experience and tips on things that looks easy at first sight but are important for a faster ML project implementation
XG
Oct 30, 2017
Thank you Andrew!! I know start to use Tensorflow, however, this tool is not well for a research goal. Maybe, pytorch could be considered in the future!! And let us know how to use pytorch in Windows.
By Mathieu B
•Jul 11, 2020
For a person, who know a little on deep learning, I learned lots of things or, at least, got a clearer view on many concepts. A little reproach on the notation system : question on quizz sometimes might not be very clear for me - and the flaws of the grader on the assignments.
By Shan P S
•Dec 8, 2018
A very good course for taking understanding of Deep learning one level above the basics. The course is theoretical, but the team has done their best to make it as much hands-on as possible.
I did face some intermittent platform issues with saving and submitting my assignments.
By Ramprakash V
•Aug 3, 2020
Helps to have a structured approach towards tuning the hyperparameters rather than randomly doing. Also the course also helps understanding why such tuning is necessary and what improvements are being made in the model. Useful course but not suitable for beginners in ML/DL.
By Vasilii D
•Dec 23, 2019
Material is awesome like all courses professor Andrew does. But (a) programming assignments are in style 'fill a couple of lines in 90% ready code' instead of end-to-end developing with guidelines and (b) there are a lot of mistakes in subtitles, assignments and even videos
By Matt G
•Apr 22, 2022
The theory was good, but I think jumping to tensorflow at the end wasn't a logical, progressive step forward. They should have solidified the concepts more thoroughly, rather than jumping to the Tensorflow API. One would really want to have Tensor flow in a separate MOOC.
By Varun K M
•May 19, 2020
A lot of content was repeated from the Machine Learning course by Andrew Ng on Coursera. Also, more on TensorFlow and other frameworks implementation would be interesting to learn. But at the end of the day, I did learn a lot of interesting aspects of deep neural networks.
By Maciej B
•Aug 22, 2017
Course is very good especially when revealing "secrets" of various optimization techniques. Once again programming excercise is rather easy to pass as you are guided step by step so there is no space for serious mistakes. More "open" excercises/chalenges would be desirable
By Ruchita R B
•Jul 20, 2020
This one took a little longer than usual to complete, It took more willpower to come back to it and continue in the course. It seemed harder, or explained lesser than the first course. Nevertheless, after spending extra time on it, Ive finally completed it. Thanks Andrew!
By Thitipon S
•Dec 11, 2018
Parameters tuning is ok to follow, it would be easier if you have numerical methods basics. But Tensorflow is not easy to deal with. Maybe it need a separated course. I will get through to programming assignment again to understand it clearly with tensorflow manual pages.
By Jiachang L
•Jun 19, 2018
The second class on machine learning is still very informative. However, it's very hands-on and teaches me mainly how to tune learning algorithms to run faster. Hence, it's not very intellectually stimulating. Nonetheless, this is still a very educational course overall!.
By Iliyan N
•Jul 12, 2020
The course is great. Andrew is one of the best tutors one could get.
The only reason I rate it with 4 stars is that the TF assignment is not updated to TF2. TF 2.0 with Keras really is a state-of-the-art framework and imho there is not much value in learning TF1 anymore.
By Robbin R
•Feb 10, 2018
Great sequel to Neural Networks and Deep Learning. Relatively short course and the most relevant topics in Deep Learning are reviewed. You also practice with TensorFlow, a well-establish Neural Network programming framework that is widely used in academia and industry.
By Richard J B
•Oct 28, 2017
This course had more of a getting-into-the-weeds feel to it, without as much of the broader conceptualizations that the first course had. I also submitted several queries in the forums without getting feedback. Still good, but I hope the following courses are better.
By Chen Y
•Sep 5, 2017
Overall, this course includes many useful techniques of how to further improve the basic DNN. Just one minor point imo that the tutorial on TensorFlow may need to go deeper for those techniques mentioned previously in this course, for instance implementing batch norm.
By Asad A
•Aug 17, 2019
Great videos but wish there were more per-lesson exercises that were there in Course#1 for this track. Also, the transition to TensorFlow was quite abrupt as the key concepts that TF uses are completely new and don't easily borrow from the much cleaner Numpy concepts
By Laurence G
•Aug 11, 2019
Decent intro to tuning neural networks. I felt the parts on normalization and regularization could have gone into more detail, but perhaps the math was deemed too complicated. Labs are ok, but still a bit buggy despite errors being reported in the forums a while ago.
By CJ
•Apr 7, 2020
This is another great introductory level course. Andrew covers a lot of very practical concepts. This course also builds well on the previous course in the specialization. The only reason I gave 4 stars rather than 5 was that the programing exercise still uses TF 1.
By Bharath C
•Jul 2, 2019
A good theoretical explanation and good working assignments that impart basic understanding of different optimization methods, hypertuning methods and tensorflow framework. But, some mistakes in the tensorflow assignment in the script itself, needs to be rectified.
By Joe G
•Nov 5, 2017
Andrew Ng presents a very organized course; I would have enjoyed actually iterating on hyper parameters to find the optimal set. Also, there are probably other optimization approaches that would enable simultaneous searching for an optimal collection of parameters.
By Sawyer S
•Oct 1, 2018
Overall, very clear teaching from the Great Mr NG, only concern is that the markdowns in the assignment three coding assignments have some mis-aligned expected output from what is actually expected, so there is some confusion. Except that, all is great. Thank you.
By Rohini J
•Apr 15, 2018
It was very helpful to learnt batch normalization, regularization and tensorflow. It definitely needs a lot of self study to learn about these topics for people who are not familiar. Some mathematical resources like links to pdfs and videos would be extra helpful.
By Jean-Michel C
•Aug 5, 2018
I believe we should extend this course for another week to properly cover TensorFlow. We end up copy / pasting code in the assignment without fully understanding the entire code. Otherwise, the quality of the course is always good, thanks to Andrew :-)
Thank you!
By Francisco J R A
•Sep 20, 2017
Super interesting course where you'll have to come back a few more times because of the density of the theory. It's overwhelming the amount of hyperparameters you need to tune, but it also makes it challenging and less boring to set up neural networks and models
By Gary S
•Sep 13, 2017
There are a few errors in the programming assignments, which caused some confusion. Finding these errors was a useful exercise, but it would obviously be better to have a debugging problem or two rather than errors in the problem hints or expected results. :)
By Dan B
•Jul 4, 2018
The lectures are great - but the Jupyter notebook assignments are hell, as they they crash frequently and most of the time spent on the assignments is invested in dealing with the notebook instead of the exercise. (The content of the exercises is great though)