What is AI?
It is the science and engineering of making intelligent machines, especially intelligent computer programs. Artificial Intelligence is the study of the computations that make it possible to perceive, reason and act.
When did artificial intelligence become a formal branch of computer science?
Artificial Intelligence becomes a formal branch of Computer Science around 1956.

AI has its own computer programming languages LISP, which developed in 1957, is STILL in use today, along with others. Every major computer technology company has a considerable investment in AI research.

What is the Mind-Body Problem?
The major philosophical issue related to AI in computer science is the mind-body problem -- how the mind relates to the body as espoused by Rene Descartes. A closely related problem is "can computers think?"
What is Mental Life?
People (and presumably some animals) have a mental life.

Consider the question "what would it be like to be a bat?" Mental life is made up of sensations (color, pain, etc.), emotions and thoughts etc..

What is the Mind-Body Paradox?
1) Bodies are physical.2) Minds are not physical.

3) Minds and bodies interact. 4) The physical and non-physical can't interact. Any three of this propositions are compatible but all four together are not..

..

What is Cartesian Dualism
Cartesian dualism as espoused by Rene Descartes claims that mental activity is governed by different laws, and is made up of different stuff than purely physical activity. The major problem with this theory for science is that nobody has every seen such stuff, or observed such laws.
What is physicalism?
Physicalism contends that mental activity and physical brain activity are the same thing.
Where do computers enter the picture of the Mind-Body Problem?
Computers today to some degree make physicalism seem less plausible.

"What is it like to be an IBM ThinkPad?" Presumably our answer would be "not much". Would our answer change if the computer were talking to us?

Can computers think?
Not yet...but who knows what the future holds in store? Either way there are important philosophical ramifications.
What is the "Chinese Room" Problem?
Imagine a person sitting in a room, and who does not understand Chinese.

This person is given a manual on how to respond to all possible sequences of Chinese symbols. To the outside world, the person in the room seems to understand Chinese, but does not. The same should be said about computers.

What are examples of some machines that "Think", or at least give the appearance that they do?
Robots, expert systems, automation, natural language processors.
What are the results of AI research to date?
Software that analyzes other systems and software. Software that "learns" and never forgets.

Very reliable robotic systems at decreasing cost. Problem solvers (computer chess).

What is the purpose of the branch of computer science that is Artificial Intelligence?
Artificial intelligence is concerned with understanding the nature of intelligence through the creation of computer programs which control machines. It is normally divided up into various sub-disciplines such as vision, language, planning, etc.
What are some areas and applications of AI research?
Game theory, speech and language recognition, machine vision, expert systems (learning), robotics, heuristic classification (what should I do?).
What is computer vision?
Computer vision is concerned with reconstructing the objects and their placement in a scene from one or more arrays of light intensities generated by these objects.

It is a very complicated problem. That we and other animals do it so effortlessly speaks highly of evolution.

How does stereo vision work?
The greater the disparity between where an object appears to the right and left eyes, the closer it is.
What is line detection?
Early vision (things that are done early in the vision process) is generally concerned with line detection.Lines are places where there is a sharp change in light intensities.

Noise often complicates things, so it is necessary to smooth the observed light intensities.

What are the three causes of lines?
Line caused by reflectance change. Line caused by object boundary. Line caused by object orientation change.
What are some uses for early vision?
So far we have been talking about early vision: line detection, stereo, texture. Some tasks require not much more than this, e.

g. driving a car on a highway.

What is object recognition?
More advanced machine vision is concerned with object recognition. Problem involve how to represent object shapes and sizes, how to map such representations when an object is seen at different angles.
What are some applications for object recognition?
Manufacturing quality control, medical research, navigation over terrain (Guidance systems), facial analysis (Security Systems).
What is machine learning?
Machine learning is the creation of new hypotheses by computers (or at least hypotheses new to the computer).

Today most machine learning programs use statistical techniques, and there is, in general, a great cross fertilization between Statistics and Artificial Intelligence.

What is planning?
Planning is deciding what action to take next. Within AI planning problems are generally thought of as coming in two varieties: planning with and without complete information.
What is game playing?
One standard planning problem is game playing. Games like chess are examples of planning with complete information since one knows the exact state of the game board, and nothing else affects the play of the game.

How is a game tree used?
In principle one can decide on a move by considering all possible responses to responses. In practice one cannot carry this out to the end of the game. So one carries it out as far as one can.
How well can computers play chess?
Many of the worlds best chess players are computers. A computer (IBM's Deep Blue) beat the Gary Kasparov, the world champion in 1997 in a one on one tournament using the tree technique
What is utility theory?
A standard tool for reasoning in such situations as uncertainty or imperfect information is utility theory.

Actions have costs, and possible outcomes with certain probabilities. Do the action for which the sum of P(outcome) × Utility of outcome - cost is the greatest.

What are speech recognition and natural language programs
Very difficult problem. Recognizing words and simple phrases vs.

complex thoughts and syntax. Cultural nuance and Context Pattern recognition on different speech patterns and accents. Used by the "Turing test" as the ultimate test of computer intelligence.

The Loebner Prize ($100K).

Awarded each year to the computer program that best responds to a team of human questioners and best mimics another human being in what is called the "Turing Test". Turing asked the question, " If a computer could be made to think, how would we tell?"...have a conversation with it.

....

?

What are chatterbots?
A Chatterbot is a program that attempts to simulate typed conversation, with the aim of at least temporarily fooling a human into thinking they were talking to another person. Chatterbots are lightweight Natural Language Programs.
What is heuristics
For a given set of circumstances, what should be done? What information can be used as input into the decision process? What weight should be given to different pieces of data (example: approving a credit card purchase)?
What is robotics?
The ultimate exercise in planning and action is in the area of robotics. The current state of robotics is fairly primitive. Our sensors typically do not tell us much about the environment with much certainty, and our effectors do not work all that well either.
What are examples of robotic sensors?
Infrared, lasers, temperature, humidity, liquid, micro switches.

What is the problem of self-awareness?
Can machines be made Self-Aware? Implies that at some point they might not need further programming....

they do it themselves....just like a new born infant does from the time it is born! The machines could then decide whether or not they like us..

.and if they should keep us around!

What are Asimov's Robotics Laws?
Over-riding Law: A robot may not injure humanity, or, through inaction, allow humanity to come to harm. Law One: A robot may not injure a human being, or, through inaction, allow a human being to come to harm, unless this would violate a higher order law.Law Two: A robot must obey orders given it by human beings, except where such orders would conflict with a higher order law. Law Three: A robot must protect its own existence as long as such protection does not conflict with a higher order law.