DL Question Bank
DL Question Bank
DL Question Bank
REFERENCES:
1. Aurélien Géron, “Hands-On Machine Learning with Scikit-Learn and TensorFlow”, Oreilly, 2018.
2. Josh Patterson, Adam Gibson, “Deep Learning: A Practitioner’s Approach”, O’Reilly Media, 2017.
St. Joseph’s Institute of Technology 1
Downloaded by Jones Merlin ([email protected])
lOMoARcPSD|19321625
CO1 2 2 1 - 1 - 1 - 1 - 1 2 1 1 1 1
CO2 2 2 1 - 1 - 1 - 1 - 1 2 1 1 1 1
CO3 3 2 2 2 1 - 1 - 1 - 1 2 1 1 1 1
CO4 3 2 2 2 1 - 1 - 1 - 1 2 1 1 1 1
CO5 3 2 2 2 1 - 1 - 1 - 1 2 1 1 1 1
UNIT I INTRODUCTION
S.No Knowledge level Course Content Course Outcomes
1 R, U & Ap Neural Networks
5 How a Neural Network can be used in natural language processing tasks, such as sentiment
analysis or language translation.
Neural networks, including RNNs and CNNs, process text data, tokenize it, and use BL2
architectures suited for sequence modeling or feature extraction. Training on labeled data allows
them to predict sentiment in new text.
6 Compare and contrast the advantages and limitations of using Convolutional Neural
Networks (CNNs) versus Recurrent Neural Networks (RNNs)
CNN RNN
Advantages:Ideal for spatial data like images. Effective with sequential data.
Efficient parallel processing. Handles variable-length inputs BL3
Limitation: Sequential processing can be slow.
Ineffective with sequential data. Vulnerable to vanishing/exploding gradients.
Requires fixed input size.
7 Define an Artificial Neural Network(JAN/2021)
A computational model composed of interconnected nodes, organized into layers,
designed for pattern recognition and data processing tasks. BL1
For instance, it can recognize handwriting in digit recognition tasks or analyze text sentiment in
natural language processing.
8 List the basic components of Artificial Neural Network(JAN/2021)
• Neurons (Nodes): Processing units. BL1
• Layers: Organized neurons.
BL1