Unit 4: Introduction to deep neural networks; Modern NLP - Subjective Questions

INT428 — Artificial Intelligence Essentials • Practice Questions with Detailed Answers

20 questions

1

Define an artificial neural network (ANN) and explain its biological inspiration. Describe the basic components of a single artificial neuron.

2

Explain the Perceptron model. Derive the weight update rule and discuss its limitations.

3

Describe the architecture of a Multi-Layer Perceptron (MLP) and explain how the backpropagation algorithm works.

4

What is a Convolutional Neural Network (CNN)? Explain its key layers and why it is well-suited for image processing.

5

Explain the architecture and working of a Recurrent Neural Network (RNN). What problem does it solve and what are its main challenges?

6

Describe the Transformer architecture. Explain the roles of the encoder, decoder, and the self-attention mechanism.

7

Explain the self-attention mechanism in detail with the mathematical formulation. Why is it powerful for NLP tasks?

8

Define Natural Language Processing (NLP). Explain the various phases of NLP with examples.

9

What is Tokenization in NLP? Explain different types of tokenization with examples and their importance.

10

Explain the concept of word embeddings. Compare traditional representations (one-hot) with dense embeddings like Word2Vec.

11

Distinguish between BERT and GPT language models in terms of architecture, training objective, and typical use cases.

12

Describe the process of building a chatbot. Explain the key components and different types of chatbots.

13

Explain Sentiment Analysis as an NLP use case. Describe its approaches, applications, and challenges.

14

Compare CNN and RNN architectures. Discuss their strengths, weaknesses, and typical application areas.

15

Explain Machine Translation and Text Summarization as NLP applications. Discuss the techniques used for each.

16

What are activation functions? Explain the commonly used activation functions (Sigmoid, Tanh, ReLU) with their equations and characteristics.

17

Explain the vanishing and exploding gradient problems in deep neural networks. How are they addressed?

18

What are Language Models? Explain the difference between statistical (n-gram) and neural language models.

19

Describe the role of digital assistants (like Alexa, Siri, Google Assistant). Explain the pipeline from voice input to response generation.

20

Explain the concept of Attention mechanism and why it was a breakthrough over traditional sequence-to-sequence (encoder-decoder) models.