Collection of programming assignments of Andrew Ng's Deep Learning Specialization on Coursera.
- Week 2: Logistic Regression with a Neural Network mindset
- Week 3: Planar data classification with one hidden layer
- Week 4 part one: Building your Deep Neural Network Step by Step
- Week 4 part two: Deep Neural Network Application
Some notes
scipy.ndimage.imread()
is deprecated; useplt.imread()
instead
scipy.misc.imresize()
is deprecated; useresize()
fromskimage.transform
instead
- Week 1: Initialization
- Week 1: Regularization
- Week 1: Gradient Checking
- Week 2: Optimization
- Week 3: Tensorflow Tutorial
- Week 1: Convolutional Model: step by step
- Week 1: Convolutional model: application
- Week 2: Keras Tutorial
- Week 2: Residual Networks
- Week 3: Car detection with YOLO
- Week 4: Art generation with Neural Style Transfer
- Week 4: Face Recognition
- Week 1: Building a recurrent neural network - step by step
- Week 1: Dinosaur Island - Character-Level Language Modeling
- Week 1: Jazz improvisation with LSTM
- Week 2: Operations on word vectors - Debiasing
- Week 2: Emojify
- Week 2: Word Vector Representation
- Week 3: Neural Machine Translation with Attention
- Week 3: Trigger word detection