AS
Apr 18, 2020
Very good course to give you deep insight about how to enhance your algorithm and neural network and improve its accuracy. Also teaches you Tensorflow. Highly recommend especially after the 1st course
HD
Dec 5, 2019
I enjoyed it, it is really helpful, id like to have the oportunity to implement all these deeply in a real example.
the only thing i didn't have completely clear is the barch norm, it is so confuse
By Rahul Y
•Nov 18, 2018
I really like the practical aspects of the course where although there is a focus on teaching the fundamentals, there is also a good focus on teaching the latest frameworks to apply the knowledge of the learnt concepts more efficiently.
By stewart n
•Feb 24, 2018
Excellent practical advice on running NNs. The lectures teach the subject matter in a lucid and intuitive way. The course ends with a TemperFlow exercise that shows how to implement NNs at a higher level than peviously shown with numpy.
By Alejandro M
•Nov 12, 2017
Great material. Short, precise videos.
It would be great if you propose projects to work on outside the course, in order to learn more about the topics. Just like ideas where we could apply what we have learned and a seed to build upon.
By Jagdeep S
•Oct 29, 2017
Loved the programming assignments. After learning Tensor flow in this course, I learnt about Keras on my own. It made model building very easy, but without understanding the basics, going straight to Keras would make a person dangerous.
By Carlson O
•Oct 1, 2017
Again, the course was great. Covering a large spectrum of deep neural net adaptations and configurations of its hyperparameters give me a better understanding and tips with how to best use this deep learning technology. Congratulations!
By George M
•May 15, 2021
Very good and interesting course!
Programming assignments were a bit easy, but it does not bother me as this is not an "introduction to programming" course. The point is to get the basic ideas of programming these kinds of applications.
By Hemanth R
•Aug 19, 2020
Absolutely loved the course. have learnt the basic pillars of Neural Networks and DNN. Andrew has clearly explained the diagnosis of a problem and identify bias and variance. then Regularisation techniques, Optimisation algorithms etc.
By Gaetano S
•May 5, 2020
Thanks to this course I finally learned to optimize a neural network through the tuning of parameters and hyperparameters. And then I finally had my first experience with Tensorflow.
Absolutely recommended. Andrew never disappoints me.
By Thomas L
•Oct 8, 2019
I can't emphasize how much I enjoyed this course. The course material is clear, structured and well laid out and each concept builds on the previous with repeated emphasis on key walk away points. Can't wait to start the next course :)
By Ali S
•Mar 19, 2019
This is a great course like other ones in this specialization. I learned from this course why we need regularization, how to do them exactly, what are the rules-of-thumb for setting hyperparameters, and how to find them systematically.
By Parth D
•Feb 20, 2020
After learning neural network and deep learning it is important to learn improving networks.This course gives idea to improve your network.Only knowing how to build a neural net is not okay you should also know to improve the network.
By Sriram G
•Jun 24, 2018
Had a lot of confusions on why and how to tune hyper parameters. Got a good amount of knowledge in Mini batch, batch normalization, momentum, Adam and RMS prop. Will surely be useful when I tune hyper parameters in my future projects.
By Scott G
•Feb 17, 2018
Great course. It was a little short, but covered the necessary parts of hyperparameter tuning. I also liked how the last homework was done using TensorFlow and how the courses in the specialization build upon the preceding lectures.
By Zhan S
•Oct 26, 2017
Teaches "what it is" and "how to do it". Clear steps, easy to follow. It would be great if you can also teach "why it is like this", or say, why is regularization valid, what is the theoretical justification behind regularization etc.
By Tarry S
•Oct 6, 2017
Excellently taught by Andrew Ng. While the field of Deep Learning and AI continues to evolve rapidly, Andrew maintains calm and explains the core and relevant aspects needed to succeed in this course and hopefully also in your career.
By Prakhar P
•Jun 22, 2021
I learned a lot of techniques which I can apply in improving my deep learning projects. Very happy to have selected this specialization course. Andrew Ng's style of teaching and imparting a complex topic with examples is unmatchable.
By Derick N T
•Oct 2, 2020
Very clear and concise explanations. The advice from the instructor's personal experience is particularly exciting. It provides guidance and assures you that you are on the right part. This course is great to help develop intuitions.
By Tommi J
•Jul 14, 2020
Another great course which is an essential companion to the first course so that you know different techniques for improving and troubleshooting your neural networks. The 3rd week exercise also contains a nice tutorial to TensorFlow!
By Sowmya A
•Sep 19, 2019
As with the first course of this specialization, Professor takes one step at a time building/ explaining things. He explains even minor details, so it very easy to understand. Also the assignments are very useful to learn the topics.
By Hardik G
•Apr 1, 2021
Very important course in the path of specializing in deep neural network. The working of optimization and Regularization algorithms help you understand the way to improve the deep neural network thorough tuning the hyper parameters.
By Shrikant A
•Jan 5, 2020
It has been a very helpful course for me. I got a proper intuition behind the hyperparameter tuning because of this course. Professor Andrew Ng's pedagogy and coursework design is just perfect and i really enjoyed learning from him.
By Omar A
•Oct 15, 2019
Very Important topic in ML projects. The course gives the intuition for parameters of neural networks and how to choose them. Although slow pace with only a rough idea about each parameter but It is highly recommended for beginners.
By Malena M
•Jan 6, 2018
Excellent course. Andrew Ng is an excellent instructor, providing very intuitive explanations to very complex models, and very useful applied advice. Makes the course super accessible to anyone with a basic background in statistics.
By said o
•Jul 30, 2020
Awesome course as always ! It is very nice to have a very experienced deep learning practitioner showing you step by step how to build your own models and sharing many tips, intuitions and practices in a such a fluid and clear way.
By ONKAR S
•Apr 30, 2020
Best course from deep learning ai i have learn regularization , different optimization algorithm like rms_prop, momentum and Adam also lean what is deep leaning framewrok and also use one of them in assignment of week 3 of coursera