Overview Flashcards

1
Q

What is Artificial Intelligence (AI)?

A

The creation of intelligent machines that react like humans, including fields like computer vision, data mining, machine learning, and deep learning.

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

Define data, information, knowledge, and understanding.

A

Data: Symbols or raw facts.

Information: Processed data answering “who,” “what,” “where,” “when.”

Knowledge: Application of data/information, answering “how.”

Understanding: Appreciation of “why.”

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

What is weak/narrow AI?

A

AI designed for specific tasks, with no self-awareness or understanding beyond its domain. Examples include Siri, Alexa, and chess AI.

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

What is strong AI (AGI)?

A

A hypothetical AI capable of human-like reasoning, learning, and adapting to new situations without extra training. Not yet achieved.

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

What is data mining?

A

The extraction of interesting, non-trivial, and useful patterns or knowledge from large datasets. It is also known as knowledge discovery, data archeology, or information harvesting.

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

How does machine learning differ from data mining?

A

Machine Learning: Focuses on teaching computers to learn patterns from data to make predictions.

Data Mining: Focuses on identifying previously unknown patterns or anomalies in data for solving problems.

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

Name some types of data used in data mining.

A

Data streams, time-series data, spatial data, multimedia databases, text databases, images/videos, and more.

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

What are the two main types of supervised learning?

A

Classification: Categorizing data into labels.

Regression: Predicting continuous values.

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

List common deep learning models.

A

Deep Neural Networks (DNN)

Convolutional Neural Networks (CNN)

Recurrent Neural Networks (RNN)

Autoencoders

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