Chevron Left
返回到 Improving Deep Neural Networks: Hyperparameter Tuning, Regularization and Optimization

学生对 DeepLearning.AI 提供的 Improving Deep Neural Networks: Hyperparameter Tuning, Regularization and Optimization 的评价和反馈

4.9
63,475 个评分

课程概述

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....

热门审阅

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

DD

Mar 28, 2020

I have done two courses under Andrew ng and I am grateful to Coursera for their highly optimised and easily learning course structure. It has greatly help me gain confidence in this field. Thank you.

筛选依据:

526 - Improving Deep Neural Networks: Hyperparameter Tuning, Regularization and Optimization 的 550 个评论(共 7,283 个)

创建者 Alexandre R

Dec 29, 2018

Very well structured class as a follow-up to the first one. Heavy on information but this is a good thing. As someone who isn't pro at Python, the development part was much smoother since programming wise it is similar to the first one.

创建者 Santiago I C

Dec 5, 2018

En línea con los anteriores. Muy teórico pero perfecto para entender los entresijos del funcionamiento de los algoritmos. Si acaso echo en falta algo más de tensorflow pero supongo que se verá en el resto de cursos de la especializacion

创建者 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.

创建者 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.

创建者 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.

创建者 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.

创建者 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!

创建者 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.

创建者 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.

创建者 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.

创建者 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 :)

创建者 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.

创建者 Parth D

Feb 19, 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.

创建者 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.

创建者 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.

创建者 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.

创建者 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.

创建者 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.

创建者 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.

创建者 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!

创建者 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.

创建者 Hardik G

Mar 31, 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.

创建者 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.

创建者 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.

创建者 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.