#deep-learning Tag

Q. Which AI approach is used in Deep Learning?

(A) Rule-based systems
(B) Symbolic reasoning
(C) Artificial Neural Networks
(D) Genetic Algorithms

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