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
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 :)
-
Course 1: Neural Networks and Deep Learning
-
Course 2: Improving Deep Neural Networks: Hyperparameter tuning, Regularization and Optimization
-
Course 3: Structuring Machine Learning Projects
- There were no programming assignments in this course. It was completely thoeretical.
- Here is a link to the course
-
Course 4: Convolutional Neural Networks
-
Course 5: Sequence Models
- W1A1 - Building a Recurrent Neural Network - Step by Step
- W1A2 - Character level language model - Dinosaurus land
- W1A3 - Improvise A Jazz Solo with an LSTM Network
- W2A1 - Operations on word vectors
- W2A2 - Emojify
- W3A1 - Neural Machine Translation With Attention
- W3A2 - Trigger Word Detection
- W4A1 - Transformer Network
- W4A2 - Named Entity Recognition - Transformer Application
- W4A3 - Extractive Question Answering - Transformer Application
- W4A4 - Embedding Plus Positioning Encoding - Transformer Application
This is a list of research papers referenced by the Deep Learning Specialization course.
- Lacuna et al, 1998 - Gradient-based learning applied to document recognition
- Krizhevsky et al 2012 - ImageNet classification with deep convolutional neural networks
- Simony & Zisserman 2015 - Very deep convolutional networks for large scale image recognition - He et al, 2015
Min Lin, Qiang Chen, Shuicheng Yan - "Network In Network"
- Redmon et al, 2014 - You Only Look Once: Unified real-time object detection
- Redmon et al, 2016 - YOLO9000: Better, Faster, Stronger
- Girishik et al, 2013 - Rich feature hierarchies for accurate object detection and semantic segmentation
- Girshik, 2015 - Fast R-CNN
- Ren et al, 2016 - Faster R-CNN: Toward real-time object detection with region proposal networks
- Gates et al, 2015 - A neural algorithm of artistic style
- Harish Narayanan - Convolutional neural networks for artistic style transfer
- Log0, TensorFlow Implementation of "A Neural Algorithm of Artistic Style"
- On the Properties of Neural Machine Translation: Encoder-Decoder Approaches - Kyunghyun Cho, Bart van Merrienboer, Dzmitry Bahdanau, Yoshua Bengio
- Empirical Evaluation of Gated Recurrent Neural Networks on Sequence Modeling - Junyoung Chung, Caglar Gulcehre, KyungHyun Cho, Yoshua Bengio
- Linguistic Regularities in Continuous Space Word Representations - Tomas Mikolov, Wen-tau Yih, Geoffrey Zwei
- A Neural Probabilistic Language Model - Bengio et al
- Connectionist Temporal Classification: Labelling Unsegmented Sequence Data with Recurrent Neural Networks