Skip to content

Latest commit

 

History

History
10 lines (7 loc) · 981 Bytes

File metadata and controls

10 lines (7 loc) · 981 Bytes

Improving Deep Neural Networks: Hyperparameter tuning, Regularization and Optimization

The course forays into the practical aspects of Deep Learning and covers the practicalitites that needs to kept in mind while building a Neural Network. It covers the various hyperparameters available at our disposal, optimisation algorithms and practical techniques like Batch Gradient Descent and Batch Normalization to aid our implementation of Neural Networks.

Instructor: Andrew Ng, DeepLearning.ai

  1. Week1 - Practical Aspects of Deep Learning
  2. Week2 - Optimization algorithms
  3. Week3 - Hyperparameter tuning, Batch Normalization and Programming Frameworks