Skip to content

Latest commit

 

History

History
181 lines (125 loc) · 13.4 KB

File metadata and controls

181 lines (125 loc) · 13.4 KB

Deep Learning Specialization Coursera [UPDATED Version 2021]

This repo contains all of the solved assignments of Coursera's most famous Deep Learning Specialization of 5 courses offered by deeplearning.ai

Instructor: Prof. Andrew Ng

What's New

This Specialization was updated in April 2021 to include developments in deep learning and programming frameworks. One of the most major changes was shifting from Tensorflow 1 to Tensorflow 2. Also, new materials were added. However, Most of the old online repositories still don't have old codes. This repo contains updated versions of the assignments. Happy Learning :)

Programming Assignments

DeepLearning.ai - Deep Learning Specialization

This is a list of research papers referenced by the Deep Learning Specialization course.

Convolutional Neural Networks

Week 2

Classic Networks

Resnets

Networks in Networks and 1x1 Convolutions

Networks in Networks and 1x1 Convolutions

Min Lin, Qiang Chen, Shuicheng Yan - "Network In Network"

Inception Networks

Week 3

Convolutional Implementation of Sliding Windows

Bounding Box Predictions

Region Proposals

Week 4

Siamese Network

Triplet Loss

What are deep ConvNets learning?

Neural Style

Image Recognition

NLP Sequence Models

Week 1

GRU

LSTM

Week 2

Skip-Grams, Hierarchical Softmax

Word Embeddings

Negative Sampling

Glove

Debaising Word Embeddings

Week 3

Sequence to Sequence Model

Image Captioning

Bleu Score

Attention based intuation

Speech Recognition

  • Connectionist Temporal Classification: Labelling Unsegmented Sequence Data with Recurrent Neural Networks

Further Reading List