Unit-I AI Introduction
Unit-I AI Introduction
to AI
What is Artificial Brain/Mind?
“You, your joys, and your sorrows, your memories and your
ambitions, your sense of personal identity and free will, are in
fact no more than the behavior of a vast assembly of nerve cell
and
their associated molecules.”
Francis Crick
2
The Physical Symbol System Hypothesis
(PSSH)
Intelligence actions can be modeled by a system manipulating symbols.
Formal
“A physical symbol system consists of a set of entities, called symbols,
Logic/Algebra
which are physical patterns that can occur as components of another type
of entity called an expression (or symbol structure).
Digital
A physical symbol system has the necessary and sufficient means for Computer
performing intelligent actions. So, it is a modelling platform. At any
instant of time the system will contain a collection of these symbol
structures.
Chess
A symbol structure is composed of a number of instances (or tokens)
of symbols related in some physical way (such as one token being next
to another).
The Arguments about Questioning the Thinking Ability of Machines? Given that the
nervous system is not a discrete-state machine, you cannot mimic the behavior of nervous
system with a discrete-state machine (Continuity in the Nervous System).
How about having a machine capable of having human feelings and thoughts, and Automated device for playing chess
and performing arts .
performing actions?
4
Turing Machine and Turing Test
Turing Machine:
A finite state machine with Governing each transition by the input
symbol, the current state, and the corresponding entry in the transition
table.
The next state is stored into the state register and the output is written to the
cell.
Transition Table: A set of entries in the format of
{<Current State, Input Symbol> < Next State, Output Symbol, Move>}
When we do prediction, we use a sort of intelligence!
Turing Test:
A machine can be described as thinking machine if it passes the Turing
Test. This test evaluates the intelligence.
If a human agent is engaged in two isolated dialogues (connected
by teletype), one with a computer, and the other with another
human.
The human agent cannot reliably identify which dialogue is with
the computer due to its kind of intelligence.
A human communicates with a computer via a teletype. If the human
cannot tell he is talking to a computer or another human, it passes the test.
Text
?
Cognition
Text
How does the machine with thinking ability perform and how to test it? 7
AI: How to Define AI?
The term got coined by John McCarthy in 1956 when a group of when scientists began exploring how computers
could solve problems on their own..
Def. 1 by David Marr: “AI is the study of complex information processing problems that often have their roots in
some aspects of biological information processing. The goal of the subject is to identify solvable and interesting
information
processing problems, and solve them.”
Def. 3 by Alan Turing: “Actions that are indistinguishable from a human’s ones.”
How to simply define AI? A machine with the ability to perform cognitive functions such as perceiving, learning,
reasoning and solve problems are deemed to hold an artificial intelligence. The benchmark for AI is the human
level concerning reasoning, speech, and vision.
How to well define AI? We can define intelligence as the computational part of the ability to achieve goals in
the world. Varying kinds and degrees of intelligence occur in humans, many animals and some machines. It is
the capacity to learn and solve problems in particular tacking novel problems, act rationally, and act like
humans.
Engineering:
Can we build intelligent devices and systems?
Autonomous and semi-autonomous for replicating human capabilities,
improving performance, and so forth.
7
AI: What is Inside AI?
Applications: Software/Hardware:
Image and Speech Recognition Graphical Processing Unit
Natural Language Processing Parallel Processing Tools (e.g. Spark)
Autonomous Driving Cloud Data Storage and Computing System
Convolutional
Tree Graph Bayesian
Neural
Search Search Networks
Network
8
AI: Brain Neural Network
While brain is heterogenous, it is composed of neurons.
The signal strength is high in Excited state and is low in Inhibited state.
“In our view, people are smarter than today’s computers because the brain employs a basic computational architecture
that is more suited to deal with a central aspect of the natural information processing tasks that people are so good
at.”
Assumption: Mental phenomena can be described by interconnected networks of simple and often uniform units.
Can we build a functional brain using computers?
1
0
History of AI
Beginning: 1943 –
1952
1943: J. McCulloch, W. Pitts: model of the artificial neuron
1949: D. Hebb: rule to modify the connection strength
between two neurons
1951: Minsky and Edmons: the first neural network
containing 40 neurons (vacuum tubes)
1950: A. Turing: Turing test, machine learning, genetic
algorithms, reinforcement learning
IAI –
1952 – 1969: Early enthusiasm, high hopes (1)
IAI –
1952 – 1969: Early enthusiasm, high hopes (2)
IAI –
1952 – 1969: Sobering up (1)
Early systems performed poorly when applied to a wider
range of problems or on more difficult problems
Early systems contained little or no knowledge, the output
was the result of relatively simple syntactic manipulations
IAI –
1952 – 1969: Sobering up (2)
IAI –
1970 – 1979: Knowledge-based systems
IAI –
1980 –
2010
IAI –
2010 – today
The era of deep learning
Deep learning – machine learning of multilayered data
abstractions Typically using neural networks on large
amounts of data
Stunning advances in computer vision, promising
improvements in natural language processing
IAI –