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,489 个评分

课程概述

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

热门审阅

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.

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

筛选依据:

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

创建者 Travis J

Mar 18, 2018

Very rich with information on various ways Neural Network training can benefit from optimizations. I'm sure there are many more optimizations to explore, and this serves as a great introduction to some of the more common ones.

创建者 Daniel D

Sep 3, 2017

The optimization algorithms and the the introduction to tensorflow were the topics I liked the most. Although hyperparameter tuning is important, this seems to me to be still very empirical. Also, more interviews would be nice.

创建者 Alvin A

Aug 23, 2017

In this course, Professor Ng shares great guidelines on tuning deep learning hyperparameters, which are a lot compared to other machine learning algorithms. This will surely help any deep learning projects to be more effective.

创建者 Abdulaziz A

Aug 15, 2025

This course is talking about how to improve your model using many optimization algorithms + techniques to ensure that your model learns correctly with avoiding overfitting and underfitting. For me, this course learns me a lot.

创建者 Fabian d A G

Jul 30, 2021

The material is definitely not easy and may require a certain amount of self-study for mastery. But the lectures as well as the Discourse resources are more than sufficient to provide any additional resources needed, however.

创建者 Simon T

Apr 4, 2021

Good course to teach you more about how to optimise your neural network, to speed up training, dealing with overfitting etc. This course assumes you know the basics i.e. done the first part of the Deep Learning Specialization.

创建者 Amrith N

Oct 31, 2020

Got many ideas on how to increase the accuracy of the model. Introduction to tensorflow was much essential instead of programming all the stuff from the scratch. Now I am much more encouraged to learn more about tensorflow : )

创建者 Ruben Y Q

Apr 9, 2020

Excelente material, muy pertinente todos los temas del curso. Hay un error en la forma de calificar el examen de la segunda semana.

Por mejorar: Ojalá los cursos dieran las diapositivas que usa Andrew Ng para dictar las clases.

创建者 Ferdi A

Jan 16, 2020

Adjusting parameters are highly essential skills for deep learning programming that most of my friends lacking. Great lectures and assignments around the topic, many thanks to the lecturer and assistants for their great works.

创建者 Dhatri P

Jan 7, 2020

The course will make all concepts about improving deep neural network understand in excellent manner by Andrew Ng.Must complete the course on deeplearning.ai.Mathematical concepts along with applciaitons are clearly explained.

创建者 Debabrata M

Jun 23, 2019

This course is an absolute necessary for anyone who wants an in-depth knowledge of optimising their deep learning solutions. Loved the course work and I could easily relate the course contents with the practical aspects of AI.

创建者 Nilson C

Jul 22, 2020

This course provides a detailed description on parameter tuning and also deep mathematical aspects behind it. This is a must-take course to understand how neural network parameters operate inside and the way to optimize them.

创建者 Sivaram T

Jun 26, 2020

This course helps me a lot to learn about tuning hyper parameters of deep learning, efficient optimize for gradient descent. Personelly, I love the idea of momentum for gradient descent.

Thanks for giving intro to TensorFlow.

创建者 Sam M

Oct 22, 2018

Excellent follow up to the first course. Lectures and lessons are well matched to reinforce the material. A few minor errors in the programming assignments that have been pointed out in the forums that need to be corrected.

创建者 Suresh K

May 4, 2018

Really great course by Andrew. I am marking all of them as 5 stars. But these are not fake reviews. These are really great. As I have mentioned in other comments. I really like the style of Andrew of writing while explaining.

创建者 Rangaraj S

Oct 8, 2017

Learnt a lot about the different of the Hyper-Parameters & the different kinds of Optimization algorithms. Was really beautifully explained & made intuitive to understand. Loved to have an introduction to Tensor-Flow as well.

创建者 William G

Jul 5, 2019

A little less technical than the first machine learning course for the Deep Learning Specialization, but very valuable nonetheless, don't hesitate to try! It truly is a good course and Professor Andrew Ng is a great teacher!

创建者 Robert P

Apr 16, 2018

The content is generally great and well worth it. Perhaps the only frustrating aspect is navigating to the Jupyter notebooks. I wish the links to the notebooks were on the same pages as the Submission and Discussion links.

创建者 Hilla P

Dec 28, 2017

Again Andrew Ng did a fantastic job explaining complex problems in a simple terms which make the course fun to follow. The quiz and the practice exams also help better understand the problem and the concept behind the video.

创建者 Mikhail G

Oct 30, 2017

Very helpful course that sheds light on the inherent parameters of popular 'black box' DL libraries. After passing the course you will be able to understand and variate the majority of those small but important coefficients.

创建者 Tao H

Aug 21, 2017

Very helpful! This course helps me step into the details of deep neural networks in practice, and teaches me how to fix those issues, as well as Tensorflow which is a popular deep learning programming framework using Python.

创建者 Omar H G

Mar 9, 2021

Great course, sometimes you might get lost but its understandable due to the complexity of the topics, but doing the programming assignments helped me to solve my questions

Thanks to the mentors, discussion forums and Andrew

创建者 Bruce 劉 B

Aug 21, 2020

this course was much easier for me to follow, i am really grasping the core coding. really enjoy this course and the others from deeplearning.ai

but the notebook crashed again... but luckily only one line of code was lost.

创建者 Muhammad A i

Apr 20, 2020

It was a really good course, like the first one. The only problem is that we got the idea of hyper parameters. We haven't still figured out how to automatically set values of all hyper parameters. That was a bit sad for me.

创建者 Chetan P B

Apr 12, 2020

Thanks a lot, Andrew. Now I know Batch Norm and Adam very well. With the TensorFlow assignment, I can say I have enough basic knowledge to gain more. The practice assignment was very well organized to gain TensorFlow basics