Master Deep Learning, and Break into AI
Instructor: Andrew Ng
This repo contains all my work for this specialization. All the code base, quiz questions, screenshot, and images, are taken from, unless specified, Deep Learning Specialization on Coursera.
VERBOSE CONTENT WARNING: YOU CAN JUMP TO THE NEXT SECTION IF YOU WANT
As a CS major student and a long-time self-taught learner, I have completed many CS related MOOCs on Coursera, Udacity, Udemy, and Edx. I do understand the hard time you spend on understanding new concepts and debugging your program. There are discussion forums on most MOOC platforms, however, even a question with detailed description may need some time to be answered. Here I released these solutions, which are only for your reference purpose. It may help you to save some time. And I hope you don't copy any part of the code (the programming assignments are fairly easy if you read the instructions carefully), see the quiz solutions before you start your own adventure. This course is almost the simplest deep learning course I have ever taken, but the simplicity is based on the fabulous course content and structure. It's a treasure given by deeplearning.ai team.
-
Course 1: Neural Networks and Deep Learning
-
Course 2: Improving Deep Neural Networks: Hyperparameter tuning, Regularization and Optimization
-
Course 3: Structuring Machine Learning Projects
-
Course 4: Convolutional Neural Networks
- Week 1 - PA 1 - Convolutional Model: Step by Step
- Week 1 - PA 2 - Convolutional Model: application
- Week 2 - PA 0 - Keras Tutorial - The Happy House
- Week 2 - PA 1 - Residual Networks
- Week 2 - Papers for read: ImageNet Classification with Deep Convolutional Neural Networks, Very Deep Convolutional Networks For Large-Scale Image Recognition
- Week 3 - PA 1 - Car detection with YOLOv2
- Week 3 - Papers for read: You Only Look Once: Unified, Real-Time Object Detection, YOLO
- Week 4 - PA 1 - Art generation with Neural Style Transfer
- Week 4 - PA 2 - Face Recognition for the Happy House