Chapter 1 + 3 Flashcards
Where did the ideas that led to the first programmable computers come from?
Mathematicians’ attempts to understand human thought—particularly logic—as a mechanical process of “symbol manipulation.” Digital computers are essentially symbol manipulators, pushing around combinations of the symbols 0 and 1.
How is intelligence a ‘suitcase word?’
Because its central notion—intelligence—remains so ill-defined. It is packed like a suitcase with a jumble of different meanings. Artificial intelligence inherits this packing problem, sporting different meanings in different contexts.
intelligence can be binary (something is or is not intelligent), on a continuum (one thing is more intelligent than another thing), or multidimensional (someone can have high verbal intelligence but low emotional intelligence).
For better or worse, the field of AI has largely ignored these various distinctions. What has it focused on instead?
Instead, it has focused on two efforts: one scientific and one practical. On the scientific side, AI researchers are investigating the mechanisms of “natural” (that is, biological) intelligence by trying to embed it in computers. On the practical side, AI proponents simply want to create computer programs that perform tasks as well as or better than humans, without worrying about whether these programs are actually thinking in the way humans think.
At the 1956 Dartmouth workshop, different participants espoused divergent opinions about the correct approach to take to develop AI.
Describe three of these opinions
Some people—generally mathematicians—promoted mathematical logic and deductive reasoning as the language of rational thought.
Others championed inductive methods in which programs extract statistics from data and use probabilities to deal with uncertainty.
Still others believed firmly in taking inspiration from biology and psychology to create brain-like programs.
At the 1956 Dartmouth workshop, different participants espoused divergent opinions about the correct approach to take to develop AI.
Describe three of these opinions
Some people—generally mathematicians—promoted mathematical logic and deductive reasoning as the language of rational thought.
Others championed inductive methods in which programs extract statistics from data and use probabilities to deal with uncertainty.
Still others believed firmly in taking inspiration from biology and psychology to create brain-like programs.
How was this disagreement about the correct approach for AI resolved?
Arguments among proponents of these various approaches persist to this day. And each approach has generated its own panoply of principles and techniques, fortified by specialty conferences and journals, with little communication among the subspecialties.
Which family of AI methods has ‘risen above the anarchy to become the dominant AI paradigm’?
One family of AI methods—collectively called deep learning (or deep neural networks).
Which family of AI methods has ‘risen above the anarchy to become the dominant AI paradigm’?
One family of AI methods—collectively called deep learning (or deep neural networks).
How is AI and deep learning not the same thing?
AI is a field that includes a broad set of approaches, with the goal of creating machines with intelligence. Deep learning is only one such approach.
Deep learning is itself one method among many in the field of machine learning, a subfield of AI in which machines “learn” from data or from their own “experiences.”
What philosophical split occurred early in the AI research community?
The split between symbolic and subsymbolic AI. A symbolic AI program’s knowledge consists of words or phrases (the “symbols”), typically understandable to a human, along with rules by which the program can combine and process these symbols in order to perform its assigned task. (e.g general problem solver, similar to how we code: CURRENT STATE:
LEFT-BANK = [3 MISSIONARIES, 3 CANNIBALS, 1 BOAT] RIGHT-BANK = [EMPTY] )
Subsymbolic AI programs do not contain the kind of human-understandable language we saw in the Missionaries and Cannibals example above. Instead, a subsymbolic program is essentially a stack of equations—a thicket of often hard-to-interpret operations on numbers. (
How did these two approaches differ in their view of AI
Advocates of the symbolic approach to AI argued that to attain intelligence in computers, it would not be necessary to build programs that mimic the brain. Instead, the argument goes, general intelligence can be captured entirely by the right kind of symbol-processing program.
Symbolic AI was originally inspired by mathematical logic as well as by the way people described their conscious thought processes. In contrast, subsymbolic approaches to AI took inspiration from neuroscience and sought to capture the sometimes-unconscious thought processes underlying what some have called fast perception, such as recognising faces or identifying spoken words.
How did these two approaches differ in their view of AI
Advocates of the symbolic approach to AI argued that to attain intelligence in computers, it would not be necessary to build programs that mimic the brain. Instead, the argument goes, general intelligence can be captured entirely by the right kind of symbol-processing program.
Symbolic AI was originally inspired by mathematical logic as well as by the way people described their conscious thought processes. In contrast, subsymbolic approaches to AI took inspiration from neuroscience and sought to capture the sometimes-unconscious thought processes underlying what some have called fast perception, such as recognizing faces or identifying spoken words.
At the 1956 Dartmouth workshop, different participants espoused divergent opinions about the correct approach to take to develop AI.
Describe three of these opinions
Some people—generally mathematicians—promoted mathematical logic and deductive reasoning as the language of rational thought.
Others championed inductive methods in which programs extract statistics from data and use probabilities to deal with uncertainty.
Still others believed firmly in taking inspiration from biology and psychology to create brain-like programs.
How was this disagreement about the correct approach for AI resolved?
Arguments among proponents of these various approaches persist to this day. And each approach has generated its own panoply of principles and techniques, fortified by specialty conferences and journals, with little communication among the subspecialties.
Which family of AI methods has ‘risen above the anarchy to become the dominant AI paradigm’?
One family of AI methods—collectively called deep learning (or deep neural networks).