Artificial Intelligence Flashcards

1
Q

What is meant by artificial intelligence (AI)?

A

Artificial Intelligence is the creation of intelligent machines that can react like humans do to certain stimuli.

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

What is meant by data mining?

A

Data mining is the study of extracting information from large amounts of data. This can also be called data analysis or business intelligence.

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

What is machine learning?

A

A subclass of data mining, machine learning attempts to allow a computer to learn from experience using large datasets.

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

What is deep learning?

A

A subclass of machine learning, deep learning attempts to allow a computer to learn directly from a dataset with little to no feature engineering.

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

Which came first - machine learning or deep learning?

A

Machine learning. Deep learning is a recent discovery/adaptation, allowing us to ‘skip’ the feature selection phase.

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

What is meant by ‘data’?

A

Data is some form of unprocessed information.

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

What is meant by ‘information’ in relation to data?

A

Information is data that has been processed to be useful to answer ‘who’, ‘what’, ‘when’ and ‘where’ questions. For example, information may be the color of the grass in an image.

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

What is meant by ‘knowledge’ in relation to data and information?

A

Knowledge is an application of data and information to answer ‘how’ questions.

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

Given a picture of a cat - which parts of the image is our data, information and knowledge?

A

Data is the image itself. Information is features we have picked out from that image, such as the colour of the grass or the location of the cat.

Knowledge may be inferred from that information about the image - i.e. it was taken in a field.

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

What is meant by ‘strong’ and ‘weak’ AI?

A

Strong AI exhibits general-purpose thinking, applying knowledge across a wide range of tasks, mimicking human intelligence.

Weak AI is built for a specific task, or a limited range of tasks, that operates within a predefined set of parameters.

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

What is meant by classification?

A

Classification is a technique of supervised learning where each possible ‘answer’ to each piece of data is one of a finite set of possible outputs.

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

What is meant by regression?

A

Regression is a technique of supervised machine learning where each piece of data’s ‘answer’ may be a range of values - e.g. an integer value representing a house’s value in 10 years.

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

What is meant by supervised learning?

A

Supervised learning is an application of machine learning where each row of data contains the ‘answer’, allowing us to compare the predicted and actual outputs.

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

What is meant by unsupervised learning?

A

Unsupervised learning is an application of machine learning where each row of data has no ‘answer’ attached. In this case, we typically cluster the data together so that similar outputs are connected.

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

What is one of the flaws of machine learning, and how can deep learning fix this?

A

One of the biggest flaws of machine learning is having to find the correct features - information - that is best to represent the model data. This can take a while in large datasets.

Deep learning skips this step, allowing us to perform feature extraction and classification at the same time.

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