Module 3: AI and Machine Learning Flashcards

1
Q

Artificial Intelligence

A

The broad field of developing intelligent systems capable of performing tasks that typically require human intelligence

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

Machine Learning

A

A subset of AI that allows machines to learn from data and improve performance on specific tasks

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

Deep Learning

A

A subset of ML using neural networks with multiple layers to process complex patterns in data

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

Neural Networks

A

AI systems inspired by the human brain; consisting of interconnected nodes (neurons) organized in layers

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

Supervised Learning

A

ML approach where the algorithm learns from labeled data to make predictions on new; unlabeled data

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

Unsupervised Learning

A

ML approach where the algorithm finds patterns and structures in unlabeled data without predefined categories

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

Reinforcement Learning

A

ML approach where an agent learns to make decisions by interacting with an environment and receiving rewards or penalties

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

Generative AI

A

AI systems capable of creating new; original content such as text; images; or audio

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

Large Language Model (LLM)

A

Advanced AI models trained on vast amounts of text data to understand and generate human-like text

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

Feature Engineering

A

The process of creating; transforming; and selecting relevant variables from raw data to improve ML model performance

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

Overfitting

A

When a model performs well on training data but poorly on new; unseen data; indicating it has learned noise in the training set

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

Underfitting

A

When a model fails to capture important patterns in the data; resulting in poor performance on both training and new data

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

Hyperparameter Tuning

A

The process of optimizing model settings such as learning rate; batch size; and number of epochs to improve performance

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

Bias (in AI)

A

Systematic errors in ML models that can lead to unfair or inaccurate predictions for certain groups

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

Fairness

A

Ensuring that AI systems treat all individuals or groups equally and without discrimination

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

Model Evaluation Metrics

A

Measures used to assess the performance of ML models; such as accuracy; precision; recall; F1 score; and AUC-ROC

17
Q

Responsible AI

A

The practice of developing and deploying AI systems in a way that is ethical; transparent; and beneficial to society

18
Q

MLOps

A

Practices for streamlining the machine learning lifecycle; including experimentation; automation; and continuous improvement

19
Q

Inferencing

A

The process of using a trained model to make predictions on new; unseen data

20
Q

Edge Computing

A

Running AI models on devices with limited computing power; often in environments with limited internet connectivity

21
Q

Prompt Engineering

A

The practice of crafting effective inputs for AI models to generate desired outputs; including techniques like zero-shot; few-shot; and chain-of-thought prompting

22
Q

Retrieval Augmented Generation (RAG)

A

A technique that combines retrieval of relevant information with generative AI to produce more accurate and contextually relevant responses

23
Q

Explainable AI

A

AI systems that provide human-understandable explanations for their decisions and outputs

24
Q

Fine-tuning

A

The process of adapting a pre-trained model to a specific task or domain by training it on a smaller; task-specific dataset

25
Q

Federated Learning

A

A machine learning technique that trains an algorithm across multiple decentralized devices or servers holding local data samples; without exchanging them