Chevron Left
Back to Improving Deep Neural Networks: Hyperparameter Tuning, Regularization and Optimization

Learner Reviews & Feedback for Improving Deep Neural Networks: Hyperparameter Tuning, Regularization and Optimization by DeepLearning.AI

4.9
stars
63,068 ratings

About the Course

In the second course of the Deep Learning Specialization, you will open the deep learning black box to understand the processes that drive performance and generate good results systematically. By the end, you will learn the best practices to train and develop test sets and analyze bias/variance for building deep learning applications; be able to use standard neural network techniques such as initialization, L2 and dropout regularization, hyperparameter tuning, batch normalization, and gradient checking; implement and apply a variety of optimization algorithms, such as mini-batch gradient descent, Momentum, RMSprop and Adam, and check for their convergence; and implement a neural network in TensorFlow. The Deep Learning Specialization is our foundational program that will help you understand the capabilities, challenges, and consequences of deep learning and prepare you to participate in the development of leading-edge AI technology. It provides a pathway for you to gain the knowledge and skills to apply machine learning to your work, level up your technical career, and take the definitive step in the world of AI....

Top reviews

YL

Invalid date

very useful course, especially the last tensorflow assignment. the only reason i gave 4 stars is due to the lack of practice on batchnorm, which i believe is one of the most usefule techniques lately.

NC

Invalid date

Yet another excellent course by Professor Ng! Really helped me gain a detailed understanding of optimization techniques such as RMSprop and Adam, as well as the inner workings of batch normalization.

Filter by:

6326 - 6350 of 7,238 Reviews for Improving Deep Neural Networks: Hyperparameter Tuning, Regularization and Optimization

By C. I

•

Aug 31, 2017

Good material. The exercises are a little bit easy. The worst part is that after the last assignment, the certificate is done immediately and you don't have a chance to correct any errors.

By Miro A

•

Jan 27, 2019

Excellent lectures, well prepared, very good examples, great teacher.

I would happily give it 5 stars, if not the constant issues with Coursera infrastructure, crashing notebooks/kernels.

By Anthony K

•

Nov 8, 2018

The course is very interesting and fairly well laid out but some simple typos can cause some confusion and they have been there for a long time based on some info in the discussion forums

By Sandeep P

•

Jun 24, 2018

Nice course. Great introduction to hyper parameters in neural networks and also nice assignment on tensorflow. It would have been even better if they introduced tensorflow in more detail!

By ZW

•

Sep 2, 2018

Good material and some very nice practical tips. A few typos here and there in the course material made it difficult at times to debug the code, which is the reason for docking one star.

By Dany J

•

Nov 10, 2017

Good covering of many implementation aspects of neural networks. I find the practical exercises to lean on the tedious side while not bringing a tremendous amount of learning themselves.

By Jose L M

•

Sep 14, 2018

It was somewhat frustrating to spend so much time coding raw python, just to discover that TF can do all of that with one-liners. Nevertheless it was valuable to learn the nitty-gritty.

By Akhtar H

•

Jan 21, 2021

Nice explanation of Tensor flow. Hyperparameter tuning was explained in easy and robust way. Programming Assignment is tricky but forum comments helped a lot in resolving the problem.

By Aditya L

•

Aug 8, 2020

Some extra information on various optimization algorithms will be good. Moreover, if there are links to some of the research papers and resources to dive into, it will help out a lot.

By Tilman H

•

May 10, 2020

Excellent course, but I did not learn many new things (some just from a different angle). Maybe the course description should be updated to be more specific about the target audience.

By Darvoftw

•

Jul 7, 2019

Some very interesting material for beginners. At times it feels like concepts are being repeated over and over again, but there is enough new concepts to keep it worthwhile to repeat.

By Wahyu G

•

Mar 10, 2018

Not so much different with the materials in the Machine Learning course from Prof. Andrew Ng itself. If you don't have the time to finish the ML course, then you should take this one.

By Shawn E

•

Dec 19, 2022

Great content but there are major problems with the final assignment. The one-hot encoding function tests force the output tensor dims to be different than what a later cell expects.

By Md. A J

•

Sep 29, 2020

The mathematical explanations were very good. But the coding task is always left to do at once. If it can be set after the corresponding videos as a module it would be great I think.

By Alejandro N

•

Sep 8, 2020

It is an excellent course. The only weird thing it is that it uses Tensorflow 1 instead of 2. I get it why is it done, but perhaps it would have been more useful to keep using numpy.

By Jorge L M B

•

Jun 24, 2020

Awesome material, and everything is well explained. I would've liked that the programming exercises were a little more challenging, though going through the code shines a nice light.

By Vishnupriya V

•

Jun 22, 2019

As always Andrew Ng's clearly explains all the concepts along with practical programs. I would strongly recommend doing this course for a good solid understanding of neural networks.

By Ivan

•

Mar 14, 2019

While video lectures are very well explain subject matter, practical assignments are pretty frustrating since most of the time you will be battling jupyter notebook and auto grader.

By Alejandro E

•

Feb 19, 2018

Very good course, although it'd be awesome if Andrew went over the backprop associated with Batch Normalization and perhaps a programming example of using Batch norm on my test set.

By Emre E

•

Oct 9, 2020

I loved the course but the tensorflow implementation was a bit weak, it passed in just 15 min video. I recommend this course but as i told before tensorflow migration is a problem.

By Jeroen V

•

Nov 14, 2018

The graded functions could be a bit more free form, forcing you to think more about it. I sometimes feel that I'm more solving the "template", than I am thinking about neural nets.

By Tibor S

•

Aug 6, 2018

Personally, I would like to have more programming exercises on the things that are taught (Hyperparameter tuning, Regularization) in order to compare how different techniques work.

By Andrew R

•

Apr 20, 2018

Just enough explanation of material to get started on using DNNs for my own tasks. Assignments are easy, though provide good explanation of what is occurring in each line of code.

By Ugo G N

•

Oct 10, 2017

It's okay. It's get a bit hairy with all the notation and varied intuition, but it follows suit and is not impossible to understand! Thank you Dr. Ng, I look forward to more.

Ugo

By Francisco F

•

Sep 24, 2022

The course videos are very well organized and easy to understand. I would like to see more coding exercises, and a little more in-depth explanation of the Tensorflow/Keras API.