History Flashcards

1
Q

Who or what was Talos?

A

an ancient mythical automaton with artificial intelligence, built by Hephaistos to guard the island Crete and princess Europa.

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

What are examples of ancient dreams/myths/experiments into AI?

A
  • Talos by Hephaistos
  • Aristotle laying foundation for formal logic
  • Brazen head: an oracle in form of a human head made of brass, supposedly owned by alchemists Roger Bacon and Albertus Magnus
  • daVincis mechanical knight. could stand, sit, move arms and raise visor.
  • the Golem, made from clay to protect the Jewish community in Prague
  • “The Modern Prometheus” by Mary Shelley (Frankenstein)
  • chess-playing Turk: machine that plays chess. was a hoax
  • Euphonia: speech synthesizer
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

Who proposed that animals are machines and what was their main argument for this?

A

René Descartes
argument: body can be explained by physics. its the soul that sets man and animal apart.

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

What Calculation Machines have we learned about in the lecture?

A
  • Adding machine by Pascal
  • Reckoning machine by Leibniz
  • Difference Engine by Babbage
  • Analytical Engine by Babbage/Lovelace
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

What is Gottfried Wilhelm Leibniz famous for?

A

inventing the Lingua Characteristica

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

What is the Lingua Characteristica?

A

invented by Leibniz. it uses primitives for formulating knowledge, an alphabet for human thoughts. it was a series of symbols, ie for the elements.

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

Who was Charles Babbage?

A

Inventor of…
* Difference Engine (could calculate mathematical tables completely automated)
* Analytical Engine (first machine that could be programmed for the type of calculation it should perform)

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

Who was Ada Lovelace?

A

the first programmer

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

Who was Reverend George Boole?

A

published “The Mathematical Analysis of Logic” and showed how to write logic in form of analytical equations.
Name-giver of Boolean Algebra

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

Who was Hilbert?

A

in his effort to formalize mathematics, he wrote 23 problems for the 20th century to solve. the 2nd of those was to prove that anything we can infer to be true, can also be proven by a calculus.
Kurt Gödel and Alan Turing published papers disproved the 2nd problem.

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

Who was Kurt Gödel?

A

Wrote the paper “On Formally Undecidable Propositions” that disproved Hilbert’s 2nd problem for the 20th century.

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

What is the origin of the word “robot”?

A

its from a czech play “Rossums Universal Robots”. The word “robot” could mean “work” or “forced worker” / “slaves”. “Robota” also referred to the days of the week that peasants were forced to work for nobelmen for free.

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

What are Asimov’s Three Laws of Robotics?

A
  1. A robot must not injure a human being or, through inaction, allow a human being to come to harm.
  2. A robot must obey the orders given it by human beings
    except where such orders would conflict with the First Law.
  3. A robot must protect its own existence as long as such
    protection does not conflict with the First or Second Laws.

Zeroth law:
* A robot may not harm humanity or, by inaction, allow
humanity to come to harm.

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

What was the first digital computer?

A

Konrad Zuse’s Z3

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

Who was Konrad Zuse?

A

he built the first digital computer, the Z3.

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

What was the first Turing-complete digital computer?

A

ENIAC in 1945

17
Q

What was the first stored program computer?

A

EDVAC in 1949. This was basically what Babbage was aiming for.

18
Q

What names are connected to the history of Neural Networks?

A

McCulloch, Pitts, Marvin Minsky, Dann Edmonds, Frank Rosenblatt

19
Q

What is the basic principle of Artifical Neural Networks by Frank Rosenblatt?

A
  • many small interconnected units
    (neurons)
  • learning happens by changing the
    strength of connections (synapses)
  • behavior of the whole is more than
    the sum of the parts
20
Q

What were the first chess programs?

A
  • Konrad Zuse defined the first one
  • Claude Shannon integrated different strategies, ie brute-force minimax search
  • Alan Turing’s algorithm was first recorded man-machine chess game (computer lost lol)
21
Q

When was “the Birth of AI”?

A

1956

22
Q

What happened in summer of 1956 at Dartmouth College?

A

The Dartmouth Conference (=research project on AI), where term “AI” was first coined.
John McCarthy invited 10 scientiests to a 2-week workshop to further the research into AI.

23
Q

Name a few of the participants of the Dartmouth Conference of 1956.

A

John McCarthy
Herbert Simon
Allan Newell
Marvin Minsky
Arthur Samuel

24
Q

What were a few of the successes following the Dartmouth Conference in 1956?

A
  • Newell and Simon: the General Problem Solver (successfully solved simple puzzles, imitation of human problem-solving)
  • Samuel: investigated game playing, pioneered many ideas incl alpha-beta-search, reinforment learning,…
  • McCarthy: Inventor of Lisp (language) and Logic-oriented Advice Taker
  • Minsky: working on micro-worlds
25
Q

Why was progress slower than anticipated when it came to the developement of AI and machine learning?

A
  • it was hard to precisely formalize knowledge
  • complexity was under-estimated. things that work in micro-worlds don’t neccessarily work in real world.
  • limitations on techniques and representations
26
Q

What are some knowledge-based systems of the 70ies and 80ies?

A
  • DENDRAL project by Buchanan et al. (infer molecular structure)
  • Expert system MYCIN by Feigenbaum et al. (used to diagnose blood infections)
  • CYC project started by Lenat (attempt to encode common-sense knowledge)
27
Q

From 2010 on, Deep Learning brought many breakthroughs. Why?

A
  • bigger models
  • more data for training purposes
  • computational power
  • readily available programming libraries