This playlist has 26 deep learning lectures.
One of the best free resources online.
Go from beginner to confident in just 5 hours. https://t.co/KjaS7jAt0S
Foundations of Deep Learning
> What deep learning is
> The math basics you need, including linear algebra and calculus
> How a single neuron works as a computing unit
Training Mechanics
> How a neuron is trained using gradient descent
> Why the data analysis pipeline matters
> How out of sample validation helps check model reliability
Network Architectures
> Feed Forward Neural Networks explained
> Backpropagation and why it lets multi layer networks learn from errors
Optimization for Classification
> Activation functions like Softmax
> Loss functions like Categorical Cross-entropy
> How these handle complex classification problems
Efficiency and Stability
> Making networks faster with vectorization
> How to spot and fix vanishing or exploding gradient issues
Generalization and Regularization
> Ways to avoid overfitting
> How to make sure models work well on new data, not just training data
Computer Vision and Transfer Learning
> Convolutional layers for image tasks
> Using transfer learning and data augmentation
> Training large models with limited data
Advanced Network Features
> Residual Networks explained
> Why skip connections help build very deep models
Natural Language Processing
> How machines understand text
> Word embeddings
> Recurrent Neural Networks and LSTMs
> Transformers and self attention
Generative and Specialized Models
> Auto Encoders for data compression
> Generative Adversarial Networks for creating new data
> The ideas behind AlphaGo and reinforcement learning