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
62,857 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

NA

Jan 13, 2020

After completion of this course I know which values to look at if my ML model is not performing up to the task. It is a detailed but not too complicated course to understand the parameters used by ML.

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

Filter by:

6101 - 6125 of 7,218 Reviews for Improving Deep Neural Networks: Hyperparameter Tuning, Regularization and Optimization

By Satyam k

•

Aug 18, 2020

This course provide very deep and good knowledge that how to increase speed of your neural network and how we do hyperparameter tunning. But one thing lags in this course is that it won't provide much knowledge about frameworks like Tensorflow and people face difficulty while doing programming exersice because tensorflow knowledge is not provide in depth

By Vishak A

•

May 14, 2020

I wish more of TensorFlow had been included in the course content. Aside of that major point, I wish the complex mathematical portions had been explained with more precision and codes like "X[0][0]" had been explained with more precision as well. But overall, I think it was hugely worth learning all the thoroughly taught concepts and I am very grateful.

By Chinmay h

•

May 8, 2020

Topics are explained very well. There may be a false sense of accomplishment coming after doing the assignments, which are pretty straightforward. I am going to add in personal tasks which might help me understand the topics more in depth. On a similar front, could you add in a video explaining what to do next. And I don't mean the next course in line.

By jim

•

Nov 8, 2017

gain quite a lot of insight into the deep neural network, the tunning, regularization and so on.

one remark on this course, we talked a lot about tunning processes in wk3. However, not much practical exercises on this part, e.g. we didn't try to implement the batch normalization ourselves and to incorporate batch normalization with other parameters etc.

By Aurangazeeb A K

•

Sep 30, 2019

Although I loved this course, I believe there are certain parts that could be broken down into even simpler intuitions. If such a change a possible, this course will be the best one out there. Anyway, I really enjoyed the course and it was a great learning experience. Tensorflow was introduced very finely and it aroused my curiousity to learn more.

By Manish M

•

Mar 22, 2020

Really informative course to learn about the various kinds of optimizations and the differences between the optimization techniques. Learnt how to tune the hyper parameters for effective training . Also got a chance to learn about mini-batches and the corresponding gradient descent and the difference between batch and mini-batch gradient descent.

By Alejandro F

•

Feb 3, 2020

Un curso muy bueno, el instructor tiene dominio del tema y sobre todo el final del curso es muy bueno en cuestión de poner en practica la teoría que al principio te explica. En ocasiones el instructor va un poco rápido en los términos teóricos y puede llegar a abrumarte. Creo quería ideal poner más ejemplos prácticos cada que explica un concepto.

By Yix L

•

Dec 20, 2019

Materials are good and Professor Andrew presents the course in the really understandable level, so I still learn a lot throughout the course even if I have taken similar mooc courses on other platforms. Programming Assignments are much easier than the fourth course (Convolutional NN), but it gives many inspiration to me. Great thanks to the team!

By Hans E

•

Feb 18, 2018

Great material, very clear and pleasant teaching, good software environment for the programming exercises. The exercises are a bit boring at times (cut and paste without much thinking) but maybe this is a quick way to memorize the material...

Some long known problems in the exercises should REALLY REALLY be addressed! (would have given 5 stars)

By Marco P

•

Apr 19, 2021

Great course! The labs were very useful in seeing the concepts applied in practice. Something that I think would help all the concepts and practice take hold even more would be a second lab session per week with much less guidance, where the student is required to come up with most of the algorithm themselves. Overall great and solid course!

By Guoqin M

•

Jun 29, 2018

Content is great! A good introduction to a lot of hyper-parameters in neural net. However, there are some bugs in the evaluation system of programming assignments. For example, the system does not recognize Pythons '-=' operation and gave me a fail, which I did not figure out until I saw the forum where people were having the same trouble.

By Lennart M C

•

Jan 14, 2022

Much better than the first course. Math is still quite shallow (simple and not going into too much detail), and programming assignments are still mostly one-liners with copy&paste. But the general techniques demonstrated throughout the course are very helpful, and the given intuition about why and how something works helps understanding.

By Malav A

•

May 4, 2020

The course was very good. Things were implemented and taught well and at the correct pace. However, while completing the exercise, we can never write the whole code, we have to only edit a few lines of codes. That's not bad for a beginner, but it would have been better if a little understanding about that part of code could be given too.

By Pedram A

•

Dec 1, 2021

Concepts are great and complex :) but the instructor is great at teaching complex things. The assignments weren't challenging or I can say they were too short and small for these lots of concepts: that's why I gave 4 stars. Materials In this module are not kinda continuous and that's why made this module difficult to teach and to learn.

By Michail V

•

Mar 5, 2024

Very interesting course, like all courses taught by Andrew Ng, who is an excellent teacher. The only thing I found strange was the TensorFlow introduction in the end. I think that it does not fit to the course topic. In addition to this, I found the introduction very restricted. But this is a tiny part of the overall very good course.

By Nikola J

•

May 19, 2018

Andrew is great at teaching. Quality of education is absolutely for 5 stars, but I am giving 4 because of technical difficulties with Jupiter notebook. Often happened that I wrote some code and it could not save, it just displayed error, so I had to copy code to my notepad and rerun the Jupiter notebook, and than copy the code back.

By Ozan G

•

Aug 9, 2020

I really like the content but I believe that it is about time the final assignment of this course is updated to Tensorflow 2. There is no point in enforcing learning outdated software... For the massive revenue that this course is generating, the minimal effort to update one Jupyter Notebook should not be too much of a burden...

By Usama B N

•

May 19, 2020

The course was a very focused approach towards introducing and familiarizing us with the importance of tuning hyperparameters and their impact on the performance. Although, I personally feel like the Tensorflow exercise could have been more detailed and could have used more explanation. I found that exercise somewhat confusing.

By Guoliang

•

Apr 3, 2020

The explanation is just as good as the previous course. The reason I give 4 star is that the notebook use TF version 1 instead of 2. Given syntax of 1 and 2 shows great difference, at least I believe so, it would be better that the notebook can be updated. For the rest of the course, very good!!! Suitable for beginners in DL.

By Ytsen d B

•

Aug 15, 2017

This course is well taught.

Andrew Ng takes you through the material without error and in a very acceptable pace.

The exercises are very do-able.

They do not challenge hard, but take you by the hand and show you how to implement and improve your neural networks.

The final assignment is a very good tutorial on TensorFlow actually :)

By Emmanuel T

•

Oct 3, 2019

Compared to previous module, this one was more of a cookbook and I expected more mathematics in terms of why each optimization work.

Overall, it was still a very interesting hands on approach, finishing with TensorFlow is a bit more difficult to apprehend as all the previous exercices were done in a very different way (Numpy).

By Varun b

•

Jul 5, 2022

The course content is great as always. It introduces all the concepts in consize manner. The final assignment however fairly rudimentary. Would have been more beneficial to me and perhaps other students, to go through writing the training code rather than having to figure out what tf.transpose or tf.nn.softmax functions are.

By Amminikutty V

•

Nov 17, 2021

First of all thankyou to Prof Andrew and team. This course is really good. I learned a lot of new things. Week 1 & 2 programming assinments are really good but I was not able to understand well the tensorflow introduction assignment in week 3. Rest the knowledge given through this course2 of the specialization is very good.

By Pawel P

•

Dec 9, 2020

Most of the course is great, good overview of different methods and techniques with practical examples. However the TensorFlow programming part is rather confusing, lacking in sufficient explanation of the syntax and overlapping names of python and tensorflow variables which end up producing near impossible to debug errors.

By Girish G

•

Apr 13, 2020

This is an amazing course which dwells into the nuances of fine tuning your neural network model. The content of the course is too good. Programming assignments was a bit off. It was really straightforward. Programming assignments could have been more challenging. This will make sure that the concepts are learned properly.