OT_Unit1
OT_Unit1
1. Explain the McCulloch-Pitts neuron model and its significance in early AI.
2. What is a perceptron, and how does it learn from data?
3. Why are activation functions important in neural networks?
4. How does a multilayer perceptron (MLP) differ from a single-layer perceptron?
5. What is the sigmoid activation function, and why is it commonly used?
6. What is Gradient Descent (GD), and how is it used in machine learning?
7. What is the purpose of hyperparameters in training deep learning models?
8. Explain the difference between L1 and L2 regularization.
9. What is a Convolutional Neural Network (CNN), and how does it differ from a fully
connected neural network?
10. Compare the depth and width of neural networks. How do they affect performance?
11. xplain the ReLU, Leaky ReLU (LReLU), and Exponential ReLU (ERELU) activation
functions.
12. What is a Recurrent Neural Network (RNN). Explain in detail its architecture and application.
13. What is a Recurrent Neural Network (RNN), and how does it differ from a feedforward neural
network?
14. What are the key differences between a feedforward neural network and a recurrent neural
network?
15. What are some common optimization strategies used to train deep leaming models
effectively? (At least 3)
16. Describe how poor parameter initialization can impact the training of deep neural networks.
17. What are some common challenges in neural network optimization?
18. What is a pre-trained model, and why is it useful in deep leaming?
19. Describe the role of ImageNet in the development of deep learning models for image
classification.
20. What is Audio WaveNet, and how is it used for audio processing tasks?
1. Why pooling layer is used in CNN architecture? Explain with suitable example.
Problem Solving Linearly separable problems only Handles non-linear and complex
problems
Use Cases Basic tasks like simple Advanced tasks like image recognition,
classification NLP
Feature Learning No hierarchical feature learning Learns hierarchical and complex
features