Skip to content

Latest commit

 

History

History
80 lines (63 loc) · 6.14 KB

File metadata and controls

80 lines (63 loc) · 6.14 KB

Deep Learning

These are the programming assignments from Coursera's Deep Learning Specialization taught by Andrew Ng provided by Deeplearning.ai

In five courses, you will learn the foundations of Deep Learning, understand how to build neural networks, and learn how to lead successful machine learning projects. You will learn about Convolutional networks, RNNs, LSTM, Adam, Dropout, BatchNorm, Xavier/He initialization, and more. You will work on case studies from healthcare, autonomous driving, sign language reading, music generation, and natural language processing. You will master not only the theory, but also see how it is applied in industry. You will practice all these ideas in Python and in TensorFlow, which the specialization will teach.

Programming Assignments

Neural Networks and Deep Learning

Improving Deep Neural Networks: Hyperparameter tuning, Regularization and Optimization

Structuring Machine Learning Projects

Convolutional Neural Networks

Sequence Models