L2: Connectionist vs. Symbolic AI, Darthmouth Workshop Flashcards

1
Q

What is connectionist AI?

A
  • Neural networks
  • Inspired but not simulating human brain
  • Neurons compute output independently
  • Graphs of neurons
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

Describe McCulloch & Pitts binary threshold artificial neuron

A

Proposed in 1943

Binary inputs and outputs, weight = {-1,1}, always have a threshold t

If activation >= t then output 1 otherwise 0

Cannot represent XOR (only networks can)

Networks of binary threshold neurons can express any
sentence in propositional logic

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

What is symbolic AI?

A

o Knowledge as symbols
o Expressions as relations between symbols
o Knowledge base (conjunction of formulas where each formula asserts some knowledge)
o Rules to reason (derive new knowledge through manipulation) to create new expressions- we generally use first-order logic

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

Who grounded mathematics with formal logic?

A

Whitehead & Russell (1910-1913)- Principa Mathematics

Tried to ground foundation of mathematics using formal logic.
* Started with limited set of axioms and inference rules
* Derived everything else from there

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

What is the Logic Theorist?

A

First AI program of Newell, Simon, Shaw (1956), encoded axioma and rules of Principa Mathematics

Clear example of symbolic AI (could not prove all theorems in PM)

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

What were automatic computers initially used for?

A

First uses often numerical and for military purposes
* Code-breaking efforts
* Ballistic trajectories
* Computations for hydrogen bomb
* . . .

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

Describe the Dartmouth workshop

A

John McCarthy Marvin Minsky Nathaniel Rochester Claude Shannon

“We propose that a 2-month, 10-man study of artificial intelligence be carried out
during the summer of 1956 at Dartmouth College in Hanover, New Hampshire.
The study is to proceed on the basis of the conjecture that every aspect of learning or
any other feature of intelligence can in principle be so precisely described that a
machine can be made to simulate it.”

  • Automatic Computers
  • How Can a Computer be Programmed to Use a Language
  • Neuron Nets
  • Theory of the Size of a Calculation
  • Self-Improvement
  • Abstractions
  • Randomness and Creativity

Not many documented technical outcomes

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