#1 Introduction To AI
#1 Introduction To AI
INTRODUCTION TO ARTIFICIAL
INTELLIGENCE
1
What is Artificial Intelligence ?
making computers that think?
the automation of activities we associate with human thinking,
like decision making, learning ... ?
the art of creating machines that perform functions that require
intelligence when performed by people ?
the study of mental faculties through the use of computational
models ?
Artificial intelligence (AI), sometimes called machine intelligence, is
intelligence demonstrated by machines, in contrast to the natural intelligence
displayed by humans and other animals, such as "learning" and "problem
solving. .
HUMAN RATIONAL
Systems that act like humans:
Turing Test
“The art of creating machines that perform functions that require
intelligence when performed by people.” (Kurzweil)
“The study of how to make computers do things at which, at the
moment, people are better.” (Rich and Knight)
Systems that act rationally
2 advantages:
It is more general than using logic only
Because: LOGIC + Domain knowledge
It allows extension of the approach with more
scientific methodologies
Some Advantages of Artificial
Intelligence
more powerful and more useful computers
new and improved interfaces
solving new problems
better handling of information
relieves information overload
conversion of information into knowledge
The Disadvantages
increased costs
difficulty with software development - slow and expensive
few experienced programmers
few practical products have reached the market as yet.
HOW ARE HUMANS INTELLIGENT ?
• Learning
• Reasoning
• Social Behavior
20
Interacting with the Environment
In order to enable intelligent behaviour, we will have to
interact with our environment.
Properly intelligent systems may be expected to:
accept sensory input
vision, sound, …
interact with humans
understand language, recognise speech,
generate text, speech and graphics, …
modify the environment
robotics
Artificial intelligence (AI) - The study of computer systems that attempt
to model and apply the intelligence of the human mind.
23
24
The illustration below illustrates a typical information flow between the "human" and
"machine" components of a system. For a properly designed
system, its important to know the capabilities and flexibilities of both.
https://www.hf.faa.gov/webtraining/HFModel/HFInterModel/overview.htm 9
10
KEY RESEARCH AREAS IN AI
• Problem solving, planning, and search --- generic problem solving architecture based
on ideas from cognitive science (game playing, robotics).
While narrow AI may outperform humans at whatever its specific task is, like
playing chess or solving equations, AGI would outperform humans at nearly
every thinking task.
28
29
The potential benefits from self-learning computer chips are limitless as these
types of devices can learn to perform the most complex thinking tasks, such as
interpreting critical cardiac rhythms, detecting anomalies to prevent cyber-
hacking and composing music.
This is a new one made by the Intel company and many other companies are
making special AI chips too.
1
4
Artificial Intelligence (AI) has entered our daily lives like never before and we are yet to
unravel the many other ways in which it could flourish.
All of the tech giants such as Microsoft, Uber, Google, Facebook, Apple, Amazon,
Oracle, Intel, IBM or Twitter are competing in the race to lead the market and acquire
the most innovative and promising AI businesses.
31
How AI communicates with humans?
32
AI Now? AI Not yet?
33
Google announced their Duplex system, a new technology for conducting natural
conversations to carry out “real world” tasks over the phone.
For such tasks, the system makes the conversational experience as natural as
possible, allowing people to speak normally, like they would to another person,
without having to adapt to a machine.
https://www.youtube.com/watch?v=GoXp1leA5Qc
34
35
The Turing Test
Turing test
A test to determine whether a computer has achieved intelligence
Alan Turing
An English mathematician who wrote a landmark paper in 1950 that asked the
question: Can machines think?
He proposed a test to answer the question "How will we know when we have
succeeded?“
He said that a machine passes the test when it successfully generates responses
appropriate enough to convince the evaluator that it is human.
29
In the Turing test, the interrogator must determine which
respondent is the computer and which is the human.
37
THE LOEBNER PRIZE FOR COMPLETING
THE TURING TEST
The Loebner Prize is an annual competition in artificial intelligence
that awards prizes to the computer
programs considered by the judges to be the most human- like, using the Turing
Test computer and person arrangement.
The contest was launched in 1990 by Hugh Loebner and there are bronze, silver,
and gold coin prizes, plus money.
38
KNOWLEDGE REPRESENTATION
• We need to create a logical view of the data, based on how we want to process it
• Natural language is very descriptive, but does not lend itself to efficient
processing.
4) Neural networks – creating a computer version of the neurons of the br3a3in and how they
work
1) Expert Learning Systems
• Expert Learning Systems were commercially the first and most successful
domain in Artificial Intelligence.
IF (raincoat is on)
THEN (you will not get wet)
2) Semantic (word description) Networks
Semantic network
A knowledge representation technique that focuses on the relationships
between objects
A directed graph or word chart is used to represent a semantic network or net
42
3) Search Trees
AI often revolves around the use of algorithms.
43
THE HUMAN BRAIN AND NEURONS IN IT
The human brain has often been viewed as outstanding among mammalian brains: the
most cognitively able, the largest-than-expected from body size, endowed with an
overdeveloped cerebral cortex that represents over 80% of brain mass, and purportedly
containing 100 billion neurons and 10× more glial cells.
44
THE BRAIN IS DIVIDED INTO 4
PARTS AND THE CEREBELLUM
WHICH IS LOCATED AT THE
BOTTOM, BACK AREA
45
AI technology called machine learning today, is great at helping for taking good
photos, translating languages, recognizing your friends on Facebook, delivering search
results, screening out spam and many other chores.
It usually uses an approach called neural networks that works something like a human
brain, not a sequence of IF THIS, THEN steps as in traditional computing.
46
TYPES AND FUNCTION OF NEURONS
Neurons are essential for every action that our body and brain carry out.
It is the complexity of neuronal networks that gives us our personalities and our
consciousness.
They make up around 10 percent of the brain; the rest consists of glial cells and other
cells that support and nourish the neurons.
47
Incoming signals to the neuron can be either excitatory – which means they tend to make the
neuron fire (generate an electrical impulse) – or inhibitory – which means that they tend to keep
the neuron from firing.
A single neuron may have more than one set of dendrites, and may receive many
thousands of input signals.
Whether or not a neuron is excited into firing an impulse depends on the sum of all of the
excitatory and inhibitory signals it receives.
If the neuron does end up firing, the nerve impulse is conducted down the axon.
48
How synapses work - Neurons are connected to each other at a location called a Synapse, so
that they can communicate messages
Amazingly, where each cell connects with the other one, NONE of these cells ever touch
each other !!
The signal that is carried from the first nerve fiber to the next one is transmitted by an
electrical signal or a chemical one, up to a speed of 268 miles per hour !
There is new evidence that both types closely interact with each other and that the
transmission of a nerve signal is both chemical and electrical, which is actually required for
normal brain development and function.
4) Artificial Neural Network (ANN)
A computer representation of knowledge that attempts to mimic the neural
networks of the human brain
Yes, but what is a human neural network?
A simple "neuron" N accepts input from multiple other neurons, each of which, when
activated (or "fired"), cast a weighted "vote" for or against whether neuron N should
itself activate.
54
An ANN is based on a collection of connected units or nodes called artificial neurons, which
loosely model the neurons in a biological brain.
55
ARTIFICIAL NEURAL NETWORK
• Artificial neurons: Commonly called processing elements,
are modeled after real neurons of humans and other animals.
Artificial
Inputs Neuron Output
12-56
Artificial Neural Networks
Training
The process of adjusting the weights and threshold values in a neural net
How does this all work?
Train a neural net to recognize An eagle in a picture.
Given one output value per pixel, train network to produce an output value of 1 for
every pixel that contributes to the eagle and 0 for every one that doesn’t.
57
DeepMind is a subsidiary of Google that focuses on the development of
artificial intelligence and deep reinforcement machine learning.
The deep reinforcement learning of its AI algorithms has been used in both
research and applied contexts
DeepMind is built around the framework of neural networks and uses a method
called deep-reinforced-learning.
This means that the A.I can learn from it's experiences and become more
efficient at whatever it does.
The A.I is general-purpose meaning that it's NOT pre-programmed for a specific
task from the go.
https://www.youtube.com/watch?
v=TnUYcTuZJpM&ab_channel=ColdFusion
54
Agents
• An agent is anything that can be viewed as a device that can perceive its
environment through sensors and act upon that environment through actuators.
• Human agent: eyes, ears, and other organs for sensors; hands, legs, mouth, and
other body parts for actuators
• Rational Agent:
• For each possible sequence, a rational agent should select an action that is
expected to maximize its performance measure, given the evidence provided
by the perception sequence and whatever built-in knowledge the agent has.
55
Why “meaning” is the central concept of AI
• For an agent to be “intelligent”, it must be able to understand the
meaning of information.
• The receiver must have the ability to interpret the information correctly according to
the intended by the source meaning or semantics of it.
60
57
Machine Learning
The phrase ‘machine learning’ dates back to the middle of the last
century where Arthur Samuel in 1959 defined machine learning
as “the ability to learn without being explicitly programmed.”
58
DRONE CHASSIS DESIGN
USING MACHINE
LEARNING
https://www.youtube.com/watch? 63
Deep Learning
Deep Learning is a new area of machine learning research, which has been
introduced with the objective of moving machine learning closer to artificial
intelligence.
It relates to study of ‘deep neural networks’ in the human brain and, under this
perspective, the deep learning tries to emulate the functions of inner layers of
the human brain, creating knowledge from multiple layers of information
processing.
Deep artificial neural networks are a set of algorithms reaching new levels
of accuracy for many important problems, such as image recognition, sound
recognition, recommender systems, etc.
60
For example, a deep learning
algorithm could be trained to
‘learn’ how a dog looks like. It
would take an enormous dataset of
images for it to understand the
minor details that distinguish a dog
from a wolf or a fox.
61
62
CONCERNS ABOUT AI TAKING
OVER THE WORLD
The computer that wins at games of Chess or Go, is analyzing data for
patterns. It has no idea it’s playing Go as opposed to golf, or what would
happen if more than half of a Go board was pushed beyond the edge of a table.
When you ask Amazon’s Alexa to reserve you a table at a restaurant you
name, its voice recognition system, made very accurate by machine learning,
saves you the time of entering a request in Open Table’s reservation system.
If you asked it to book you a table for two at 6 p.m. at the Mayo Clinic, it would
try.
63
64
65
66