Chapter 1 - Introduction Flashcards

1
Q

How can we define AI?

A

We can define AI in regards to 2 questions: Fidelity vs rationality, and reasoning vs behaviour.

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

What do we mean by acting humanly?

A

Acting humanly can be summarized as trying to pass the Turing test. In order to “act humanly” a machine would need to be able to process natural language to communicate with humans, be able to STORE KNOWLEDGE that it reads or hears or knows, be able to automatically reason in order to draw conclusions, and finally be able to learn by patterns (ML).

You could also include the “total Turing test” and provide criteria like computer vision and robotics as well, but Turing himself viewed the physical part as not necessary as far as intelligence goes.

Acting humanly is the combination of fidelity and behavior. It is only a measure of intelligence.

Acting humanly as a measure of intelligence is ONLY concerned about the output. It dont give a fuck about internal processes. All that matters is what we, who interact with the machine, observe.

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

Is “acting humanly” or “passing the turing test” a focused area? why/why not?

A

No. Passing the test doesn’t really give anything, except perhaps westworld like tendencies.

There are other fields within AI that produce optimal solutions to problems, and there is hardly difficult to behold the fact that those fields are prioritized ahead of making machines act like humans for the fuck of it.

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

Name an example where imitation of real life creature is actually a more difficult approach?

A

Consider birds and flying.

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

What do we mean by “thinking humanly”?

A

Thinking humanly refers to humans’ thought processes. How do we think?

Thinking humanly is a measure of intelligence that is constructed by combining fidelity and reasoning. In other words, it refers to how well the machine resemble the human thought processes.

There are 3 ways we use when trying to grasp how humans think:
1) Introspection. Introspection refers to trying to capture the flow of thoughts. Tankestrøm.
2) Psychological experiments. Involves closely observing people to try to understand their process of thinking.
3) Brain imaging.

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

What is meant by thinking rationally?

A

Thinking rationally is a measure of intelligence that we get by combining rationality and reasoning. This means, we view intelligence as how the machine manage to find the best choices/solutions. We are interested in logic and syllogisms.

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

What is meant by acting rationally?

A

A measure of intelligence which we get by combining rationality and behavior.

This means that we view intelligence as the output and how good this output is. We are not concerned with the insides. Could be rational, could be humanly. Idgaf.

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

What is meant by “the standard model of AI”?

Why has this model become the main focus area?

A

The standard model is a paradigm where people have focused on creating and understanding agents that do the right thing. In other words, acting rationally. It is, in fact, so well accepted that it has become known as the standard model.

The reason for the standard model’s success is because of several points:
1) Rationality is more based on science and math, at least it is more well defined, which means that it becomes easier to work with.
2) Rationality use probability to combat uncertainty, which is very helpful. We wouldn’t do this if our goal were to imitate humans.
3) The best outcome is often of great interest. Fidelity is cool, but perhaps not as useful as some machine that can massively improve our solutions.

The summarize: The standard model is a paradigm where people and scientists have focused on understanding and creating agents that do the right/correct thing.

There is great benefit in adding that “perfect rationality” is not always attainable. For instance, if the solution require too much time to compute, we should have a way to get a “good enough” solution, which should require less time. We coin this “limited rationality”.

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

What is the “value alignment problem”?

A

The value alignment problem is the problem concerned with achieving an agreement between our own values and the objective that we supply the machine with.

To illustrate: If we specify the goal as “drive from A to B safely”, the model might not know how, because driving generally is not safe. This is a value problem. We value safe, but we also value driving. There is a trade off. We must understand how the machine can operate well when difficult/complex situations like this one occurs.

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

Name the different fields the constitute the foundation of AI

A

Philosophy
Mathematics
Economics
Neuroscience
Psychology
Computer Engineering
Control theory and cybernetics
Linguistics

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

What foundation questions from philosophy are important?

A

1) Can formal rules be used to draw valid conclusions?
2) How does the mind arise from the physical brain?
3) Where does knowledge come from?
4) How does knowledge lead to action?

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

Forklar dualisme

A

Dualisme refererer til Descartes syn på mind vs matter. Dersom sinnet kan beskrives med fysiske prinsipper, så fjerner det fri vilje. Dermed, skal en ha fri vilje, må sinnet være noe mer enn bare fysikk.

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

Why is the question on “how knowledge leads to action” so important in AI?

A

It is important because AI is mainly focused on finding the correct/optimal actions. We need to understand what makes one action better than the other.

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

How does knowledge lead to action?

A

Aristotle said that actions come from knowing the result of the action based on current information.

In other words: There is a logical connection between the goals and the knowledge of the actions outcome.

We (the machine) have a goal. It also possess knowledge on what a certain action would do. Then it could simply check whether the action leads to the goal or not.

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

What are the mathematical questions that lays the AI foundation?

A

1) What are the formal rules to draw valid conclusions?
2) What can be computed?
3) How do we reason with uncertain information?

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

What are the economic questions of the foundation?

A

1) How should we make decisions in accordance with our preferences?

2) How should we do this when others may not go along?

3) How should we do this when the payoff may be far in the future?

17
Q

what are the questions regarding neuroscience that is relevant to the AI foundation?

A

1) How do brains process information?

18
Q

Elaborate on GPS

A

GPS - General Problem Solver - was a program that was created by Newell and Simon. It was the first program designed to be general, and not specific, in regards to its input. GPS could actually solve a variety of limited class of puzzles.

The interesting thing about the general problem solver, is the fact that the order in which it considered sub goals and possible actions was similar to that in which humans approached the same problems. Therefore, it was the first machine that used the “thinking humanly” approach to intelligence.

The GPS was also the first program to use the ideas of Aristotle

19
Q

How can an agent act rationally? How does acting rationally differ from “thinking rationally”?

A

Thinking rationally is all about using logic, math and probability to always make the best choice. In this way, we would measure intelligence based on the machine’s ability to make good decisions by using laws of thought.

An agent that is acting rationally is judged by its ability to “work” in an environment. We look at some machine/agent and consider its intelligence by its ability to autonomously observe and perceive the environment which it is placed in, AND make the best decisions according to some goal. We call it a rational agent.

Make no mistake: Sometimes, being a rational agent requires rational thought/making correct inferences. The point is that sometimes, the “best” decision would not require inference. An example could be reflex actions. Another example could be state-specific actions, like turning up the heater if the temperature moves below a certain threshold. These are called “reflex-actions” because they happen instantaneously when some state occurs.

There are also procedures where inference is simply a waste of time, like with all greedy algorithms. Greedy choice is all that is needed, which doesn’t require logical reasoning. The same goes for look-up tables.

20
Q

What did Aristotle say about actions and knowledge?

A

Aristotle argued that knowledge of an action’s outcome, and knowledge of the goals, leads to rational actions.

In other words, if you have a goal, and you know that some action will lead you to this goal, then that action would be justifiable/rational.

His way of thinking can be explained as backwards-chaining, and works by considering the final goal, and thinking about actions that makes this goal attainable until your arrive at your current state.

21
Q

Elaborate on the GPS

A

General Problem Solver. Created by Newell and Simon. Implementation of Aristotle’s logical connection between goals and knowledge of actions outcomes.

GPS use mean-ends analysis, which is a strategy that starts with a goal and a current state, and look at what actions would lead to a smaller difference between the two.