Skip to content

This repository house all my submission, notes, and related code for this specialization having five courses.

Notifications You must be signed in to change notification settings

tomartushar/Deep-Learning-Specialization-Coursera

Repository files navigation

Deep Learning Specialization

Welcome to the repository for my submissions, notes, and related code for the specialization. The specialization consists of five courses. Completion certificate can be viewed here.


Certificate: here.

Programming assignments

Topics covered

  • Week 1: Introduction, NN, Why Deep learning
  • Week 2: Logistic regression, Gradient Descent, Derivatives, Vectorization, Python Broadcasting
  • Week 3: NN, Activation function, Backpropagation, Random Initialization
  • Week 4: Deep L-layer Neural network, Matrix dimension verfication, Why Deep representation, Building blocks of NN, Parameters vs Hyperparameters, Relationship with brain

Certificate: here.

Programming assignments

Topics covered

  • Week 1: Train/Dev/Test set, Bias/Variance, Regularization, Why regularization, Dropout, Normalizing inputs, vanishing/exploding gradients, Gradient checking
  • Week 2: Mini-batch, Exponentially weighted average, GD with momentum, RMSProp, Adam optimizer, Learning rate decay, Local optima problem, Plateaus problem
  • Week 3: Tuning process, Hyperparameter selection, Batch Normalization, Softmax regression, Deep learning programming framework

Certificate: here.

Programming assignments: No programming assignment.

Topics covered

  • Week 1: Why ML Strategy?, Orthogonalization, Single number evaluation metric, Satisficing and optimizing metrics, Train/dev/test distribution, Human level performance, Avoidable bias
  • Week 2: Error analysis, Incorrectly labeled data, Data augmentation, Transfer learning, Multitask learning, End-to-End Deep learning

Certificate: here.

Programming assignments

Topics covered

  • Week 1: Computer vision, Edge detection, Padding, Strided convolution, Convolutions over volume, Pooling layers, CNN, Why CNN?
  • Week 2: LeNet-5, AlexNet, VGG-16, ResNets, 1x1 convolutions, InceptionNet, Data augmentation
  • Week 3: Object localization, Landmark detection, Object detection, Sliding window, Bounding box prediction, Intersection over union(IOU), Non-max suppression, Anchor box, YOLO algorithm
  • Week 4: Face recognition, One-shot learning, Siamese network, Neural style transfer

Course 5: Sequence Models

Certificate: here.

Programming assignments

Topics covered

  • Week 1: RNN, Notation, BPTT, RNN-variants, Vanishing gradient, GRU, LSTM, Bidirectional RNN, Deep RNN
  • Week 2: Word representation, Word embedding, Cosine similarity, Word2Vec, Negetive sampling, GloVe word vectors, Debiasing word
  • Week 3: Beam search, Error analysis in Beam search, Bleu score, Attention model, Speech recognition
  • Week 4: Transformer Intution, Self Attention, Multi-head Attention, Transformers