Unit4 - Subjective Questions

INT428 • Practice Questions with Detailed Answers

1

Define a Perceptron. Explain its mathematical model with a diagram and equations.

2

Explain the architecture and working mechanism of a Multi-Layer Perceptron (MLP). How does it solve the limitations of a single Perceptron?

3

Compare Biological Neurons with Artificial Neurons.

4

Describe the common Activation Functions used in Neural Networks: Sigmoid, ReLU, and Tanh.

5

Explain the architecture of Convolutional Neural Networks (CNN) and describe the role of Convolutional and Pooling layers.

6

Why are CNNs preferred over standard MLPs for image processing tasks?

7

What are Recurrent Neural Networks (RNNs)? Explain the Vanishing Gradient problem associated with them.

8

Define Natural Language Processing (NLP) and list its five major phases.

9

What is Tokenization in NLP? Differentiate between Word Tokenization and Subword Tokenization.

10

Explain the concept of Word Embeddings. How is it superior to One-Hot Encoding?

11

Explain the Transformer architecture with a focus on the Encoder and Decoder blocks.

12

What is the 'Attention Mechanism' in Deep Learning? Explain Self-Attention briefly.

13

Discuss BERT (Bidirectional Encoder Representations from Transformers). How is it trained?

14

Compare BERT and GPT models in terms of architecture and directionality.

15

Explain the workflow of building a Chatbot or Digital Assistant.

16

What is Sentiment Analysis? How is it implemented using NLP?

17

Explain the difference between Extractive and Abstractive Text Summarization.

18

Distinguish between Feed Forward Neural Networks (FFNN) and Recurrent Neural Networks (RNN).

19

What are the common challenges faced in Natural Language Processing?

20

Explain the concept of Loss Function and Optimizers in the context of Neural Network training.