GenAI self-study Flashcards

1
Q

What is Generative AI (GenAI)?

A

A branch of artificial intelligence technologies specialized in creating new content such as text, images, and audio.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

How does Generative AI differ from traditional AI?

A

GenAI focuses on producing entirely new data outputs, while traditional AI primarily analyzes or categorizes existing data.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

List three applications of Generative AI.

A
  • Content creation in creative industries
  • Streamlining business processes
  • Drug discovery in healthcare
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

What is MLOps?

A

A methodology that facilitates the transition of experimental machine learning models into production and their efficient maintenance.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

Fill in the blank: The primary purpose of MLOps is to ensure _______ of machine learning models in production.

A

[efficiency and reliability]

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

What are key features of MLOps?

A
  • Data and model versioning
  • Automation of pipelines
  • Continuous integration and deployment (CI/CD)
  • Continuous monitoring
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

What is deep learning?

A

A specialized subset of machine learning that employs neural networks with multiple layers to extract higher-level features.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

True or False: Convolutional Neural Networks (CNNs) are best suited for sequential data.

A

False

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

What is the transformer architecture known for?

A

Employing self-attention mechanisms to weigh the importance of different parts of input sequences.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

Define Natural Language Processing (NLP).

A

A subfield of AI focused on enabling machines to analyze and represent human language.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q

What is the focus of Natural Language Understanding (NLU)?

A

Comprehension and understanding of meaning and intent behind language.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
12
Q

List two significant advancements in language models.

A
  • Word embeddings like Word2Vec
  • Transformer architecture with models like BERT and GPT
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
13
Q

What is one emerging trend in AI for 2025?

A

The rise of multimodal AI systems that can process and generate multiple types of data simultaneously.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
14
Q

Fill in the blank: Understanding the _______ is essential for mastering Generative AI.

A

[fundamentals of machine learning]

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
15
Q

What programming language is predominantly used in AI and machine learning?

A

Python

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
16
Q

What are Generative Adversarial Networks (GANs)?

A

A type of generative model that consists of two neural networks competing against each other to produce new data.

17
Q

True or False: MLOps adapts principles from traditional software development without modifications.

18
Q

What does the term ‘transfer learning’ refer to?

A

Applying knowledge from one task to improve performance on a different but related task.

19
Q

List key challenges organizations face when implementing MLOps.

A
  • Managing complex data dependencies
  • Ensuring model reproducibility
  • Cultural shifts towards production-oriented thinking
20
Q

What are the two main types of learning paradigms in machine learning?

A
  • Supervised learning
  • Unsupervised learning
21
Q

What is the purpose of feature engineering in data science?

A

To enhance model performance by selecting and transforming input variables.

22
Q

Fill in the blank: Neural networks consist of interconnected nodes called _______.

23
Q

What is the significance of large language models (LLMs)?

A

They demonstrate emergent capabilities for coherent language generation and understanding without explicit programming.

24
Q

Define the term ‘self-supervised learning’.

A

A learning approach where models learn from unlabeled data by predicting parts of the input from other parts.