2.1 Backtracking, Data Mining and Heuristics Flashcards

1
Q

What is the definition of Backtracking?

A

After failing to find a solution, you return to earlier steps to try a different path/approach

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

What is the definition of Data Mining?

A

Searching through data to look for patterns and correlations

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

What are the steps for Data Mining?
(4 points)

A

*Look for patterns
*Look for correlations
*Often brute force algorithms
*Used to make predictions or models

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

What is the definition for Heuristic problem solving?

A

Taking an educated guess rather than looking at all of the possibilities

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

What is the point of Heuristic?

A

An educated guess is taken,
when it is unfeasible/ not possible to look at all eventualities,
This leads to a ‘good enough solution’.

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

What is the definition of Pipelining? {2.1}
(2 points)

A

*Completing subtasks simultaneously
*Using the output from one subtask as the input to another

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

What is the definition of Visualising Data?

A

Representing data virtually to make it easier to understand

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