ENABLERS OF ARTIFICAL INTELLIGENCE /Machine Learning Flashcards

(31 cards)

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

What is human compatible AI?

A

AI systems designed to align with human values, goals, and ethical principles to remain safe, beneficial, and controllable.

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

Give an example of human compatible AI in practice.

A

Adaptive cruise control.

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

What is wearable AI?

A

Devices that combine AI with wearable technology to provide functionalities like health monitoring and assistance.

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

Give two examples of wearable AI devices.

A

Smart watches, fitness trackers.

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

What is Edge AI?

A

Deployment of AI on local devices rather than relying on centralized cloud computing, allowing real-time processing and better privacy.

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

Give two examples of Edge AI devices.

A

Smartphones, autonomous vehicles.

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

How does AI enhance the Internet of Things (IoT)?

A

By improving functionality, efficiency, and decision-making of connected devices across sectors.

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

List three IoT applications enhanced by AI.

A

Smart homes, agriculture, healthcare.

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

What is a robot?

A

A programmable machine capable of carrying out tasks autonomously or semi-autonomously.

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

What are five types of AI robots?

A

Industrial, personal, autonomous, nanobots, humanoids.

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

What is Robotic Process Automation (RPA)?

A

A technology that uses software bots to automate repetitive, rule-based tasks like data entry.

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

What does it mean for an AI agent to be autonomous?

A

It learns and makes decisions independently without relying entirely on designer’s prior knowledge.

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

What is machine learning?

A

The field concerned with creating programs that improve automatically through experience.

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

What is deep learning?

A

A type of machine learning using multi-layered neural networks inspired by the human brain.

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

Name three applications of deep learning.

A

Speech recognition, image recognition, NLP.

17
Q

What are the three main types of machine learning?

A

Supervised, unsupervised, reinforcement.

18
Q

What is supervised learning?

A

Training a model using labeled data to predict future labels.

19
Q

What is unsupervised learning?

A

Training a model without labeled data to discover hidden patterns.

20
Q

What is reinforcement learning?

A

Training a model using reward and punishment.

21
Q

What is online learning in ML?

A

Incremental learning using small batches of data, useful for changing data or limited hardware.

22
Q

What is instance-based learning?

A

Learning by heart with examples like times tables; uses similarity measures.

23
Q

What is model-based learning?

A

Building a predictive model from data, like fitting a line to make predictions.

24
Q

What is the role of hyperparameters in training?

A

They define how the model learns and affect the outcome.

25
What is bias in machine learning?
The error from incorrect assumptions in the learning algorithm.
26
What is variance in machine learning?
The model's sensitivity to fluctuations in the training data.
27
List five common applications of machine learning.
Prediction, object recognition, classification, clustering, recommendation.
28
Give an example of machine learning used in object recognition.
Autonomous vehicles recognizing pedestrians and traffic signs.
29
Give an example of classification in ML.
Spam email detection.
30
What is clustering in ML?
Grouping data into segments based on similarity, such as customer segmentation.
31
What is a recommendation system in ML?
Suggesting products or content based on user behavior and preferences.