Introduction To Artificial Intelligence Week 1
Introduction To Artificial Intelligence Week 1
INTRODUCING AI
WEEK 1: INTRODUCING AI
OBJECTIVES:
WEEK 1: INTRODUCING AI
Discerning intelligence
People define intelligence in many different ways. However, you can say that
intelligence involves certain mental activities composed of the following
activities:
» Seeing relationships: Divining how validated data interacts with other data.
The list could easily get quite long, but even this list is relatively prone to
interpretation by anyone who accepts it as viable. As you can see from the
list, however, intelligence often follows a process that a computer system can
mimic as part of a simulation:
2.Assess the value of any currently known information in support of the goal.
4.Manipulate the data such that it achieves a form consistent with existing
information.
5.Define the relationships and truth values between existing and new information.
7.Modify the goal in light of the new data and its effect on the probability of success.
8.Repeat Steps 2 through 7 as needed until the goal is achieved (found true) or the
possibilities for achieving it are exhausted (found false).
WEEK 1: INTRODUCING AI
AI relies on algorithms to achieve a result that may or may not have anything to do with
human goals or methods of achieving those goals. With this in mind, you can categorize
AI in four ways:
» Acting humanly: When a computer acts like a human, it best reflects the Turing test,
in which the computer succeeds when differentiation between the computer and a
human isn’t possible.
To determine whether a program thinks like a human, you must have some method of determining how
humans think, which the cognitive modeling approach defines. This model relies on three techniques:
•Introspection: Detecting and documenting the techniques used to achieve goals by monitoring one’s
own thought processes.
•Psychological testing: Observing a person’s behavior and adding it to a database of similar behaviors
from other persons given a similar set of circumstances, goals, resources, and environmental conditions
(among other things).
•Brain imaging: Monitoring brain activity directly through various mechani cal means, such as
Computerized Axial Tomography (CAT), Positron Emission Tomography (PET), Magnetic Resonance
Imaging (MRI), and Magnetoencephalography (MEG).
WEEK 1: INTRODUCING AI
» Thinking rationally: Studying how humans think using some standard enables the
creation of guidelines that describe typical human behaviors. A person is considered
rational when following these behaviors within certain levels of deviation.
» Acting rationally: Studying how humans act in given situations under specific
constraints enables you to determine which techniques are both efficient and effective. A
computer that acts rationally relies on the recorded actions to interact with an
environment based on conditions, environmental factors, and existing data.
WEEK 1: INTRODUCING AI
» Theory of mind: A machine that can assess both its required goals and
the potential goals of other entities in the same environment has a kind of
understanding that is feasible to some extent today, but not in any
commercial form.
Expert systems first appeared in the 1970s and again in the 1980s as an
attempt to reduce the computational requirements posed by AI using the
knowledge of experts. A number of expert system representations appeared,
including rule based (which use if. . .then statements to base decisions on
rules of thumb), frame based (which use databases organized into related
hierarchies of generic information called frames), and logic based (which rely
on set theory to establish relationships).
WEEK 1: INTRODUCING AI
Considering AI Uses
Here are just a few of the ways in which you might see AI used:
» Fraud detection: You get a call from your credit card company asking
whether you made a particular purchase. The credit card company isn’t
being nosy; it’s simply alerting you to the fact that someone else could be
making a purchase using your card.
» Complex analysis: Humans often need help with complex analysis because there are
literally too many factors to consider.
» Automation: Any form of automation can benefit from the addition of AI to handle
unexpected changes or events.
» Customer service: The customer service line you call today may not even have a
human behind it.
» Safety systems: Many of the safety systems found in machines of various sorts today
rely on AI to take over the vehicle in a time of crisis.
WEEK 1: INTRODUCING AI
Avoiding AI Hype
» Symbolists: The origin of this tribe is in logic and philosophy. This group relies on inverse deduction to solve
problems.
» Connectionists: This tribe’s origin is in neuroscience and the group relies on backpropagation to solve
problems.
» Evolutionaries: The evolutionaries tribe originates in evolutionary biology, relying on genetic programming
to solve problems.
» Bayesians: This tribe’s origin is in statistics and relies on probabilistic inference to solve problems.
» Analogizers: The origin of this tribe is in psychology. The group relies on kernel machines to solve problems.
WEEK 1: INTRODUCING AI