Unit 6: Artificial Intelligence Ecosystem and Future Trends - Subjective Questions

CSE276 — Artificial Intelligence Foundations • Practice Questions with Detailed Answers

20 questions

1

Define the Artificial Intelligence development ecosystem and explain its major components.

2

Explain why Python has become the dominant programming language in the AI development ecosystem.

3

Describe the roles of NumPy, pandas, scikit-learn, and Matplotlib within the Python AI ecosystem.

4

Compare TensorFlow and PyTorch as deep-learning frameworks.

5

Explain automatic differentiation and its importance in TensorFlow and PyTorch.

6

What is Hugging Face, and how does it support the development of modern AI applications?

7

Distinguish between using a pretrained model, fine-tuning, and training a model from scratch.

8

Describe Ollama and explain its role in running large language models locally.

9

What is LangChain? Explain its main abstractions and their uses in an AI application.

10

Define a vector database and explain how it differs from a traditional relational database.

11

Explain the stages of a retrieval-augmented generation pipeline using a vector database.

12

Describe the complete AI development workflow, from problem definition to production monitoring.

13

Why should an AI dataset be divided into training, validation, and test sets? Explain the role of each set.

14

Explain model deployment, monitoring, and model drift in the context of an AI production system.

15

Discuss important future trends in Artificial Intelligence and their likely impact on society and industry.

16

Define Artificial General Intelligence and distinguish it from narrow Artificial Intelligence.

17

Analyze the potential benefits and risks associated with the development of Artificial General Intelligence.

18

Define Sustainable AI and explain its environmental, economic, and social dimensions.

19

Describe practical methods for reducing the computational cost and environmental impact of AI systems.

20

Design a suitable AI ecosystem and workflow for building a private document-question-answering system using Python, Hugging Face, Ollama, LangChain, and a vector database.