Deep_Learning_Summary
Deep_Learning_Summary
Used in image recognition, NLP, healthcare (diagnosis), finance (fraud detection), and autonomous vehicles.
Historical Milestones
1957: Perceptron
1986: Backpropagation
Forward Propagation
Backpropagation Steps
1. Forward pass
2. Compute loss
4. Update weights
Activation Functions
Fine-Tuning
Deep Learning and Related Topics - Summary
Use a pre-trained model on a new task by retraining the final layers (e.g., ResNet on medical images).
Extract features using convolution -> pool -> flatten -> classify.
Deep Q-Learning
Learns policies using Q-values; good for high-dimensional spaces but training is slow.
Q-Learning
Challenges in Deep RL
Cross-Validation
Confusion Matrix
Detect objects and their locations using models like YOLO, SSD.