Deep Learning and Neural Networks MCQs

All Deep Learning & Neural Networks mcqs are here

Q. Deep Learning is primarily based on

(A) Decision Trees
(B) Support Vector Machines
(C) Neural Networks
(D) Bayesian Networks

Q. What is a perceptron?

(A) A type of decision tree
(B) A type of neural network
(C) A single-layer neural network
(D) A deep neural network

Q. Which activation function is commonly used in deep learning?

(A) Sigmoid
(B) ReLU
(C) Tanh
(D) All of the above

Q. Which neural network architecture is best for image processing?

(A) RNN
(B) CNN
(C) LSTM
(D) GAN

Q. In a neural network, what does a hidden layer do?

(A) Takes input directly
(B) Processes intermediate computations
(C) Provides final output
(D) Stores the training data