CSC 309 Compiled
CSC 309 Compiled
Artificial Intelligence (AI) is a branch of Science which deals with helping machines
finding solutions to complex problems in a more human-like fashion. This generally
involves borrowing characteristics from human intelligence, and applying them as
algorithms in a computer friendly way. A more or less flexible or efficient approach can be
taken depending on the requirements established, which influences how artificial the
intelligent behaviour appears.
AI is generally associated with Computer Science, but it has many important links with
other fields such as Maths, Psychology, Cognition, Biology and Philosophy, among many
others. Our ability to combine knowledge from all these fields will ultimately benefit our
progress in the quest of creating an intelligent artificial being.
AI is one of the newest disciplines. It was formally initiated in 1956, when the name was
coined, although at that point work had been under way for about five years. However, the
study of intelligence is one of the oldest disciplines. For over 2000 years, philosophers have
tried to understand how seeing, learning, remembering, and reasoning could, or should, be
done. The advent of usable computers in the early 1950s turned the learned but armchair
speculation concerning these mental faculties into a real experimental and theoretical
discipline. Many felt that the new ``Electronic Super-Brains'' had unlimited potential for
intelligence. ``Faster Than Einstein'' was a typical headline. But as well as providing a
vehicle for creating artificially intelligent entities, the computer provides a tool for testing
theories of intelligence, and many theories failed to withstand the test. AI has turned out
to be more difficult than many at first imagined, and modern ideas are much richer, more
subtle, and more interesting as a result.
Alternative
AI is the study of how to make computers do things which at the moment people do better.
This is ephemeral as it refers to the current state of computer science and it excludes a
major area ; problems that cannot be solved well either by computers or by people at the
moment. Alternative
AI is a field of study that encompasses computational techniques for performing tasks that
apparently require intelligence when performed by humans. Alternative
AI is the branch of computer science that is concerned with the automation of intelligent
behaviour. A I is based upon the principles of computer science namely data structures used
in knowledge representation, the algorithms needed to apply that knowledge and the
languages and programming techniques used in their implementation.
AI is the field of study that seeks to explain and emulate intelligent behaviour in terms of
computational processes. Alternative
A I is the part of computer science concerned with designing intelligent computer systems,
that is, computer systems that exhibit the characteristics we associate with intelligence in
human behaviour such as understanding language, learning, reasoning and solving
problems.
Alternative
A I is the study of mental faculties through the use of computational models Alternative
A I is the study of the computations that make it possible to perceive, reason, and act
Alternative
A I is the exciting new effort to make computers think machines with minds, in the full and
literal sense
In brief summary, AI is concerned with developing computer systems that can store
knowledge and effectively use the knowledge to help solve problems and accomplish tasks.
The above definitions give us four possible goals to pursue in artificial intelligence:
Historically, all four approaches have been followed. As one might expect, a tension exists
between approaches centered around humans and approaches centered around rationality.
(We should point out that by distinguishing between human and rational behaviour, we are
not suggesting that humans are necessarily ``irrational'' in the sense of ``emotionally
unstable'' or ``insane.'' One merely need note that we often make mistakes; we are not all
chess grandmasters even though we may know all the rules of chess; and unfortunately, not
everyone gets an A on the exam. A human-centered approach must be an empirical science,
involving hypothesis and experimental confirmation. A rationalist approach involves a
combination of mathematics and engineering. People in each group sometimes cast
aspersions on work done in the other groups, but the truth is that each direction has yielded
valuable insights.
The Turing Test, proposed by Alan Turing (Turing, 1950), was designed to provide a
satisfactory operational definition of intelligence. Turing defined intelligent behaviour as
the ability to achieve human-level performance in all cognitive tasks, sufficient to fool an
interrogator. Roughly speaking, the test he proposed is that the computer should be
interrogated by a human via a teletype, and passes the test if the interrogator cannot tell if
there is a computer or a human at the other end.
Programming a computer to pass the test provides plenty to work on. The computer would
need to possess the following capabilities:
Within AI, there has not been a big effort to try to pass the Turing test. The issue of acting
like a human comes up primarily when AI programs have to interact with people, as when
an expert system explains how it came to its diagnosis, or a natural language processing
system has a dialogue with a user. These programs must behave according to certain normal
conventions of human interaction in order to make themselves understood. The underlying
representation and reasoning in such a system may or may not be based on a human model.
If we are going to say that a given program thinks like a human, we must have some way
of determining how humans think. We need to get inside the actual workings of human
minds. There are two ways to do this:
Through introspection (trying to catch our own thoughts as they go by) Through
psychological experiments.
Once we have a sufficiently precise theory of the mind, it becomes possible to express the
theory as a computer program. If the program's input/output and timing behavior matches
human behavior, that is evidence that some of the program's mechanisms may also be
operating in humans.
For example, Newell and Simon, who developed GPS, the ``General Problem Solver''
(Newell and Simon, 1961), were not content to have their program correctly solve
problems. They were more concerned with comparing the trace of its reasoning steps to
traces of human subjects solving the same problems. This is in contrast to other researchers
of the same time (such as Wang (1960)), who were concerned with getting the right answers
regardless of how humans might do it. The interdisciplinary field of cognitive science
brings together computer models from AI and experimental techniques from psychology to
try to construct precise and testable theories of the workings of the human mind.
The Greek philosopher Aristotle was one of the first to attempt to codify ``right thinking,''
that is, irrefutable reasoning processes. His famous syllogisms provided patterns for
argument structures that always gave correct conclusions given correct premises. For
example, ``Socrates is a man; all men are mortal; therefore Socrates is mortal.'' These laws
of thought were supposed to govern the operation of the mind, and initiated the field of
logic.
There are two main obstacles to this approach. First, it is not easy to take informal
knowledge and state it in the formal terms required by logical notation, particularly when
the knowledge is less than 100% certain. Second, there is a big difference between being
able to solve a problem ``in principle'' and doing so in practice. Even problems with just a
few dozen facts can exhaust the computational resources of any computer unless it has
some guidance as to which reasoning steps to try first. Although both of these obstacles
apply to any attempt to build computational reasoning systems, they appeared first in the
logicist tradition because the power of the representation and reasoning systems are
welldefined and fairly well understood.
Acting rationally means acting so as to achieve one's goals, given one's beliefs. An agent
is just something that perceives and acts. In this approach, AI is viewed as the study and
construction of rational agents.
In the ``laws of thought'' approach to AI, the whole emphasis was on correct inferences.
Making correct inferences is sometimes part of being a rational agent, because one way to
act rationally is to reason logically to the conclusion that a given action will achieve one's
goals, and then to act on that conclusion. On the other hand, correct inference is not all of
rationality, because there are often situations where there is no provably correct thing to
do, yet something must still be done. There are also ways of acting rationally that cannot
be reasonably said to involve inference. For example, pulling one's hand off of a hot stove
is a reflex action that is more successful than a slower action taken after careful
deliberation.
All the ``cognitive skills'' needed for the Turing Test are there to allow rational actions.
Thus, we need the ability to represent knowledge and reason with it because this enables
us to reach good decisions in a wide variety of situations. We need to be able to generate
comprehensible sentences in natural language because saying those sentences helps us get
by in a complex society. We need learning not just for erudition, but because having a better
idea of how the world works enables us to generate more effective strategies for dealing
with it. We need visual perception not just because seeing is fun, but in order to get a better
idea of what an action might achieve
At its core, the primary goal of Artificial Intelligence is to simulate human-like intelligence
in machines, empowering them to carry out complex tasks and decision-making processes
autonomously. The objectives of AI encompass a wide range of applications, including but
not limited to:
One of the central aims of AI is to develop systems that can analyze large datasets, identify
patterns, and make data-driven decisions. This ability to solve problems and make
decisions efficiently is invaluable across various industries, from healthcare and finance to
transportation and manufacturing.
AI-driven NLP is a critical aspect of creating machines that can understand and
communicate with humans in natural language. NLP enables virtual assistants like Siri and
Alexa to comprehend user queries and respond appropriately, making machine interactions
more intuitive and user-friendly
Machine learning and deep learning are subset of AI that focus on enabling machines to
learn from data without explicit programming. These techniques have led to significant
advancements in computer vision, speech recognition, and recommendation systems,
among others.
Integrating AI with robotics has given rise to intelligent machines that can perform physical
tasks with precision and accuracy. From assembly line robots in manufacturing plants to
autonomous vehicles, AI-powered automation is reshaping industries worldwide.
AI's goal in healthcare is to improve diagnostics, treatment planning, and patient care.
Medical professionals can leverage AI algorithms to analyze medical images, predict
disease outcomes, and develop personalized treatment plans for patients.
AI is not limited to practical applications alone; it has the potential to spur creativity and
innovation. AI-powered tools can assist artists, writers, and designers generate creative new
ideas and push the boundaries of human imagination.
The relentless pursuit of AI's goals has resulted in groundbreaking advancements that
continue to shape our world. Some of the most notable developments include:
Deep learning, has achieved remarkable milestones in recent years. The advent of neural
networks and architectures like GANs (Generative Adversarial Networks) has led to
astonishing progress in image and speech generation, as well as natural language
understanding.
2. Reinforcement Learning
Reinforcement learning is a technique that enables machines to learn by trial and error,
much like how humans learn from experience. This approach has proven highly effective
in training AI agents for complex tasks, such as playing games and controlling autonomous
vehicles.
3. Ethical AI Development
4. AI in Drug Discovery
AI has shown immense promise in revolutionizing drug discovery processes. Through AI-
driven simulations and data analysis, researchers can identify potential drug candidates
more efficiently, accelerating the pace of medical advancements.
Advancements in AI have paved the way for the development of autonomous systems and
robotics. Self-driving cars, drones, and robotic companions are becoming more
sophisticated, promising a future where AI-powered machines coexist seamlessly with
humans.
Artificial Intelligence can be broadly classified into several types based on capabilities,
functionalities, and technologies. Here's an overview of the different types of AI:
1. Based on Capabilities
This type of AI is designed to perform a narrow task (e.g., facial recognition, internet
searches, or driving a car). Most current AI systems, including those that can play complex
games like chess and Go, fall under this category. They operate under a limited pre-defined
range or set of contexts.
- Superintelligent AI
This represents a future form of AI where machines could surpass human intelligence
across all fields, including creativity, general wisdom, and problem-solving.
Superintelligence is speculative and not yet realized.
2. Based on Functionalities
- Reactive Machines
These AI systems do not store memories or past experiences for future actions. They
analyze and respond to different situations. IBM's Deep Blue, which beat Garry Kasparov
at chess, is an example.
- Limited Memory
These AI systems can make informed and improved decisions by studying the past data
they have collected. Most present-day AI applications, from chatbots and virtual assistants
to self-driving cars, fall into this category.
- Theory of Mind
- Self-aware AI
This represents the future of AI, where machines will have their own consciousness,
sentience, and self-awareness. This type of AI is still theoretical and would be capable of
understanding and possessing emotions, which could lead them to form beliefs and desires.
3. Based on Technologies
- Deep Learning
A subset of ML involving many layers of neural networks. It is used for learning from large
amounts of data and is the technology behind voice control in consumer devices, image
recognition, and many other applications.
This AI technology enables machines to understand and interpret human language. It's used
in chatbots, translation services, and sentiment analysis applications.
- Robotics
This field involves designing, constructing, operating, and using robots and computer
systems for controlling them, sensory feedback, and information processing.
- Computer Vision
This technology allows machines to interpret the world visually, and it's used in various
applications such as medical image analysis, surveillance, and manufacturing.
- Expert Systems
These AI systems answer questions and solve problems in a specific domain of expertise
using rule-based systems.
AI research has successfully developed effective techniques for solving a wide range of
problems, from game playing to medical diagnosis.
There are many branches of AI, each with its focus and set of techniques. Some of the
essential branches of AI include:
Machine learning: It deals with developing algorithms that can learn from data. ML
algorithms are used in various applications, including image recognition, spam
filtering, and natural language processing.
Natural language processing: It deals with the interaction between computers and
human language. NLP techniques are used to understand and process human
language and in various applications, including machine translation, speech
recognition, and text analysis.
Robotics: It is a field of engineering that deals with robot design, construction, and
operation. Robots can perform tasks automatically in various industries, including
manufacturing, healthcare, and transportation.
Expert systems: They are computer programs designed to mimic human experts'
reasoning and decision-making abilities. Expert systems are used in various
applications, including medical diagnosis, financial planning, and customer service.
1. E-Commerce
2. Education
Example
3. Lifestyle
Example
Smart thermostats like Nest use AI to learn homeowners' temperature preferences and
schedule patterns and automatically adjust settings for optimal comfort and energy savings.
4. Navigation
AI significantly improves navigation systems, making travel safer and more efficient.
Advanced algorithms process real-time traffic data, weather conditions, and historical
Example
Google Maps utilizes AI to analyze traffic conditions and provide the fastest routes, helping
drivers save time and reduce fuel consumption.
5. Robotics
AI enhances robots' capabilities, enabling them to perform complex tasks precisely and
efficiently. In industries like manufacturing, AI-powered robots can work alongside
humans, handling repetitive or dangerous tasks, thus increasing productivity and safety.
Example
In automotive manufacturing, AI-driven robots are used for assembling parts, painting, and
quality control, significantly speeding up production and ensuring high-quality output.
Example
Grammarly uses NLP to analyze text for grammatical errors, style improvements, and
clarity suggestions, helping users enhance their writing quality.
7. Computer Vision
Computer vision involves using AI to interpret and process visual information from the
world around us. It enables machines to recognize objects, people, and activities in images
and videos, leading to security, healthcare, and autonomous vehicle applications.
Example
Self-driving cars use computer vision to detect and respond to obstacles, traffic signals, and
pedestrians, ensuring safe navigation.
8. Face Recognition
Example
Apple's Face ID technology uses face recognition to unlock iPhones and authorize
payments, offering a secure and user-friendly authentication method.
9. Human Resources
Example
Companies like IBM use AI-powered platforms to analyze resumes and identify the most
suitable candidates, significantly reducing the time and effort involved in the hiring
process.
10. AI in Healthcare
One of the critical AI applications is its integration with the healthcare and medical field.
AI transforms healthcare by improving diagnostics, personalizing treatment plans, and
optimizing patient care. AI algorithms can analyze medical images, predict disease
outbreaks, and assist in drug discovery, enhancing the overall quality of healthcare services.
Example
IBM Watson Health uses AI to analyze vast amounts of medical data, assisting doctors in
diagnosing diseases and recommending personalized treatment plans.
Artificial intelligence provides numerous benefits such as reducing human errors, time
saving capabilities, digital assistance, and unbiased decisions. However, the disadvantages
include emotional intelligence, encouraging human laziness, and job displacement.
One of the most significant benefits of Artificial Intelligence is that it can significantly
reduce errors and increase accuracy and precision. The decisions taken by AI in every step
Example:
Robotic surgery systems are an example of AI reducing human error. These systems can
perform complex procedures with precision and accuracy, reducing the risk of human error
and improving patient safety in healthcare.
2. Enhances Decision-Making
Example:
3. Zero Risks
Another significant benefit of AI is that humans can overcome many risks by letting AI
robots do them for us. Whether defusing a bomb, going to space, or exploring the deepest
parts of oceans, machines with metal bodies are resistant and can survive unfriendly
atmospheres. Moreover, they can provide accurate work with greater responsibility and not
wear out quickly.
Example:
One example of zero risks is a fully automated production line in a manufacturing facility.
Robots perform all tasks, eliminating the risk of human error and injury in hazardous
environments.
4. 24x7 Availability
One of the key benefits of AI is round the clock availability. Many studies show humans
are productive for only about 3 to 4 hours daily. Humans also need breaks and time off to
balance their work and personal lives. But AI can work endlessly without breaks. They
Example:
An example is online customer support chatbots, which can provide instant assistance to
customers anytime, anywhere. Using AI and natural language processing, chatbots can
answer common questions, resolve issues, and escalate complex problems to human agents,
ensuring seamless customer service around the clock.
5. Digital Assistance
Digital assistants are employed by some of the most advanced companies to interact with
users, reducing the need for human personnel. Many websites use digital assistants to
deliver content based on user requests, enabling us to have conversational searches. Some
chatbots are so sophisticated that it's difficult to tell whether we're communicating with a
human or a machine.
Example:
We all know that businesses have a customer service crew that must address patrons' doubts
and concerns. Businesses can create a chatbot or voice bot using AI to answer all of their
client's questions.
6. New Inventions
AI drives numerous innovations in virtually every field that help humans tackle the most
challenging issues. For example, recent advancements in AI-based technologies have
enabled doctors to detect breast cancer in women at earlier stages.
Example:
7. Unbiased Decisions
An example is AI-powered recruitment systems that screen job applicants based on skills
and qualifications rather than demographics. This helps eliminate bias in the hiring process,
leading to an inclusive and more diverse workforce.
8. Automation
Another known benefit of AI is the automation it brings along! In our daily work, we
perform many repetitive tasks, such as checking documents for flaws and mailing thank-
you notes. Artificial intelligence may efficiently automate these menial chores and even
eliminate "boring" tasks for people, allowing them to focus on being more creative.
Example:
An example of this is using robots in manufacturing assembly lines. These robots can
handle repetitive tasks such as welding, painting, and packaging with high accuracy and
speed, reducing costs and improving efficiency.
9. Daily Applications
Today, our everyday lives depend entirely on mobile devices and the internet. We utilize a
variety of apps, including Google Maps, Alexa, Siri, Cortana on Windows, OK Google,
taking selfies, making calls, responding to emails, etc. Using various AI-based techniques,
we can also anticipate today’s weather and the days ahead.
Example:
When planning a trip about twenty years ago, you must have asked someone who had
already been there for instructions. All you need to do now is ask Google where Bangalore
is. The best route between you and Bangalore will be displayed on a Google map, along
with Bangalore's location.
While artificial intelligence offers numerous benefits, it also presents some disadvantages.
Here are few cons of Artificial Intelligence:
1. Lack of Creativity
Artificial Intelligence (AI) often lacks the intrinsic creativity of humans, which stems from
emotional depth, abstract thinking, and imaginative processes. While AI can mimic
creativity by generating art, music, or writing based on existing patterns, it doesn't possess
genuine originality or the ability to think outside the box.
The increasing reliance on AI for tasks ranging from mundane chores to complex decision-
making can lead to human laziness. As AI systems take over more responsibilities,
individuals might become less inclined to develop their skills and knowledge, relying
excessively on technology.
This dependency can diminish critical thinking and problem-solving abilities, as people
might defer to AI solutions without questioning their validity or exploring alternatives.
Over time, this could lead to a less capable workforce.
AI systems often require vast amounts of data to function effectively, which can lead to
significant privacy concerns. Personal data collection, storage, and analysis can be
intrusive, exposing sensitive information without individuals' consent.
AI-driven surveillance systems and data mining practices can erode personal privacy,
leading to potential misuse of data by corporations, governments, or cybercriminals.
Additionally, there is a risk of data breaches and leaks, which can compromise personal
and financial information, leading to identity theft and other forms of exploitation.
While AI can create new job opportunities, the transition period can be challenging, with
many workers requiring retraining and upskilling. The economic and social impact of
widespread job displacement can increase unemployment rates and social inequality if not
managed effectively.
6. Over-dependence on Technology
AI can be beneficial if systems fail or produce accurate results. Moreover, the complexity
of AI systems can make it difficult for users to understand or question AI-driven decisions,
potentially losing autonomy and control over essential processes.
The rapid development of AI algorithms raises concerns about the pace and direction of
technological advancement. There is a risk that algorithms are being developed and
deployed faster than regulatory frameworks and ethical guidelines can keep up.
This can lead to unintended consequences, such as the misuse of AI technologies, lack of
accountability, and insufficient safeguards against harmful applications. Additionally, the
proprietary nature of many AI algorithms can limit transparency and public scrutiny,
making it challenging to assess their fairness, accuracy, and overall impact on society.
Data centers, which house the infrastructure for AI systems, require constant cooling and
maintenance, further adding to their environmental footprint. As AI technology grows,
finding sustainable and energy-efficient solutions becomes crucial to mitigating its
environmental impact.
Despite their advanced capabilities, AI systems often need more common sense reasoning.
Unlike humans, AI lacks the innate ability to grasp everyday knowledge and social norms,
which can result in logically correct decisions but are practically or ethically flawed.
- Robotics
Although industrial robots have been expensive, robot hardware can be cheap: Radio Shack
has sold a working robot arm and hand for $15. The limiting factor in application of
robotics is not the cost of the robot hardware itself.
What is needed is perception and intelligence to tell the robot what to do; ``blind'' robots
are limited to very well-structured tasks (like spray painting car bodies).
- Planning
Planning attempts to order actions to achieve goals. Planning applications include logistics,
manufacturing scheduling, planning manufacturing steps to construct a desired product.
There are huge amounts of money to be saved through better planning. - Expert Systems
Expert Systems attempt to capture the knowledge of a human expert and make it available
through a computer program. There have been many successful and economically valuable
applications of expert systems. Expert systems provide the following benefits
• Intelligent training.
- Theorem Proving
Examples:
- Symbolic Mathematics
• Algebra
• Differential and Integral Calculus
- Game Playing
Games are good vehicles for research because they are well formalized, small, and
selfcontained. They are therefore easily programmed.
AI Technique.
Intelligence requires knowledge but knowledge possesses less desirable properties such as
- It is voluminous
- it is difficult to characterise accurately
- Define the problem precisely including detailed specifications and what constitutes
an acceptable solution;
- Analyse the problem thoroughly for some features may have a dominant affect on
the chosen method of solution;
- Isolate and represent the background knowledge needed in the solution of the
problem;
- Choose the best problem solving techniques in the solution.
To understand what exactly artificial intelligence is, we illustrate some common problems.
Problems dealt with in artificial intelligence generally use a common term called 'state'. A
state represents a status of the solution at a given step of the problem solving procedure.
The solution of a problem, thus, is a collection of the problem states. The problem solving
procedure applies an operator to a state to get the next state. Then it applies another operator
to the resulting state to derive a new state. The process of applying an operator to a state
and its subsequent transition to the next state, thus, is continued until the goal (desired)
state is derived. Such a method of solving a problem is generally referred to as state space
approach
For example, in order to solve the problem play a game, which is restricted to two person
table or board games, we require the rules of the game and the targets for winning as well
as a means of representing positions in the game. The opening position can be defined as
the initial state and a winning position as a goal state, there can be more than one. legal
moves allow for transfer from initial state to other states leading to the goal state. However
the rules are far too copious in most games especially chess where they exceed the number
of particles in the universe 10. Thus the rules cannot in general be supplied accurately and
computer programs cannot easily handle them. The storage also presents another problem
but searching can be achieved by hashing.
The number of rules that are used must be minimised and the set can be produced by
expressing each rule in as general a form as possible. The representation of games in this
way leads to a state space representation and it is natural for well organised games with
some structure. This representation allows for the formal definition of a problem which
necessitates the movement from a set of initial positions to one of a set of target positions.
It means that the solution involves using known techniques and a systematic search. This
is quite a common method in AI.
- Define a state space that contains all possible configurations of the relevant objects,
without enumerating all the states in it. A state space represents a problem in terms
of states and operators that change states
- Define some of these states as possible initial states;
- Specify one or more as acceptable solutions, these are goal states;
- Specify a set of rules as the possible actions allowed. This involves thinking about
the generality of the rules, the assumptions made in the informal presentation and
how much work can be anticipated by inclusion in the rules.
The control strategy is again not fully discussed but the AI program needs a structure to
facilitate the search which is a characteristic of this type of program.
Production system
- a set of rules each consisting of a left side the applicability of the rule and the right
side the operations to be performed;
- one or more knowledge bases containing the required information for each task;
- a control strategy that specifies the order in which the rules will be compared to the
database and ways of resolving conflict;
- a rule applier
about the domain can be used to guide the search? Example1: the water jug
problem
There are two jugs called four and three ; four holds a maximum of four gallons and three
a maximum of three gallons. How can we get 2 gallons in the jug four.
The state space is a set of ordered pairs giving the number of gallons in the pair of jugs at
any time ie (four, three) where four = 0, 1, 2, 3, 4 and three = 0, 1, 2, 3.
The start state is (0,0) and the goal state is (2,n) where n is a don't care but is limited to
three holding from 0 to 3 gallons.
The major production rules for solving this problem are shown below:
11 (four,three) if four<4 (4,three-diff) pour diff, 4-four, into four from three
12 (three,four) if three<3 (four-diff,3) pour diff, 3-three, into three from four and a solution
is given below
0 0
0 3 2
3 0 7
3 3 2
4 2 11
0 2 3
2 0 10
Control strategies.
The first requirement is that it causes motion. In a game playing program the pieces move
on the board and in the water jug problem water is used to fill jugs.
The second requirement is that it is systematic, this is a clear requirement for it would not
be sensible to fill a jug and empty it repeatedly nor in a game would it be advisable to move
a piece round and round the board in a cyclic way. We shall initially consider two systematic
approaches to searching
The Missionaries and Cannibals problem illustrates the use of state space search for
planning under constraints:
Three missionaries and three cannibals wish to cross a river using a two-person
boat. If at any time the cannibals outnumber the missionaries on either side of the
river, they will eat the missionaries. How can a sequence of boat trips be performed
that will get everyone to the other side of the river without any missionaries being
eaten?
The initial and goal state are (3, 3, 0, 0, 1) and (0, 0, 3, 3, 2) respectively.
The major production rules for solving this problem are shown below:
initial goal
op1 (m1, c1, m2, c2, 1) (m1-1, c1, m2+1, c2, 2): Condition: boat on side1 and there is
at least one missionary on side 1: Comment: 1 missionary leave side 1 to side 2
op2 (m1, c1, m2, c2, 1) (m1-2, c1, m2+2, c2, 2): Condition: boat on side1 and there is at
least 2 missionary on side 1: Comment: 2 missionary leave side 1 to side 2
op3 (m1, c1, m2, c2, 1) (m1-1, c1-1, m2+1, c2+1, 2): Condition: boat on side1 and there
is at least 1 missionary and 1 cannibal on side 1: Comment: 1 missionary and 1 cannibal
leave side 1 to side 2
op4 (m1, c1, m2, c2, 1) (m1, c1-1, m2, c2+1, 2): Condition: boat on side1 and there is at
least one cannibal on side 1: Comment: 1 cannibal leave side 1 to side 2
When the boat is on side 2, the following similar operations can also be applied.
op11 (m1, c1, m2, c2, 2) (m1+1, c1, m2-1, c2, 1): Condition: boat on side2 and there is
at least one missionary on side 2: Comment: 1 missionary leave side 2 to side 1
op2 1 (m1, c1, m2, c2, 2) (m1+2, c1, m2-2, c2, 1): Condition: boat on side2 and there is
at least 2 missionary on side 2: Comment: 2 missionary leave side 2 to side 1
op31 (m1, c1, m2, c2, 2) (m1+1, c1+1, m2-1, c2-1, 1): Condition: boat on side2 and there
is at least 1 missionary and 1 cannibal on side 2: Comment: 1 missionary and 1 cannibal
leave side 2 to side 1
op41 (m1, c1, m2, c2, 2) (m1, c1+1, m2, c2-1, 1): Condition: boat on side2 and there is
at least one cannibal on side 2: Comment: 1 cannibal leave side 2 to side 1
op51 (m1, c1, m2, c2, 2) (m1, c1+2, m2, c2-2, 1): Condition: boat on side2 and there is
at least 2 cannibals on side 2: Comment: 2 cannibals leave side 2 to side 1
The following sequence of operations applied starting from the initial state produce the
solution
(3, 3, 0, 0, 1)
(2, 2, 1, 1, 2) op3
(3, 2, 0, 1, 1) op11
(3, 0, 0, 3, 2) op5
(3, 1, 0, 2, 1) op41
(1, 1, 2, 2, 2) op2
(2, 2, 1, 1, 1) op31
(0, 2, 3, 1, 2) op2
(0, 3, 3, 0, 1) op41
(0, 1, 3, 2, 2) op5
(0, 2, 3, 1, 2) op41
(0, 0, 2, 3, 2) op5
Search Order
The excessive time spent in searching is almost entirely spent on failures (sequences of
operators that do not lead to solutions). If the computer could be made to look at promising
sequences first and avoid most of the bad ones, much of the effort of searching could be
avoided.
Blind search or exhaustive methods try operators in some fixed order, without knowing
which operators may be more likely to lead to a solution. Such methods can succeed only
for small search spaces.
Heuristic search methods use knowledge about the problem domain to choose more
promising operators first.
Exhaustive search
Searches can be classified by the order in which operators are tried: depth-first, breadthfirst,
bounded depth-first.
- Breadth-First Search
In This technique, the children (i.e the neighbour) of a node are first visited before the grand
children (i.e. the neighbour of the neighbour) are visited.
(b) FOR each way that each rule can match the state described in E DO
(ii) IF the new state is a goal state quit and return this state.
The depth first search follow a path to its end before stating to explore another path.
(a) Generate a successor, E, of the initial state. If there are no more successors signal
failure.
Advantages:
Disadvantages:
1. May find a sub-optimal solution (one that is deeper or more costly than the best
solution).
2. Incomplete: without a depth bound, may not find a solution even if one exists.
Depth-first search can spend much time (perhaps infinite time) exploring a very deep path
that does not contain a solution, when a shallow solution exists.
An easy way to solve this problem is to put a maximum depth bound on the search.
Beyond the depth bound , a failure is generated automatically without exploring any
deeper.
Problems:
- Iterative Deepening
Iterative deepening begins a search with a depth bound of 1, then increases the bound by 1
until a solution is found.
Advantages:
Disadvantage:
1. Some computer time is wasted re-exploring the higher parts of the search
tree.
However, this actually is not a very high cost.
2. Cost of Iterative Deepening
3. In general, (b - 1) / b of the nodes of a search tree are on the bottom row. If
the branching factor is b = 2, half the nodes are on the bottom; with a higher branching
factor, the proportion on the bottom row is higher. Heuristics Search
A heuristic is a method that might not always find the best solution but is guaranteed to
find a good solution in reasonable time. By sacrificing completeness it increases efficiency.
It is particularly useful in solving tough problems which could not be solved any other way
and if a complete solution was to be required infinite time would be needed i.e. far longer
than a lifetime.
To use heuristics to find a solution in acceptable time rather than a complete solution in
infinite time. The next example illustrates the requirement for heuristic search as it needs a
very large time to find the exact solution.
A salesperson has a list of cities to visit and she must visit each city only once. There are
distinct routes between the cities. The problem is to find the shortest route between the
cities so that the salesperson visits all the cities once.
Suppose there are N cities then a solution that would work would be to take all N! possible
combinations and to find the shortest distance that being the required route. This is not
efficient as with N=10 there are 3 628 800 possible routes. This is an example of
combinatorial explosion.
There are better methods for solution, one is called branch and bound.
2 repeat
3 to select the next city have a list of all the cities to be visited and choose the nearest one
to the current city , then go to it;
This produces a significant improvement and reduces the time from order N! to N.
It is also possible to produce a bound on the error in the answer it generates but in general
it is not possible to produce such an error bound.
In real problems the value of a particular solution is trickier to establish, this problem is
easier as it is measured in miles, other problems have vaguer measures..
Although heuristics can be created for unstructured knowledge producing cogent analysis
is another issue and this means that the solution lacks reliability.
Although heuristic solutions are bad in the worst case the worst case occurs very
infrequently and in the most common cases solutions now exist. Understanding why
heuristics appear to work increases our understanding of the problem.
This method of searching is a general method which can be applied to problems of the
following type.
Problem Characteristics.
Each search process can be considered to be a tree traversal exercise. The object of the
search is to find a path from an initial state to a goal state using a tree. The number of nodes
generated might be immense and in practice many of the nodes would not be needed. The
secret of a good search routine is to generate only those nodes that are likely to be useful.
Rather than having an explicit tree the rules are used to represent the tree implicitly and
only to create nodes explicitly if they are actually to be of use.
• the tree can be searched forwards from the initial node to the goal state or
backwards from the goal state to the initial state.
• how to select applicable rules, it is critical to have an efficient procedure for
matching rules against states.
• how to represent each node of the search process this is the knowledge
representation problem or the frame problem. In games an array suffices in other
problems more complex data structures are needed.
The breadth first does take note of all nodes generated but depth first can be modified.
3. Knowledge representation
Knowledge representation is the study of how knowledge about the world can be
represented and what kinds of reasoning can be done with that knowledge.
In order to use knowledge and reason with it, you need what we call a representation and
reasoning system (RRS). A representation and reasoning system is composed of a language
to communicate with a computer, a way to assign meaning to the language, and procedures
to compute answers given input in the language. Intuitively, an RRS lets you tell the
computer something in a language where you have some meaning associated with the
sentences in the language, you can ask the computer questions, and the computer will
produce answers that you can interpret according to the meaning associated with the
language
It is necessary to represent the computer's knowledge of the world by some kind of data
structures in the machine's memory. Traditional computer programs deal with large
amounts of data that are structured in simple and uniform ways. A.I. programs need to deal
with complex relationships, reflecting the complexity of the real world.
Typical problem solving (and hence many AI) tasks can be commonly reduced to:
Some problems highlight search whilst others knowledge representation. Several kinds of
knowledge might need to be represented in AI systems:
- Objects
Thus in solving problems in AI we must represent knowledge and there are two entities to
deal with:
- Facts
truths about the real world and what we represent. This can be regarded as the knowledge
level
- Representation of the facts
which we manipulate. This can be regarded as the symbol level since we usually define the
representation in terms of symbols that can be manipulated by programs.
The symbol level: at which representations of objects are defined in terms of symbols that
can be manipulated in programs
English or natural language is an obvious way of representing and handling facts. Logic
enables us to consider the following fact: spot is a dog as dog(spot) We could then infer
that all dogs have tails with: : dog(x) hasatail(x) We can then deduce:
hasatail(Spot)
The available functions are not always one to one but rather are many to many which is a
characteristic of English representations. The sentences All dogs have tails and every dog
has a tail both say that each dog has a tail but the first could say that each dog has more
than one tail try substituting teeth for tails. When an AI program manipulates the internal
representation of facts these new representations should also be interpretable as new
representations of facts.
Using Knowledge
We have briefly mentioned where knowledge is used in AI systems. Let us consider a little
further to what applications and how knowledge may be used.
- Learning
It refers to acquiring knowledge. This is more than simply adding new facts to a knowledge
base. New data may have to be classified prior to storage for easy retrieval, etc.. Interaction
and inference with existing facts to avoid redundancy and replication in the knowledge and
also so that facts can be updated.
- Retrieval
The representation scheme used can have a critical effect on the efficiency of the method.
Humans are very good at it.
- Reasoning
Infer facts from existing data.
the ability to acquire new knowledge using automatic methods wherever possible rather
than reliance on human intervention.
The simplest way of storing facts is to use a relational method where each fact about a set
of objects is set out systematically in columns. This representation gives little opportunity
for inference, but it can be used as the knowledge basis for inference engines.
We can ask things like: Who is dead? Who plays Jazz/Trumpet etc.? This sort of
representation is popular in database systems.
- Inheritable knowledge
• Property inheritance
data must be organized into a hierarchy of classes as shown in the figure below
Represent knowledge as formal logic: All dogs have tails : dog(x) hasatail(x)
Advantages: • A set of strict rules.
o Can be used to derive more facts. o Truths of new
statements can be verified.
o Guaranteed correctness.
• Many inference procedures available to in implement standard rules of logic.
• Popular in AI systems. e.g Automated theorem proving.
Basic idea:
Advantages:
Disadvantages:
e.g If we know that Fred is a bird we might deduce that Fred can fly. Later we
might discover that Fred is an emu.
Below are listed issues that should be raised when using a knowledge representation
technique:
Important Attributes
Are there any attributes that occur in many different types of problem?
There are two instance and isa and each is important because each supports property
inheritance.
Relationships
What about the relationship between the attributes of an object, such as, inverses, existence,
techniques for reasoning about values and single valued attributes. We can consider an
example of an inverse in
This can be treated as John Zorn plays in the band Naked City or John Zorn's band is Naked
City.
Granularity
At what level should the knowledge be represented and what are the primitives. Choosing
the Granularity of Representation Primitives are fundamental concepts such as holding,
seeing, playing and as English is a very rich language with over half a million words it is
clear we will find difficulty in deciding upon which words to choose as our primitives in a
series of situations.
feeds(tom, dog)
In the famous program on relationships Louise is Bill's cousin How do we represent this?
louise = daughter (brother or sister (father or mother( bill))) Suppose it is Chris then we
do not know if it is Chris as a male or female and then son applies as well.
Clearly the separate levels of understanding require different levels of primitives and these
need many rules to link together apparently similar primitives. Obviously there is a
potential storage problem and the underlying question must be what level of
comprehension is needed.
Symbols used The following standard logic symbols we use in this course are:
Implies
Not
Or
And
Let us now look at an example of how predicate logic is used to represent knowledge. There
are other ways but this form is popular.
Predicate logic
An example
So we can translate Prince is a mega star into: mega_star(prince) and Mega stars are
rich into: ∀m: mega_star(m) rich(m)
Rich people have fast cars, the third axiom is more difficult:
• Is cars a relation and therefore car(c,m) says that case c is m's car. OR
• Is cars a function? So we may have car_of(m).
Assume cars is a relation then axiom 3 may be written: ∀c,m:car(c,m) rich(m) fast(c).
The fourth axiom is a general statement about fast cars. Let consume(c) mean that car c
consumes a lot of petrol. Then we may write: ∀c:[ fast(c) m:car(c,m) consume(c) ].
Is this enough? NO! -- Does prince have a car? We need the car_of function after all (and
addition to car): ∀ c:car(car_of(m),m). The result of applying car_of to m is m's car. The
Two attributes isa and instance play an important role in many aspects of knowledge
representation. The reason for this is that they support property inheritance.
From the above it should be simple to see how to represent these in predicate logic.
• Static representation -- knowledge about objects, events etc. and their relationships
and states given.
• Requires a program to know what to do with knowledge and how to do it.
Procedural representation:
An Example
direction
- Indicate the direction an implication could be used. E.g. To prove something
can fly show it is a bird. fly(x) bird(x).
Knowledge to achieve goal
- Specify what knowledge might be needed to achieve a specific goal. For
example to prove something is a bird try using two facts has_wings and
has_feathers to show it.
We have already met this type of structure when discussing inheritance in the last lecture.
We will now study this in more detail.
So called because:
Semantic Nets
• The meaning of a concept comes from its relationship to other concepts, and that,
• The information is stored by interconnecting nodes with labelled arcs.
We have already seen how conventional predicates such as lecturer(dave) can be written as
instance (dave, lecturer) Recall that isa and instance represent inheritance and are popular
in many knowledge representation schemes. But we have a problem: How we can have
more than 2 place predicates in semantic nets? E.g. score(Cardiff, Llanelli, 23-6) Solution:
• Create new nodes to represent new objects either contained or alluded to in the
knowledge, game and fixture in the current example.
• Relate information to nodes and fill up slots (Fig: 10).
As a more complex example consider the sentence: John gave Mary the book. Here we
have several aspects of an event.
Intersection search
-- the notion that spreading activation out of two nodes and finding their
intersection finds relationships among objects. This is achieved by assigning a
special tag to each visited node.
Inheritance
-- the isa and instance representation provide a mechanism to implement this.
In making certain inferences we will also need to distinguish between the link that defines
a new entity and holds its value and the other kind of link that relates two existing entities.
Consider the example shown where the height of two people is depicted and we also wish
to compare them.
Special procedures are needed to process these nodes, but without this distinction the
analysis would be very limited.
Here we will consider some extensions to Semantic nets that overcome a few problems (see
Exercises) or extend their expression of knowledge.
Basic idea: Break network into spaces which consist of groups of nodes and arcs and
regard each space as a node.
Consider the following: Andrew believes that the earth is flat. We can encode the
proposition the earth is flat in a space and within it have nodes and arcs the represent the
fact (Fig. 15). We can the have nodes and arcs to link this space the the rest of the network
to represent Andrew's belief.
Now consider the quantified expression: Every parent loves their child To represent this
we: • Create a general statement, GS, special class.
• Make node g an instance of GS.
• Every element will have at least 2 attributes:
o a form that states which relation is being asserted.
Here we have to construct two spaces one for each x,y. NOTE: We can express variables
as existentially qualified variables and express the event of love having an agent p and
receiver b for every parent p which could simplify the network (See Exercises).
Also If we change the sentence to Every parent loves child then the node of the object being
acted on (the child) lies outside the form of the general statement. Thus it is not viewed as
an existentially qualified variable whose value may depend on the agent. (See Exercises
and Rich and Knight book for examples of this) So we could construct a partitioned
network as in the figure below
Frames can also be regarded as an extension to Semantic nets. Indeed it is not clear where
the distinction between a semantic net and a frame ends. Semantic nets initially we used to
represent labelled connections between objects. As tasks became more complex the
representation needs to be more structured. The more structured the system it becomes
more beneficial to use frames. A frame is a collection of attributes or slots and associated
values that describe some real world entity. Frames on their own are not particularly helpful
but frame systems are a powerful way of encoding information to support reasoning. Set
theory provides a good basis for understanding frame systems. Each frame represents:
• a class (set), or
• an instance (an element of a class).
Person
isa: Mammal
Cardinality:
Adult-Male
isa: Person
Cardinality:
Rugby-Player
isa: Adult-Male
Cardinality:
Height:
Weight:
Position:
Team:
Team-Colours:
Back
isa: Rugby-Player
Cardinality:
Tries:
Mike-Hall
instance: Back
Height: 6-0
Position: Centre
Team: Cardiff-RFC
Team-Colours: Black/Blue
Rugby-Team
Cardiff-RFC
Instance: Rugby-Team
Team –size:15
Coach: Terry Holmes
Here the frames Person, Adult-Male, Rugby-Player and Rugby-Team are all classes and the
frames Robert-Howley and Cardiff-RFC are instances. Note
Instead we make it a subclass of Rugby-Player and this allows the players to inherit the
correct properties enabling us to let the Cardiff-RFC to inherit information about teams.
This is why we need to view Cardiff-RFC as a subset of one class players and an instance
of teams. We seem to have a CATCH 22. Solution: MetaClasses A metaclass is a special
class whose elements are themselves classes.
Slots as Objects
• Default values
• Rules for inheritance of values such as children inheriting parent's names •
Rules for computing values
• Many values for a slot.
A slot is a relation that maps from its domain of classes to its range of values.
Since slot is a set the set of all slots can be represent by a metaclass called Slot, say.
SLOT
isa: Class instance: Class domain: range:
range-constraint: definition: default: to-compute:
single-valued:
Coach
instance: SLOT
domain: Rugby-Team range:
Person
range-constraint: (experience [Link]) default:
single-valued: TRUE
Colour
instance: SLOT
domain: Physical-Object range:
Colour-Set
single-valued: FALSE
Team-Colours
instance: SLOT
isa: Colour domain:
team-player range: Colour-Set
range-constraint: not Pink
single-valued: FALSE
Interpreting frames
A frame system interpreter must be capable of the following in order to exploit the frame
slot representation:
• Consistency checking -- when a slot value is added to the frame relying on the
domain attribute and that the value is legal using range and range constraints.
• Propagation of definition values along isa and instance links.
• Inheritance of default. values along isa and instance links.
• Computation of value of slot as needed.
• Checking that only correct number of values computed.
4 Expert system
Expert system is programs that attempt to perform the duty of an expert in the problem
domain in which it is defined.
Expert systems are computer programs that have been constructed (with the assistance of
human experts) in such a way that they are capable of functioning at the standard of (and
sometimes even at a higher standard than) human experts in given fields that embody a
depth and richness of knowledge that permit them to perform at the level of an expert.
Rule-based systems are a relatively simple model that can be adapted to any number of
problems. To create a rule-based system for a given problem, you must have (or create) the
following:
• A set of facts to represent the initial working memory. This should be anything
relevant to the beginning state of the system.
• A set of rules. This should encompass any and all actions that should be taken
within the scope of a problem, but nothing irrelevant. The number of rules in the
system can affect its performance, so you don’t want any that aren’t needed.
• A condition that determines that a solution has been found or that none exists. This
is necessary to terminate some rule-based systems that find themselves in infinite
loops otherwise.
In fact, there are three essential components to a fully functional rule based expert system:
the knowledge base, the working memory and the inference engine.
The knowledge based is the store in which the knowledge in the particular domain is kept.
The knowledge base stores information about the subject domain. However, this goes
further than a passive collection of records in a database. Rather it contains symbolic
representations of experts' knowledge, including definitions of domain terms,
interconnections of component entities, and cause-effect relationships between these
components. The knowledge in the knowledge based is expressed as a collection of fact
and rule. Each fact expresses relationship between two or more object in the problem
domain and can be expressed in term of predicates
Using the above variable name, the following set of rule can then be constructed.
Variable name Meaning
We shall note that the IF THEN rules are treated very differently from similar constructs in
a natural programming language. While natural programming languages treats IFTHEN
construct as part of a sequence of instructions, to be considered in order, the rule based
system treats each rule as an independent chunk of knowledge, to be invoked when needed
The core of any expert system is its inference engine. This is the part of expert system that
manipulates the knowledge based to produce new fact in order to solve the given problem.
An inference engine consists of search and reasoning procedures to enable the system to
find solutions, and, if necessary, provide justifications for its answers. In this process it can
used either forward or backward searching as a direction of search while applying some
searching technique such as depth first search, breath first search etc.
• It identified the rule to be fired. The rule selected is the one whose conditional part
is the same as the fact been considered in the case of forward chaining or the one
whose conclusion part is the one as the fact been considered in the case of
backward chaining.
• It resolve conflict when more than one rule satisfy the matching this is called
conflict resolution which is based on certain criteria mentioned further.
• It recognizes the goal state. When the goal state is reached it report the conclusion
of searching. Theory of Rule-Based Systems
The rule-based system itself uses a simple technique: It starts with a knowledge-base, which
contains all of the appropriate knowledge encoded into IF-THEN rules, and a working
memory, which may or may not initially contain any data, assertions or initially known
information. The system examines all the rule conditions (IF) and determines a subset, the
conflict set, of the rules whose conditions are satisfied based on the working memory. Of
this conflict set, one of those rules is triggered (fired). Which one is chosen is based on a
conflict resolution strategy. When the rule is fired, any actions specified in its THEN clause
are carried out. These actions can modify the working memory, the rulebase itself, or do
just about anything else the system programmer decides to include. This loop of firing rules
and performing actions continues until one of two conditions is met: there are no more rules
whose conditions are satisfied or a rule is fired whose action specifies the program should
terminate.
First Applicable: If the rules are in a specified order, firing the first applicable one allows
control over the order in which rules fire. This is the simplest strategy and has a potential
for a large problem: that of an infinite loop on the same rule. If the working memory
remains the same, as does the rule-base, then the conditions of the first rule have not
changed and it will fire again and again. To solve this, it is a common practice to suspend
a fired rule and prevent it from re-firing until the data in working memory, that satisfied
the rule’s conditions, has changed.
Most Specific: This strategy is based on the number of conditions of the rules. From the
conflict set, the rule with the most conditions is chosen. This is based on the assumption
that if it has the most conditions then it has the most relevance to the existing data.
Least Recently Used: Each of the rules is accompanied by a time or step stamp, which
marks the last time it was used. This maximizes the number of individual rules that are
fired at least once. If all rules are needed for the solution of a given problem, this is a perfect
strategy.
Best rule: For this to work, each rule is given a ‘weight,’ which specifies how much it
should be considered over the alternatives. The rule with the most preferable outcomes is
chosen based on this weight.
Direction of searching
There are two broad kinds of direction of searching in a rule-based system: forward
chaining systems, and backward chaining systems. In a forward chaining system you start
with the initial facts, and keep using the rules to draw new conclusions (or take certain
actions) given those facts. In a backward chaining system you start with some hypothesis
(or goal) you are trying to prove, and keep looking for rules that would allow you to
conclude that hypothesis, perhaps setting new subgoals to prove as you go. Forward
chaining systems are primarily data-driven, while backward chaining systems are
goaldriven. We'll look at both, and when each might be useful.
In a forward chaining system the facts in the system are represented in a working memory
which is continually updated as rules are invoked. Rules in the system represent possible
actions to take when specified conditions hold on items in the working memory - they are
sometimes called condition-action rules. The conditions are usually patterns that must
match items in the working memory, while the actions usually involve adding or deleting
items from the working memory.
The inference engine controls the application of the rules, given the working memory, thus
controlling the system's activity. It is based on a cycle of activity sometimes known as a
recognize-act cycle. The system first checks to find all the rules whose conditions hold,
given the current state of working memory. It then selects one and performs the actions in
the action part of the rule. (The selection of a rule to fire is based on fixed strategies, known
as conflict resolution strategies.) The actions will result in a new working memory, and the
cycle begins again. This cycle will be repeated until either no rules fire, or some specified
goal state is satisfied.
Example:
Question: what is the impact if the federal government increases the amount of money in
circulation? I.e. fedmont add
Fedmont add
The inference engine will first go through all the rules checking which ones has the
conditional part which is the same as the fact in the current working memory. It finds it at
rule 6. Rule 6 is thus selected. But the second clause of rule 6 is not yet in the working
memory, the system will thus prompt for the value of tax, let assume the user supply fall as
a answer then since the two clauses are true then the rule is executed and the conclusion
part become a new fact which is added to the working memory which is now:
Tax fall
Fedmont add
Now the cycle begins again. Rule 4 has its precondition satisfied that is it is the same as the
fact “naira rise”. Rule is chosen and fires, so “Interest rise” is added to the working memory
which is now Interest rise
Naira rise
Tax fall
Fedmont add
Now the cycle begins again. This time rule 1has its precondition satisfied that is it is the
same as” interest rise”. Rule 1 is chosen and fires, so” stock fall” is added to the working
memory which is now:
Stock fall
fedmont add
Now rules 5 can apply. And in the next cycle rule 5 is chosen and fires, and “inflation rise”
is added to the working memory.
The system continue and search for the conditional part of the rule which is the same as”
inflation rise”, since no such rule exist then the system stop, and the report of the impact of
the government adding the amount of money in circulation is:” inflation rate rise,”
A number of conflict resolution strategies are typically used to decide which rule to fire.
These strategies may help in getting reasonable behavior from a forward chaining system,
but the most important thing is how we write the rules. They should be carefully
constructed, with the preconditions specifying as precisely as possible when different rules
should fire. Otherwise we will have little idea or control of what will happen. Sometimes
special working memory elements are used to help to control the behavior of the system.
For example, we might decide that there are certain basic stages of processing in doing
some task, and certain rules should only be fired at a given stage
So far we have looked at how rule-based systems can be used to draw new conclusions
from existing data, adding these conclusions to a working memory. This approach is most
useful when you know all the initial facts, but don't have much idea what the conclusion
might be.
If you DO know what the conclusion might be, or have some specific hypothesis to test,
forward chaining systems may be inefficient. You COULD keep on forward chaining until
no more rules apply or you have added your hypothesis to the working memory. But in the
process the system is likely to do a lot of irrelevant work, adding uninteresting conclusions
to working memory.
This can be done by backward chaining from the goal state (or on some state that we are
interested in). Given a goal state to try and prove (e.g., inflation rise) the system will first
check to see if the goal matches the initial facts given. If it does, then that goal succeeds. If
it doesn't the system will look for rules whose conclusions (previously referred to as
actions) match the goal. One such rule will be chosen, and the system will then try to prove
any facts in the preconditions of the rule using the same procedure, setting these as new
goals to prove. Note that a backward chaining system does not need to update a working
memory. Instead it needs to keep track of what goals it needs to prove its main hypothesis.
In principle we can use the same set of rules for both forward and backward chaining.
However, in practice we may choose to write the rules slightly differently if we are going
to be using them for backward chaining. In backward chaining we are concerned with
matching the conclusion of a rule against some goal that we are trying to prove. So the
'then' part of the rule is usually not expressed as an action to take but as a state which will
be true if the premises are true.
Suppose we want to find the cause of the increment of inflation. I.e. inflation rise Initial
fact
Naira fall
First we check if inflation rise is in the initial fact. If it is not there, try matching it against
the conclusions of the rules. It matches rule5 then rule 5 is chosen and the conditional part
becomes the new goal state to target. This introduce thus “stock fall”. It will try to prove
“stock fall”. Since “stock fall” is found at the conclusion part of Rule 1, then rule 1 is
selected and the conditional part of rule 1 that is “interest rise” is the new goal state, and
the system will try to prove “interest rise”. This is found in the conclusion part of rule 5.
Then rule 5 is selected and the conditional part (naira rise) becomes the new goal state to
prove. This is found at the conclusion part of rule 6 then rule 6 is selected. The conditional
part of rule 6 introduces two facts: “tax fall” and “fedmont rise”. Since no such facts are in
the conclusion part of any rule then the search stop. We have thus found the cause of the
inflation to rise. The system will thus output: “fedmont rise” and “tax fall”. That is the
government has increased the amount of money in circulation.
One way of implementing this basic mechanism is to use a stack of goals still to satisfy.
You should repeatedly pop a goal of the stack, and try and prove it. If it’s in the set of initial
facts then it’s proved. If it matches a rule which has a set of preconditions then the goals in
the precondition are pushed onto the stack. Of course, this doesn't tell us what to do when
there are several rules, which may be used to prove a goal. If we were using Prolog to
implement this kind of algorithm we might rely on its backtracking mechanism. It will try
one rule, and if that results in failure it will go back and try the other. However, if we use a
programming language without a built in search procedure we need to decide explicitly
what to do. One good approach is to use an agenda, where each item on the agenda
represents one alternative path in the search for a solution. The system should try
`expanding' each item on the agenda, systematically trying all possibilities until it finds a
solution (or fails to). The particular method used for selecting items off the agenda
determines the search strategy - in other words, determines how you decide on which
options to try, in what order, when solving your problem.
Whether you use forward or backward reasoning to solve a problem depends on the
properties of your rule set and initial facts. Sometimes, if you have some particular goal (to
test some hypothesis), then backward chaining will be much more efficient, as you avoid
drawing conclusions from irrelevant facts. However, sometimes backward chaining can be
very wasteful - there may be many possible ways of trying to prove something, and you
may have to try almost all of them before you find one that works. Forward chaining may
be better if you have lots of things you want to prove (or if you just want to find out in
general what new facts are true); when you have a small set of initial facts; and when there
tend to be lots of different rules which allow you to draw the same conclusion. Backward
chaining may be better if you are trying to prove a single fact, given a large set of initial
The order that rules fire may be crucial, especially when rules may result in items being
deleted from working memory. The system must implement a searching technique that is
used to process the knowledge base. Some of these technique are:
In depth first search technique, the most recently fact added to the working memory is first
selected for processing. We can thus implement it using stack so that the rule we have
recently added to the working memory will be the one to be selected for the next cycle.
In the breath first search technique, the fact selected in the working memory for processing
are selected in the order in which they were added in the working memory. We can use
queue data structure to implement it. Since the rule to be processed will be selected in the
front of the queue and the new fact are added at the rear of the queue.
So far, when we have assumed that if the preconditions of a rule hold, then the conclusion
will certainly hold. In fact, most of our rules have looked pretty much like logical
implications, and the ideas of forward and backward reasoning also apply to logic-based
approaches to knowledge representation and inference.
Of course, in practice you rarely conclude things with absolute certainty. For example, we
may have a rule IF fuel=rise THEN transport=rise. This rule may not be totally true. They
may be a case that the risen of the transport fees is not caused by the risen of fuel price. If
we were reasoning backward, we suppose to conclude that the fuel has risen which is not
the case. For this sort of reasoning in rule-based systems we often add certainty values to
a rule, and attach certainties to any new conclusions. We might conclude fuel rise if the
transport rise maybe with certainty 0.6). The approaches used are generally loosely based
on probability theory, but are much less rigorous, aiming just for a good guess rather than
precise probabilities.
Bayes developed probability technique that is based on prediction that something will
happen because of the evidence that something has happened in the pass. This probability
is called conditional probability.
By definition, the probability of occurrence of an event say B knowing that an event A has
occurred in the pass in called conditional probability of occurrence of B and is denoted
P(A/B) and is expressed by the formula
We assume that A has occurred first. If B was the first to occur then we obtain.
By combining the two formulas (*) and (**) to eliminate P(A and B) we obtain
Let two events B and NOT B by applying the formula (***), we obtain
P(B/A)= P(A/B)*P(B)/P(A)
EXAMPLE.
Let us find the probability that transport rise knowing that fuel rise. That is the probability
of rule 1.
Working backward, we find transport rise at a conclusion part of rule 1. by applying the
above formula, we obtain
Since there is no rule satisfying fuel rise knowing that transport rise and fuel rise knowing
the transport fall, which is the rule IF transport rise then fuel rise and IF transport fall THEN
fuel rise respectively, then the search stop and their probability have to be supplied. We
shall note that, if they were rules satisfying them, the cycle will continue an in the same
way, we will evaluate their own probability.
P(transport fall)=0.3
Then we can calculate find the probability that transport rise knowing that fuel rise.
In this method of inexact knowledge, we associate to each fact an rule a number indicating
the degree at which one is certain of its truthfulness. This number is called certainty factor
(CF) and is taken in the interval[-1 1]. CF=1 means that the conclusion is certain to be true
if the conditions are completely satisfied. While CF= -1 means that the conclusion is certain
to be false under the same conditions. Otherwise, a positive value for CF denotes that the
We denote the fact that the certainty factor on A is 0.2 by CF(A)=0.2 or A(CF=0.2) and the
fact that the certainty factor of the rule IF A and B THEN C is 0.3 by IF A and B THEN
C(with CF=0.3)
The CF of conjunction of fact is the minimum of the CF among the CF of each of the facts.
i.e. CF(A AND B AND C AND………)= min CF(A ,B , C……)
The CF of disjunction of fact is the maximum of the CF among the CF of each of the facts.
i.e. CF(A OR B OR C OR………)= max CF(A , B , C……)
Consider the set of rule with the same conclusion part say B. The CF of the conclusion part
is the maximum of the CF of all those B. i.e. CF(B)= max CF(B’s) Example. Consider the
following rules.
CF(A AND B OR C)= max(CF(A AND B),CF(C)) =max( min(0.4, 0.5), 0.8)=0.8
Calculating CF(D) from rule 2 gives CF(IF E THEN D)* CF(E) =0.7*0.3=0.21
Calculating the CF(D) using the two rules gives CF(D)= max(0.48, 0.21)=0.48
Pathfinder was one of the system developed using probability theory. It was developed to
assist pathologist in the diagnosis of lymph- node related diseases. Given a number of
findings, it would suggest possible diseases. Pathfinder explored a range of problem
solving methods and techniques for handling uncertainty including simple Bayes, certainty
factor and the scoring scheme used in internist. They were compared by developing system
based on the different methods and determine which gave more accurate diagnose, Bayes
did best.
Knowledge acquisition is the process of extracting knowledge from experts. Given the
difficulty involved in having experts articulate their intuition in terms of a systematic
process of reasoning; this aspect is regarded as the main bottleneck in expert systems
development.
rule-based systems are really only feasible for problems for which any and all knowledge
in the problem area can be written in the form of if-then rules
Rule based system is only applicable for problem in which the area is not large. If there are
too many rules, the system can become difficult to maintain and can suffer a performance
hit.
Rule-based systems are a relatively simple model that can be adapted to any number of
problems. A rule-based system has its strengths as well as limitations that must be
considered before deciding if it is the right technique to use for a given problem. Overall,
rule-based systems are really only feasible for problems for which any and all knowledge
in the problem area can be written in the form of if-then rules and for which this problem
area is not large.
To solve a current problem: the problem is matched against the cases in the case base, and
similar cases are retrieved. The retrieved cases are used to suggest a solution which is
reused and tested for success. If necessary, the solution is then revised. Finally the current
problem and the final solution are retained as part of a new case.
Case-based reasoning is liked by many people because they feel happier with examples
rather than conclusions separated from their context. A case library can also be a powerful
corporate resource, allowing everyone in an organisation to tap into the corporate case
library when handling a new problem.
Since the 1990's CBR has grown into a field of widespread interest, both from an academic
and a commercial standpoint. Mature tools and application-focused conferences exist.
Case-based reasoning is often used as a generic term to describe techniques including but
not limited to case-based reasoning as we describe it here (e.g. analogical reasoning is often
referred to as case-based reasoning).
• retrieve the most similar case (or cases) comparing the case to the library of past
cases;
• reuse the retrieved case to try to solve the current problem; • revise and
adapt the proposed solution if necessary; • retain the final solution as part of a
new case.
There are a variety of different methods for organising, retrieving, utilising and indexing
the knowledge retained in past cases.
Retrieving a case starts with a (possibly partial) problem description and ends when a best
matching case has been found. The subtasks involve:
Some systems retrieve cases based largely on superficial syntactic similarities among
problem descriptors, while advanced systems use semantic similarities.
Revising the case solution generated by the reuse process is necessary when the solution
proves incorrect. This provides an opportunity to learn from failure.
Retaining the case is the process of incorporating whatever is useful from the new case into
the case library. This involves deciding what information to retain and in what form to
retain it; how to index the case for future retrieval; and integrating the new case into the
case library.
A CBR tool should support the four main processes of CBR: retrieval, reuse, revision and
retention. A good tool should support a variety of retrieval mechanisms and allow them to
be mixed when necessary. In addition, the tool should be able to handle large case libraries
with retrieval time increasing linearly (at worst) with the number of cases.
Applications
Case based reasoning first appeared in commercial tools in the early 1990's and since then
has been sued to create numerous applications in a wide range of domains: • Diagnosis:
case-based diagnosis systems try to retrieve past cases whose symptom lists are similar in
nature to that of the new case and suggest diagnoses based on the best matching retrieved
cases. The majority of installed systems are of this type and there are many medical CBR
diagnostic systems.
• Help Desk: case-based diagnostic systems are used in the customer service area
dealing with handling problems with a product or service.
• Assessment: case-based systems are used to determine values for variables by
comparing it to the known value of something similar. Assessment tasks are quite
common in the finance and marketing domains.
• Decision support: in decision making, when faced with a complex problem, people
often look for analogous problems for possible solutions. CBR systems have been
developed to support in this problem retrieval process (often at the level of
document retrieval) to find relevant similar problems. CBR is particularly good at
querying structured, modular and non-homogeneous documents.
Suitability
Case-based reasoning is often used where experts find it hard to articulate their thought
processes when solving problems. This is because knowledge acquisition for a classical
KBS would be extremely difficult in such domains, and is likely to produce incomplete or
inaccurate results. When using case-based reasoning, the need for knowledge acquisition
can be limited to establishing how to characterise cases.
A language is a system of signs having meaning by convention. Traffic signs, for example,
form a mini-language, it being a matter of convention that, for example, the hazard-ahead
sign means hazard ahead. This meaning-by-convention that is distinctive of language is
very different from what is called natural meaning, exemplified in statements like 'Those
clouds mean rain' and 'The fall in pressure means the valve is malfunctioning'.
It is relatively easy to write computer programs that are able, in severely restricted contexts,
to respond in English, seemingly fluently, to questions and statements. An appropriately
programmed computer can use language without understanding it, in principle even to the
point where the computer's linguistic behaviour is indistinguishable from that of a native
human speaker of the language.
- what domains of discourse are rich enough to be a vehicle for studying the central
issues yet simple enough to enable progress;
- what data representations are required when dealing with English sentences;
- what can be done and what can be done to enable the computations to take place;
- what is meant by understanding is an intelligent response adequate;
- what can be done to overcome problems when software limitations are exposed.
Parse trees
Syntactic specialists bounces about in a sentence with only the modest goal of segmenting
it into meaningful phrases and sentence constraints arrayed in a parse tree.
Consider the sentence:
The clever robot moved the red engine to the appropriate chassis.
The parse tree for such a sentence records that the sentence is composed of a noun phrase
and a verb phrase with an embedded noun phrase and an embedded prepositional phrase
with an embedded noun phrase.
Parsing sentences
To embody syntactic constraints, we need some device that slows how phrases relate to one
another and to words. One such device is the context-free grammar. Others are the
transition-net grammar and the augmented transition-net grammar. Still another is the wait-
and-see grammar. We will examine each, briefly. First, however, we need a glossary.
Linguists rarely write out the full names for sentence constituents. Instead, they use mostly
abbreviations:
Sentence S
Noun phrase NP
Adjective ADJ
Adjectives ADJS
Noun NOUN
Verb phrase VP
Verb VERB
Preposition PREP
Prepositional phrase PP
The first rule means that a sentence is a noun phrase followed by something denoted by the
funny-looking VP-PPS symbol. The purpose of the VP-PPS symbol is revealed by the fifth
and sixth rules, which show that VP-PPS is a compound symbol that can spin off any
number of prepositional phrases, including none, before disappearing into a verb phrase.
The second rule says that a noun phrase is a determiner followed by whatever is denoted
by ADJS-NOUN. The third and fourth rules deal with the ADJS-NOUN symbol, showing
that it can spin off any number of adjectives, including none, before becoming a noun. And
finally, the seventh rule says that a verb phrase is a verb followed by a noun phrase, and
the eighth rule says that a prepositional phrase is a preposition followed by a noun phrase.
The first eight rules involve only nonterminal symbols that do not appear in completed
sentences, the remaining rules determine how some of these uppercase symbols are
associated with lower case symbols that relate to words.
S -> NP VP-PPS
7 VP -> VERB NP
8 PP -> PREP NP
Because of the arrows it is normal to think of using the rules generatively, starting with
sentence S via NP VP-PPS until a string of terminal symbols is reached.
Scan the string from the left to the right until a nonterminal is reached replace it using a
rule and repeat until no nonterminals are left. Such grammars are known as context free
because the left hand side consists only of the symbol to be replaced. All terminal-only
strings produced by the grammar are well-formed sentences. Using top-down moving from
the rules to the words
NP VP-PPS
The clever robot moved the red engine to the appropriate chassis.
Whilst it appears natural to move in this way our purpose now is to progress from the
sentence to the parse tree using appropriate rules or bottom up. One way of doing this is to
use the same rules backwards. Instead of starting with S we start with the words and end
up with S hopefully with no spare words over.
The clever robot moved the red engine to the appropriate chassis.
DET clever robot moved the red engine to the appropriate chassis .
DET ADJ robot moved the red engine to the appropriate chassis.
DET ADJ NOUN moved the red engine to the appropriate chassis.
NP VP-PPS.
S.
All parser interpreters must involve mechanisms for building phrase describing nodes and
for connecting these nodes together. All parsers must consider the following questions:
- where should a parser attach a completed node to the rest of the already built tree
structure.
In a traditional parser built using context free grammar rules a simple procedure specifies
how to start and to stop nodes and the grammar rules specify where each node is attached.
An alternative method which is equivalent is called the transition net. They are made up of
nodes and directed links called arcs. The transition net interpreter gives straightforward
answers to the questions stop start and attach. Work on an existing node stops whenever a
net is traversed or a failure occurs and a node is attached whenever any net is traversed
other than the top level.
To move through the sentence net we must first traverse the noun phrase net the first word
must be a determiner. This procedure consists of top down parsing. It is called top down
because everything starts with the creation of a sentence node at the top of the parse tree
and moves down toward an eventual examination of the words in a sentence.
The clever robot moved the red engine to the appropriate chassis.
Moving through the sentence net a sentence node is created. Next we encounter a noun
phrase arc labelled T1. This creates a noun phrase node and initiates an attempt to traverse
the noun phrase net. This in turn initiates an attempt on the determiner arc T3, in the noun
phrase net . The first word is a determiner the consequently a determiner node is created
and attached to the noon phrase. The word the is also attached to the determiner node. Now
we need to take a choice either the adjective arc T4 or the noun arc T5. There is an adjective
clever so we take the adjective path. The path T5 is taken for the noun robot. We are now
in the double circle success node and this takes us back to the sentence node and we move
one st age further on. The next thing to look for is a verb phrase T2. Moving quickly through
the arcs T3 T4 T5 with the phrase The appropriate chassis, we return to the verb phrase
net. We now have the option of a prepositional phrase transition net. This is T10 in the verb
Summary of rules
2 determine if it is possible to traverse a path of arcs from the initial node to a success node
denoted by a dotted circle. If so and if all the sentences words are consumed in the process
announce success otherwise failure.
1 create a parse tree node with the same name as that of that of the transition net.
2 determine if it is possible to traverse a path of arcs from the initial node to a success node
denoted by a dotted circle. If so and if all the sentences words are consumed in the process
announce success otherwise failure.
To traverse an arc
1a if the arc has a lower case symbol on it the next word in the sentence must have that
symbol as a feature otherwise fail the word is consumed as the arc is traversed.
1b If the arc has a downward arrow, [[arrowdown]], go off and try to traverse the subnet
named just after the downward pointing arrow. If the subnet is successfully traversed attach
the subnet's node to the current node otherwise fail.
Pattern recognition is the act of taking in raw data and taking an action based on the
category of the data.
Pattern recognition aims to classify data (patterns) based either on a priori knowledge or
on statistical information extracted from the patterns. The patterns to be classified are
usually groups of measurements or observations, defining points in an appropriate
multidimensional space. This is in contrast to pattern matching, where the pattern is rigidly
specified.
A complete pattern recognition system consists of a sensor that gathers the observations to
be classified or described, a feature extraction mechanism that computes numeric or
symbolic information from the observations, and a classification or description scheme that
does the actual job of classifying or describing observations, relying on the extracted
features.
The classification or description scheme is usually based on the availability of a set of
patterns that have already been classified or described. This set of patterns is termed the
training set, and the resulting learning strategy is characterized as supervised learning.
Learning can also be unsupervised, in the sense that the system is not given an a priori
labeling of patterns, instead it itself establishes the classes based on the statistical
regularities of the patterns.
The classification or description scheme usually uses one of the following approaches:
statistical (or decision theoretic) or syntactic (or structural).
Statistical pattern recognition is based on statistical characterizations of patterns, assuming
that the patterns are generated by a probabilistic system.
Syntactical (or structural) pattern recognition is based on the structural interrelationships
of features. A wide range of algorithms can be applied for pattern recognition, from very
simple Bayesian classifiers to much more powerful neural networks.
An intriguing problem in pattern recognition is the relationship between the problem to be
solved (data to be classified) and the performance of various pattern recognition algorithms
(classifiers).
Typical applications are automatic speech recognition, classification of text into several
categories (e.g. spam/non-spam email messages), the automatic recognition of handwritten
postal codes on postal envelopes, or the automatic recognition of images of human faces.
The last two examples form the subtopic image analysis of pattern recognition that deals
with digital images as input to pattern recognition systems. Within medical science, pattern
recognition is the basis for computer-aided diagnosis (CAD) systems. CAD describes a
procedure that supports the doctor's interpretations and findings.
Image analysis
Image analysis is the extraction of meaningful information from images; mainly from
digital images by means of digital image processing techniques. Image analysis tasks can
be as simple as reading bar coded tags or as sophisticated as identifying a person from their
face.
Genetic algorithm
Pseudo-code algorithm
1. Choose initial population
2. Evaluate the fitness of each individual in the population
3. Repeat until termination:
1. Select best-ranking individuals to reproduce
2. Breed new generation through crossover and/or mutation (genetic operations) and
give birth to offspring
3. Evaluate the individual fitnesses of the offspring
4. Replace worst ranked part of population with offspring
• A neural network can perform tasks that a linear program can not.
• When an element of the neural network fails, it can continue without any problem
by their parallel nature.
• A neural network learns and does not need to be reprogrammed.
• It can be implemented in any application.
• It can be implemented without any problem.
Disadvantages:
Another aspect of the artificial neural networks is that there are different architectures,
which consequently requires different types of algorithms, but despite to be an apparently
complex system, a neural network is relatively simple.
Artificial neural networks (ANN) are among the newest signal-processing technologies in
the engineer's toolbox. The field is highly interdisciplinary, but our approach will restrict
the view to the engineering perspective. In engineering, neural networks serve two
important functions: as pattern classifiers and as nonlinear adaptive filters. We will provide
a brief overview of the theory, learning rules, and applications of the most important neural
network models. Definitions and Style of Computation An Artificial Neural Network is an
adaptive, most often nonlinear system that learns to perform a function (an input/output
map) from data. Adaptive means that the system parameters are changed during operation,
normally called the training phase . After the training phase the Artificial Neural Network
parameters are fixed and the system is deployed to solve the problem at hand (the testing
phase ). The Artificial Neural Network is built with a systematic step-by-step procedure to
optimize a performance criterion or to follow some implicit internal constraint, which is
commonly referred to as the learning rule . The input/output training data are fundamental
in neural network technology, because they convey the necessary information to "discover"
the optimal operating point. The nonlinear nature of the neural network processing
elements (PEs) provides the system with lots of flexibility to achieve practically any desired
input/output map, i.e., some Artificial Neural Networks are universal mappers . There is a
style in neural computation that is worth describing.
The neuron has four main regions to its structure. The cell body, or soma, has two offshoots
from it, the dendrites, and the axon, which end in presynaptic terminals. The cell body is
the heart of the cell, containing the nucleus and maintaining protein synthesis. A neuron
may have many dendrites, which branch out in a treelike structure, and receive signals from
other neurons. A neuron usually only has one axon which grows out from a part of the cell
body called the axon hillock. The axon conducts electric signals generated at the axon
hillock down its length. These electric signals are called action potentials. The other end of
the axon may split into several branches, which end in a presynaptic terminal. Action
potentials are the electric signals that neurons use to convey information to the brain. All
these signals are identical. Therefore, the brain determines what type of information is
being received based on the path that the signal took. The brain analyzes the patterns of
signals being sent and from that information it can interpret the type of information being
received. Myelin is the fatty tissue that surrounds and insulates the axon. Often short axons
do not need this insulation. There are uninsulated parts of the axon. These areas are called
Nodes of Ranvier. At these nodes, the signal travelling down the axon is regenerated. This
ensures that the signal travelling down the axon travels fast and remains constant (i.e. very
short propagation delay and no weakening of the signal). The synapse is the area of contact
between two neurons. The neurons do not actually physically touch. They are separated by
the synaptic cleft, and electric signals are sent through chemical 13 interaction. The neuron
sending the signal is called the presynaptic cell and the neuron receiving the signal is called
the postsynaptic cell. The signals are generated by the membrane potential, which is based
on the differences in concentration of sodium and potassium ions inside and outside the
cell membrane. Neurons can be classified by their number of processes (or appendages),
or by their function. If they are classified by the number of processes, they fall into three
categories. Unipolar neurons have a single process (dendrites and axon are located on the
same stem), and are most common in invertebrates. In bipolar neurons, the dendrite and
axon are the neuron's two separate processes. Bipolar neurons have a subclass called
pseudo-bipolar neurons, which are used to send sensory information to the spinal cord.
Finally, multipolar neurons are most common in mammals. Examples of these neurons are
spinal motor neurons, pyramidal cells and Purkinje cells (in the cerebellum). If classified
When creating a functional model of the biological neuron, there are three basic
components of importance. First, the synapses of the neuron are modeled as weights. The
strength of the connection between an input and a neuron is noted by the value of the
weight. Negative weight values reflect inhibitory connections, while positive values
designate excitatory connections [Haykin]. The next two components model the actual
activity within the neuron cell. An adder sums up all the inputs modified by their respective
weights. This activity is referred to as linear combination. Finally, an activation function
controls the amplitude of the output of the neuron. An acceptable range of output is usually
between 0 and 1, or -1 and 1. Mathematically, this process is described in the figure
From this model the interval activity of the neuron can be shown to be:
Activation functions
As mentioned previously, the activation function acts as a squashing function, such that the
output of a neuron in a neural network is between certain values (usually 0 and 1, or -
1 and 1). In general, there are three types of activation functions, denoted by Φ(.) . First,
there is the Threshold Function which takes on a value of 0 if the summed input is less than
a certain threshold value (v), and the value 1 if the summed input is greater than or equal
to the threshold value.
Secondly, there is the Piecewise-Linear function. This function again can take on the values
of 0 or 1, but can also take on values between that depending on the amplification factor
in a certain region of linear operation.
Thirdly, there is the sigmoid function. This function can range between 0 and 1, but it is
also sometimes useful to use the -1 to 1 range. An example of the sigmoid function is the
hyperbolic tangent function.
Processing units
Each unit performs a relatively simple job: receive input from neighbours or external
sources and use this to compute an output signal which is propagated to other units. Apart
from this processing, a second task is the adjustment of the weights. The system is
inherently parallel in the sense that many units can carry out their computations at the same
time. Within neural systems it is useful to distinguish three types of units: input units
(indicated by an index i) which receive data from outside the neural network, output units
(indicated by an index o) which send data out of the neural network, and hidden units
(indicated by an index h) whose input and output signals remain within the neural network.
During operation, units can be updated either synchronously or asynchronously. With
synchronous updating, all units update their activation simultaneously; with asynchronous
updating, each unit has a (usually fixed) probability of updating its activation at a time t,
and usually only one unit will be able to do this at a time. In some cases the latter model
has some advantages.
In the previous section we discussed the properties of the basic processing unit in an
artificial neural network. This section focuses on the pattern of connections between the
units and the propagation of data. As for this pattern of connections, the main distinction
we can make is between:
• Feed-forward neural networks, where the data ow from input to output units is
strictly feedforward. The data processing can extend over multiple (layers of) units,
but no feedback connections are present, that is, connections extending from
outputs of units to inputs of units in the same layer or previous layers.
A neural network has to be configured such that the application of a set of inputs produces
(either 'direct' or via a relaxation process) the desired set of outputs. Various methods to set
the strengths of the connections exist. One way is to set the weights explicitly, using a priori
knowledge. Another way is to 'train' the neural network by feeding it teaching patterns
and letting it change its weights according to some learning rule.
We can categorise the learning situations in two distinct sorts. These are:
Phil Mars, J.R. Chen and [Link]. Learning Algorithms: Theory and applications in
signal processing, control and communications. CRC press New York
Stuart Russell Peter Norvig Artificial Intelligence: A Modern Approach (2nd Edition)
December 2025
Contents
1 Major Structures Used in AI Programs 4
1.1 State-Space Models . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 4
1.2 Search Trees and Graphs . . . . . . . . . . . . . . . . . . . . . . . . . . . 5
1.3 Rule-Based (Production) Systems . . . . . . . . . . . . . . . . . . . . . . 5
1.4 Logical Structures . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 6
1.4.1 Propositional Logic . . . . . . . . . . . . . . . . . . . . . . . . . . 6
1.4.2 Predicate (First-Order) Logic (FOL) . . . . . . . . . . . . . . . . . 8
1.5 Probabilistic Graphical Models . . . . . . . . . . . . . . . . . . . . . . . . 9
1.5.1 Bayesian Networks . . . . . . . . . . . . . . . . . . . . . . . . . . 9
1.5.2 Markov Random Field . . . . . . . . . . . . . . . . . . . . . . . . . 9
1.6 Neural Network Structures . . . . . . . . . . . . . . . . . . . . . . . . . . 10
1.7 Knowledge Graphs . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 13
1.7.1 Introduction . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 13
1.7.2 Formal Definition . . . . . . . . . . . . . . . . . . . . . . . . . . . 13
1.7.3 Storage and Construction . . . . . . . . . . . . . . . . . . . . . . . 14
1.7.4 Querying and Reasoning . . . . . . . . . . . . . . . . . . . . . . . 14
1.7.5 Applications . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 15
1.7.6 Challenges . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 15
1
CSC 309, CSC FUTO, 2025
4 Semantic Networks 23
4.1 Definition and Formalization . . . . . . . . . . . . . . . . . . . . . . . . . 23
4.2 Types of Relationships . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 23
4.3 Semantic Network Inheritance . . . . . . . . . . . . . . . . . . . . . . . . . 23
4.3.1 Conflicting Inheritance . . . . . . . . . . . . . . . . . . . . . . . . 24
4.4 Types and Components of Semantic Networks . . . . . . . . . . . . . . . . 24
4.4.1 Types of Semantic Networks . . . . . . . . . . . . . . . . . . . . . 24
4.4.2 Components . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 24
4.5 Semantic Networks and Logic . . . . . . . . . . . . . . . . . . . . . . . . . 24
5 Introduction to Frames 25
5.1 Frames as Structured Knowledge Units . . . . . . . . . . . . . . . . . . . . 25
5.2 Example Frame: CLASSROOM . . . . . . . . . . . . . . . . . . . . . . . . 25
5.3 Procedural Attachments (Demons) . . . . . . . . . . . . . . . . . . . . . . 25
5.4 Frames and Logic . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 26
2
CSC 309, CSC FUTO, 2025
3
CSC 309, CSC FUTO, 2025
P = ⟨S, A, T, c, s0 , G⟩
where:
π = ⟨a1 , a2 , . . . , ak ⟩
• States: Each state is a 3 × 3 arrangement of tiles {1, . . . , 8} and a blank (see Figure
1.
4
CSC 309, CSC FUTO, 2025
• Transition: T (s, a) swaps the blank with the adjacent tile in the chosen direction
(if valid).
• Goal: The tiles are in order and the blank is in the bottom-right corner.
State-Space Size: There are 9! = 362,880 possible permutations of tiles. Exactly half
are reachable, so |S| = 181,440. Can the student verify this?
s0
s1 s2
s3 s4 s5 s6
Search Graph: A graph structure allows shared subtrees and cycles. Nodes are states,
edges are labeled with actions. Intelligent search algorithms such as the A* search algorithm
operate on this structure.
If the branching factor is b and depth of the shallowest solution is d, then for breadth-first
search (BFS):
5
CSC 309, CSC FUTO, 2025
executing actions. Their core principle is based on applying predefined logical rules to
data for consistent, explainable automation. Rule-based AI systems are not scalable and
have largely been jettisoned in modern applications. Examples includes medical diagno-
sis tools (MYCIN, WebMD) for diagnosing infections from symptoms, financial advisors
(NerdWallet) -recommending investments based on risk, fraud detection - flagging suspi-
cious transactions, and simple automated systems like email filters or smart home devices
adjusting settings (e.g., ”IF temperature ¿ 25°C THEN turn on AC”). These systems
excel at automating tasks requiring explicit, domain-specific knowledge, mimicking human
experts in narrow fields.
A rule-based system consists of:
If WM initially contains:
6
CSC 309, CSC FUTO, 2025
Key Components
The main components of a propositional logic expression are identified below (See Figure
2)
1. Propositions: These are declarative sentences that are either definitively true or false,
but not both simultaneously. Questions, commands, and opinions are not proposi-
tions.
Example:
3. Logical Connectives (Operators): These are symbols that are used to combine or
modify propositions to form more complex, compound propositions. The truth value
of a compound proposition is a function of the truth values of its components.
Applications
Propositional logic has wide-ranging applications due to its precise and systematic approach
to reasoning:
7
CSC 309, CSC FUTO, 2025
1. Computer Science: Used in designing digital logic gates and circuits, developing
algorithms, and creating database queries.
3. Artificial Intelligence: Forms the basis for knowledge representation and automated
reasoning systems
Predicate first-order logic (FOL) is an extension of propositional logic that allows for reason-
ing about objects, properties, and relationships using predicates, variables, and quantifiers
(like ”all” and ”some”), making it much more expressive for representing complex state-
ments about the world, unlike simple true/false propositions. It breaks down sentences
into subjects (individuals) and predicates (properties or relations), enabling formal repre-
sentation.
Key Components
1. Predicates: Represent properties (e.g., IsM an(x)) or relationships (e.g. Loves(x, y)).
2. Terms: Individuals or objects in the domain (constants like Socrates, variables like
x, or function results).
3. Quantifiers:
4. Logical Connectives:
• AND: (∧),
• OR: (∨),
• NOT: (¬),
• Implication: (→),
• Double implication (Iff): ( ⇐⇒ ).
• Breaking down propositions. Instead of just P (true/false), FOL uses P (x) or R(x, y),
where P is a predicate and x, y are terms.
8
CSC 309, CSC FUTO, 2025
• Enables complex reasoning: Allows for powerful inferences using quantifiers, essential
for artificial intelligence, knowledge representation, and language processing.
• Quantifiers: ∀ and ∃.
∀x(Human(x) → M ortal(x)),
Human(Socrates).
We can derive:
M ortal(Socrates).
9
CSC 309, CSC FUTO, 2025
a node is independent of non-neighbors given its neighbors. Markov Random Fields model
local interactions, especially useful for spatial data (pixels in images), capturing context via
fully connected subgraphs (cliques) and defined by factors (potentials) over these cliques,
and thus enabling compact representation and efficient inference in computer vision, NLP,
and physics.
Markov Random Fields (MRFs), unlike Bayesian Networks (directed), use undirected
edges, as such simplifies certain dependencies. MRFs exhibit the Markov Property; a sit-
uation where a variable depends only on its immediate neighbors, not the entire system,
given its neighboring states (this is called conditional independence). MRFs also features
cliques- Maximal fully connected subgraphs; that define the local interaction structure. Be-
sides exhibiting the markov property and cliques, MRFs also features Potentials (Factors)
which are non-negative functions (ϕc ) over clique variables, defining how likely configura-
tions are. For MRFs, the joint probability refers to the overall probability and it factorizes
as a product of potentials over cliques, normalized by a partition function (Z).
Factorization with cliques. The joint probability over all variables X factors into products
of potential functions over cliques of the graph:
1 Y
P (X) = ψc (Xc )
Z
c∈C
1. Neuron (node)
• Receives inputs x1 , x2 , . . . , xn
• Applies weights wi and bias b:
X
z= wi x i + b
i
10
CSC 309, CSC FUTO, 2025
2. Layer
3. Network
• Layers are stacked together: Input layer → one or more hidden layers → output
layer.
• Parameters: all weights + biases.
• Training adjusts these with backpropagation + an optimizer (SGD, Adam, etc.).
h = σ W (1) x + b(1) ,
y = f W (2) h + b(2) ,
where:
• x ∈ Rd is input.
• W (1) ∈ Rm×d , W (2) ∈ Rk×m .
• σ(·) is an activation function (ReLU, sigmoid, etc.).
• f (·) is usually softmax for classification:
e zi
f (z)i = P zj .
je
11
CSC 309, CSC FUTO, 2025
N
X
L(θ) = − log Pθ (y (i) | x(i) ).
i=1
(e) Autoencoders
12
CSC 309, CSC FUTO, 2025
A knowledge graph is a set of triples (h, r, t) where h is a head entity, t is a tail entity,
and r is a relation. At a high level, a knowledge graph encodes statements of the form
is a triple stating that the entity Olusegun Obasanjo has a bornIn relation to the entity
Otta.
These are structurally similar to semantic networks and are widely used in modern AI to
achieve the reasoning expected of intelligent systems.
Let E be a set of entities, R a set of relation types, and L a set of literal values (e.g.,
strings, numbers, dates). A knowledge graph G can be defined as a set of triples
G ⊆ (E × R × (E ∪ L)).
Each triple (h, r, t) ∈ G is interpreted as a directed, labeled edge from head entity h to
13
CSC 309, CSC FUTO, 2025
Many KGs adopt standards from the Semantic Web stack, in particular:
1. Manual curation: domain experts define the ontology and add high-value facts.
2. Automatic extraction: information extraction from text, tables, and semi-structured
data (e.g. web pages, CSV files, logs).
3. Integration and linkage: entity resolution and schema alignment across heteroge-
neous data sources.
Because real-world data are noisy and incomplete, KGs often incorporate confidence
scores or provenance metadata to indicate the source and reliability of facts.
Knowledge graphs are queried using languages tailored to graph-shaped data. Prominent
examples include:
• SPARQL: a declarative query language for RDF graphs, analogous to SQL for rela-
tional data.
14
CSC 309, CSC FUTO, 2025
• Logical inference: applying ontological rules (e.g. subclass, domain, range) to derive
new facts.
• Constraint checking: detecting violations of integrity constraints (e.g. cardinality,
type restrictions).
• Statistical and embedding-based reasoning: representing entities and relations
as vectors and using machine learning to perform link prediction, entity classification,
and similarity search.
Cl(G, Σ) = {f | G ∪ Σ |= f },
1.7.5 Applications
• Web search and question answering: entity-centric search, knowledge panels, and
natural-language QA.
• Recommender systems: modeling users, items, and contextual information as a
graph for richer recommendations.
• Data integration and master data management: unifying heterogeneous datasets
under a single semantic model.
• Scientific and industrial domains: e.g. biomedical KGs, supply-chain graphs, and
enterprise knowledge hubs.
By providing a shared, semantically rich data layer, KGs facilitate interoperability be-
tween applications and support both symbolic and statistical AI methods.
1.7.6 Challenges
15
CSC 309, CSC FUTO, 2025
New research frontiers are developing with focus on exploring hybrid approaches that
integrate knowledge graphs with deep learning and large language models with a view to
leveraging the the benefits of both explicit structure and powerful pattern recognition.
16
CSC 309, CSC FUTO, 2025
The basic of idea of deductive reasoning is the movement from general statements (premises)
to derive specific conclusions that logically follow. i.e. proceding from general rules to spe-
cific conclusions.
If KB contains:
Then we deduce:
Hardworking(ade).
For example, after observing many hardworking students in a given database (DB) class,
we hypothesize:
∀x(InDBClass(x) → Hardworking(x)).
17
CSC 309, CSC FUTO, 2025
Abductive reasoning is a logical process of forming the best, most likely explanation for
a set of observations, often called inference to the best explanation. It starts with an in-
complete set of facts and generates a plausible hypothesis that makes sense of those facts,
even if it isn’t guaranteed to be true, making it crucial for daily problem-solving, scientific
discovery, and detective work.
• Completeness: If KB |= α, then KB ⊢ α.
More expressive languages (e.g. full first-order logic) lead to more powerful representations
but typically harder reasoning:
There is a trade-off:
• Noisy sensors.
• Incomplete knowledge.
18
CSC 309, CSC FUTO, 2025
• Stochastic environments.
P (E | H)P (H)
P (H | E) = .
P (E)
2.4.3 Non-monotonicity
The frame problem is the problem of representing what does not change when an action
occurs, without specifying an enormous number of “frame axioms.”
Example: When a robot picks up a block, we must specify that the color of the block
remains the same, the color of the table remains the same, the time of day remains the
same, etc.
• Entailment checking: KB |= α?
• Satisfiability: Is KB consistent?
19
CSC 309, CSC FUTO, 2025
• Predicate logic.
• Non-monotonic logic.
• Probabilistic reasoning.
• Terms: variables (x, y), constants (a, b, N igeria), function terms (f ather(x), plus(x, y)).
Family Relations:
∀x∀y P arent(x, y) ∧ M ale(x) → F ather(x, y) .
P arent(chi, ada).
M ale(chi).
20
CSC 309, CSC FUTO, 2025
Bird Example:
Bird(x) : CanF ly(x)
.
CanF ly(x)
Base facts:
• But we may have another rule: P enguin(x) → ¬CanF ly(x) which overrides the
default.
• Conditional probability:
P (A ∩ B)
P (A | B) = , P (B) > 0.
P (B)
21
CSC 309, CSC FUTO, 2025
then
P (E | H)P (H)
P (H | E) = .
P (E | H)P (H) + P (E | ¬H)P (¬H)
Then:
Even with a positive test, probability of disease is about 15% due to low prior.
A Markov network is an undirected graph where the joint distribution factorizes over
cliques:
1 Y
P (x) = ϕC (xC ),
Z
C
where:
22
CSC 309, CSC FUTO, 2025
4 Semantic Networks
4.1 Definition and Formalization
A semantic network is a labeled graph representing knowledge:
SN = ⟨V, E, LV , LE ⟩
where:
23
CSC 309, CSC FUTO, 2025
If we add:
P enguin is-a Bird, CanF ly(P enguin) = f alse,
• Conceptual dependency networks: represent events with roles like ACTOR, OB-
JECT, etc.
4.4.2 Components
• Relation edges.
• a INSTANCE-OF A ⇝ A(a).
24
CSC 309, CSC FUTO, 2025
5 Introduction to Frames
5.1 Frames as Structured Knowledge Units
A frame is a data structure used to represent stereotyped situations, objects, or concepts.
It is similar to a “record” or an “object” and consists of slots and values.
Formally, a frame F can be written as:
where
Slots(F ) = {(si , vi , metai )}ni=1 .
Inheritance: A specific frame, e.g. AI Classroom FUTO, can inherit from CLASSROOM
and override some slots (e.g. Number of seats).
25
CSC 309, CSC FUTO, 2025
26
CSC 309, CSC FUTO, 2025
• Semantic analysis.
• Machine translation.
• Question answering.
• V : non-terminals (e.g. S, N P, V P ).
• Σ: terminals (words).
• R: production rules A → α.
• S: start symbol.
S → NP V P
N P → Det N | P N
V P → V NP | V NP PP
PP → P NP
Det → “the” | “a”
N → “student” | “problem”
V → “solved”
P → “in”
P N → “Ade”
27
CSC 309, CSC FUTO, 2025
NP VP
Det N V NP
the problem
6.3.3 Ambiguity
Two readings:
A parser may produce multiple parse trees; later semantic/pragmatic analysis chooses
the most plausible.
We saw an example above. The idea is to map syntactic constituents to logical sub-
expressions.
Compositionality: The meaning of the whole is determined by the meaning of the parts
and the rules used to combine them.
Example (lambda-calculus style):
28
CSC 309, CSC FUTO, 2025
Examples of roles:
Sentence:
“Ade opened the door with a key.”
We approximate:
Count(wi−1 , wi )
P (wi | wi−1 ) ≈ .
Count(wi−1 )
6.5.2 Perplexity
29
CSC 309, CSC FUTO, 2025
30
CSC 309, CSC FUTO, 2025
• Surveyed major structures used in AI: state-space models, search trees/graphs, rule-
based systems, logical formalisms, probabilistic graphical models, neural networks,
and knowledge graphs.
• Introduced the field of Knowledge Representation (KR) and central reasoning chal-
lenges: expressiveness vs. tractability, uncertainty, non-monotonicity, frame/qualification/ramification
problems.
• Explored semantic networks: their graph structure, relation types, inheritance mech-
anisms, and links to logic.
• Introduced fundamental NLP concepts: syntactic structures (CFGs, parse trees), se-
mantic structures (logical forms, semantic roles), and probabilistic language models.
Further Reading
1. Van Harmelen, F., Lifschitz, V., & Porter, B. (Eds.). (2008). Handbook of knowl-
edge representation (Vol. 1). Elsevier.
2. Russell, S., & Norvig, P. (2021). Artificial Intelligence: a modern approach, 4th).
31
CSC-309-Artificial Intelligence Part III
Euphemia Chioma Nwokorie, Ph.D
Contents
• LISP: One of the earliest AI languages, mainly used for symbolic processing, knowledge
representation, and expert systems.
• PROLOG: A logic-based AI language that uses facts and rules, widely used in
reasoning, natural language processing, and expert systems.
• Python: A modern, versatile language popular in AI due to its simplicity, rich libraries,
and strong support for machine learning and data analysis.
1.5.2 Knowledge Representation Techniques
• Rules
• Frames
• Semantic networks
• Ontologies
1.5.3 Reasoning Techniques
• Forward chaining
• Backward chaining
• Heuristic reasoning
1.5.4 Tools & Shells
• CLIPS
• JESS
• EMYCIN
1.6 Development of Expert Systems
The development process includes the following steps:
1.6.1 Problem Identification
• Identify suitable domain and task
1.6.2 Knowledge Acquisition
• Gather knowledge from experts, documents, and data
1.6.3 Knowledge Representation
• Encode knowledge into rules or frames
1.6.4 System Design
• Design inference engine and user interface
1.6.5 Implementation
• Develop system using ES tools/languages
1.6.6 Testing & Validation
• Verify accuracy and consistency
1.6.7 Deployment & Maintenance
• Install system and update knowledge regularly