Universality of Computation and Algorithms Flashcards

1
Q

Hilbert’s program

A

a proposed solution to the foundational crisis of mathematics, when early attempts to clarify the foundations of mathematics were found to suffer from paradoxes and inconsistencies. Attempted to formalise mathematics as a finite set of axioms

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

Hilbert’s program consistency

A

Means that mathematics could have no paradoxes

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

Hilbert’s program completeness

A

Every true statement would be provable

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

Hilbert’s program decidability

A

We can tell whether or not a statement is provable

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

Godel’s incompleteness theorem

A

Created in response to Hilbert’s program
- if arithmetic is consistent, there can always be true statements that cannot be proven using a finite set of axioms
- it is not possible for any proof based upon the set of axioms to demonstrate the consistency of the axioms

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

Turing machine

A

Can hypothetically action and execute any algorithm regardless of the complexity. It is also used as the basis for determining the computational complexity of a problem given an efficient algorithm.

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

Church Turing Thesis

A

Describes the concept of computability:
The Turing machine can compute any problem that is computable.
- For every solvable decision problem, it can be transformed into an equivalent Turing machine problem
- If a problem can be solved by a Turing machine, it is then considered computable

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

Cobham’s thesis

A

For something to be feasibly computable, it has to be computable in polynomial time O(n^k), but not O(k^n)

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

Halting problem

A

An unsolvable and undecidable problem, proven using a contradiction. Determines whether an algorithm will halt or loop forever

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

DNA Computing

A

When components of problems are encoded as physical DNA sequences, which can be combined to create sequences that represent all possible solutions, allowing for parallel computing. DNA amount increases exponentially with input size

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

Chinese Room Argument

A

Proposed in response to Turing Test, where a native English speaker is in a room with Chinese characters and instructions (program). If the instructions contained every possible input, the person in the room could pass the Turing test without any Chinese knowledge. Can AI understand what it is doing or is it just following instructions?

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

Neural Networks

A

Calibrating computer to learn, using supervised learning and user training (captcha test). Giving inputs “this is a bus” and checking outputs, used for image and speech recognition, which can vary in input but still result in the same output

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

Basic Neural Network Graph

A

input hidden layer output
O ———— O ————- O
w1
(refer to 2017 q7 c for a proper graph lol)

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