Comp Science - Curiosities Flashcards

1
Q

Langton’s ant

A

Langton’s ant is a two-dimensional Turing machine with a simple set of rules: turn left on a white square, right on black, altering colors, creating intricate patterns in unpredictable ways.

Discoverer: Chris Langton

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

Emergent complexity

A

Refers to the phenomenon where complex patterns, behaviors, or systems arise from the interaction of simple elements or rules.

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

Decision Tree

A

A decision tree is a flowchart-like model used in data analysis and machine learning to make decisions by branching through attributes for predictive outcomes. Each node represents a decision, each branch represents an outcome or a possible path that decision can lead to, and each leaf node represents a final decision or outcome.

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