This is my personal projects for the course. Instructor: [Andrew Ng, DeepLearning.ai](https://www.coursera.org/instructor/andrewng, https://www.deeplearning.ai/)
Course 1. Neural Networks and Deep Learning
- Week1 - Introduction to deep learning
- Week2 - Neural Networks Basics
- Week3 - Shallow neural networks
- Week4 - Deep Neural Networks
Projects:
- Python Basics With Numpy
- Logistic Regression with a Neural Network mindset
- Building Neural Network
- Planar data classification with onehidden layer
- Week1 - Practical aspects of Deep Learning - Setting up your Machine Learning Application - Regularizing your neural network - Setting up your optimization problem
- Week2 - Optimization algorithms
- Week3 - Hyperparameter tuning, Batch Normalization and Programming Frameworks
Projects:
Course 3. Structuring Machine Learning Projects
- Week1 - Introduction to ML Strategy, Setting up your goal, Comparing to human-level performance
- Week2 - ML Strategy, Error Analysis, Mismatched training and dev/test set, Learning from multiple tasks, End-to-end deep learning
Course 4. Convolutional Neural Networks
- Week1 - Foundations of Convolutional Neural Networks
- Week2 - Deep convolutional models: case studies
- Week3 - Object detection
- Week4 - Special applications: Face recognition & Neural style transfer
Projects:
- Keras tutorial - Emotion Detection in Images of Faces
- Convolutional Neural Networks: Step by Step
- Convolutional Neural Networks: Application
- Residual Networks
- Autonomous driving - Car detection
- Deep Learning & Art: Neural Style Transfer
- Face Recognition
Course 5. Sequence Models
- Week1 - Recurrent Neural Networks
- Week2 - Natural Language Processing & Word Embeddings
- Week3 - Sequence models & Attention mechanism
Projects: