Deep Learning [Certificate]
A collection of my study notes and projects in the course Deep Learning (taught by Andrew Ng).
Course 1 - Neural Network & Deep Learning
Course 2 - Improve Deep Neural Network
Course 3 - Structuring Machine Learning Projects
Course 4 - Convolutional Neural Networks
Implement a binary classification neural network with one hidden layer. This model can classify red points and blue points in the same image with accuracy more than 90%.
|
|
Build a deep neural network to classifie cats vs. non-cats images with accuracy more than 80%.
Implement a classifier in Keras. This model can recognize people's faces and classify them as "happy" or "not happy" with accuracy more than 90%.
Implement a ResNet in Keras for a classification problem. This model can recognize signs representing numbers from 0 to 5 with accuracy more than 85%.
Use YOLO model to detect cars and their positions in images.
Implement the Neural Style Transfer algorithm and generate novel artistic images using this algorithm.
Build a face recognition system to identify a person.
Implement a character level language model which can give names to dinosaurs with cool endings like 'saurus', 'don' etc.
Implement a model that uses an LSTM to generate music.
10. Emojify
Build an emojifier which can add the most appropriate emoji to the end of a sentence. For example:
- Input sentence: Congratulations on the promotion!
- Output sentence: Congratulations on the promotion! 👍
Use an attention model to translate human-readable dates ("25th of June, 2009") into machine-readable dates ("2009-6-25").
Trigger word detection is the technology that allows devices like Amazon Alexa, Google Home, Apple Siri, and Baidu DuerOS to wake up upon hearing a certain word. For this project, our trigger word will be "Activate". Every time it hears you say "activate", it will make a "chiming" sound.