Deep Learning
Deep Learning
A. Dropout
B. ReLU
C. Softmax Regression
D. Stochastic Gradient Descent
Answer: B. ReLU
5. Which of the following deep learning models is best suited for sequential
data?
A. Convolutional Neural Networks (CNN)
B. Recurrent Neural Networks (RNN)
C. Random Forest
D. Logistic Regression
Answer: B. Recurrent Neural Networks (RNN)
A. Initialize weights
B. Propagate input forward
C. Update weights based on error
D. Create new layers
Answer: C. Update weights based on error
10. What is the vanishing gradient problem?
11. Which type of neural network is best for image recognition tasks?
A. RNN
B. LSTM
C. CNN
D. GAN
Answer: C. CNN
A. To add regularization
B. To output probabilities for multi-class classification
C. To reduce dimensionality
D. To increase learning rate
Answer: B. To output probabilities for multi-class classification
15. Which optimizer adapts the learning rate for each parameter during
training?
A. SGD
B. Adam
C. RMSprop
D. Both B and C
Answer: D. Both B and C