Deep Learning Specialization Certificate

🔗 Verify on Coursera ↗

Deep Learning Notes

Notes taken during the Deep Learning Specialization
by Andrew Ng & Eddy Shyu
Stanford University & DeepLearning.AI


What I Built

#CourseFocus
1Neural Networks and Deep LearningLogistic regression as a neural network, shallow & deep networks, forward/backpropagation
2Improving Deep Neural NetworksHyperparameter tuning, regularization (Dropout, BatchNorm), optimization (Momentum, Adam), Xavier/He initialization
3Structuring Machine Learning ProjectsTrain/dev/test splits, error analysis, transfer learning, end-to-end deep learning
4Convolutional Neural NetworksCNNs, edge detection, classic & modern architectures (LeNet, AlexNet, VGG, ResNet, Inception, MobileNet, EfficientNet), object detection (YOLO), face recognition (FaceNet, Siamese), neural style transfer, U-Net
5Sequence ModelsRNNs, GRUs, LSTMs, word embeddings (Word2Vec, GloVe), attention models, Transformers, speech recognition, music synthesis, machine translation, chatbots

— emreaslan —