Deep Learning Theory Questions
Deep Learning Theory Questions
Deep Learning is a subset of Machine Learning (ML) where models automatically learn
representations from data using neural networks with many layers (hence "deep").
- Evolution:
- Deep Learning -> ML using deep neural networks for complex tasks.
3. Differentiate between CNN, RNN, and GAN. Give 1 use case each.
|:--------|:----|:----|:----|
9. Explain the concept of Reinforcement Learning with key terms: Agent, Environment, Reward.
- Agent: Decision-maker.
- Environment: Surroundings.
11. What is Gradient Descent? What is the difference between GD and SGD?
12. What are the advantages of using GPUs and TPUs in Deep Learning?
- GPUs: Parallel computation.
Splitting data multiple ways to validate models, prevents overfitting and ensures robustness.
- Accuracy: (TP+TN)/Total
- Precision: TP/(TP+FP)
- Recall: TP/(TP+FN)
Input -> Convolution -> Activation (ReLU) -> Pooling -> Fully Connected -> Output.