SlideShare a Scribd company logo
1 of 18
ALI AKRAM SABER
ID : P71082
SUBJECT : INTELLIGENT URBAN TRAFFIC CONTROL SYSTEM
INTRODUCTION
Artificial intelligence (AI) is the human-like
intelligence exhibited by machines or software. It is
also an academic field of study. Major AI researchers
and textbooks define the field as "the study and design
of intelligent agents", where an intelligent agent is a
system that perceives its environment and takes
actions that maximize its chances of success. It as "the
science and engineering of making intelligent
machines".
NEURAL NETWORK
Neural network" redirects here. For networks of living
neurons, see Biological neural network.
Neural Networks can be loosely separated into Neural Models,
Network Models and Learning Rules. the earliest mathematical
models of the Neuron pre-date Mcullock and Pitts who
developed the first Network models to explain how the signals
passed from one neuron to another within the network. When
you hear of a network being described as a feed forward or
feedback network, they are describing how the network connects
neurons in one layer to neurons in the next. Weiners work
allowed Mculloch and Pitts to describe how these different
connection types would affect the operation of the network.
Hopfield: A Hopfield network is a fully connected network. A
unit receives input from all other units. There is no distinction
between input units, hidden units and output units. When an
input pattern is presented, all units obtain their initial state from
the input pattern.
NEURAL NETWORK
Boltzmann divides all network nodes into three groups: input
nodes, output nodes, and hidden nodes
Multi-layered network is a feed forward network. Three or
more layers of artificial neurons are used with one layer
representing input data and one layer representing the
corresponding output.
Adaptive Resonance Theory The term "resonance" refers here
to the so called resonant state of the network in which a
category prototype vector matches the current input vector
close enough so the orienting subsystem will not generate a
reset signal to the second layer.
NEURAL NETWORK
in the computer science field of artificial intelligence, genetic
algorithm (GA) is a search heuristic that mimics the process of
natural selection. This heuristic (also sometimes called a
metaheuristic) is routinely used to generate useful solutions to
optimization and search problems. Genetic algorithms belong to the
larger class of evolutionary algorithms (EA), which generate
solutions to optimization problems using techniques inspired by
natural evolution, such as inheritance, mutation, selection, and
crossover.
Genetic algorithms find application in bioinformatics, phylogenetic,
computational science, engineering, economics, chemistry,
manufacturing, mathematics, physics, pharmacometrics and other
fields.
GENETIC ALGORITHM
Initially many individual solutions are (usually) randomly
generated to form an initial population. The population
size depends on the nature of the problem, but typically
contains several hundreds or thousands of possible
solutions. Traditionally, the population is generated
randomly, allowing the entire range of possible solutions
(the search space). Occasionally, the solutions may be
"seeded" in areas where optimal solutions are likely to be
found.
INITIALIZATION OF GENETIC ALGORITHM
FLOW CHART
Before a genetic algorithm can be put to work on any problem,
a method is needed to encode potential solutions to that
problem in a form so that a computer can process.
Common approaches are:
 Binary Encoding : every chromosome is a string of 0 or 1
• Permutation Encoding : every chromosome is a string of
numbers that represent position in a sequence
• Tree Encoding : a tree structure represents the chromosome
• Value Encoding : every chromosome is a sequence of some
values (real numbers, characters or objects)
ENCODING
Expert Systems are computer programs that are derived from a
branch of computer science research called Artificial
Intelligence (AI). AI's scientific goal is to understand
intelligence by building computer programs that exhibit
intelligent behavior. It is concerned with the concepts and
methods of symbolic inference, or reasoning, by a computer,
and how the knowledge used to make those inferences will be
represented inside the machine.
The term intelligence covers many cognitive skills, including
the ability to solve problems, learn, and understand language;
AI addresses all of those. But most progress to date in AI has
been made in the area of problem solving.
EXPERT SYSTEMS
Every expert system consists of two principal parts: the
knowledge base; and the reasoning, or inference, engine.
The knowledge base of expert systems contains both factual
and heuristic knowledge. Factual knowledge is that knowledge
of the task domain that is widely shared, typically found in
textbooks or journals, and commonly agreed upon by those
knowledgeable in the particular field.
Heuristic knowledge is the less rigorous, more experiential,
more judgmental knowledge of performance. In contrast to
factual knowledge, heuristic knowledge is rarely discussed, and
is largely individualistic. It is the knowledge of good practice,
good judgment, and plausible reasoning in the field. It is the
knowledge that underlies the "art of good guessing."
THE BUILDING BLOCKS OF
EXPERT SYSTEMS
In conventional computer programs, problem-
solving knowledge is encoded in program logic
and program-resident data structures. Expert
systems differ from conventional programs both
in the way problem knowledge is stored and
used.
DISTINGUISHING FEATURES
Expert systems are especially important to organizations
that rely on people who possess specialized knowledge
of some problem domain, especially if this knowledge
and experience cannot be easily transferred. Artificial
intelligence methods and techniques have been applied
to a broad range of problems and disciplines, some of
which are esoteric and others which are extremely
practical.
UTILITY OF EXPERT SYSTEMS
A rule-based, expert system maintains a separation
between its Knowledge-base and that part of the
system that executes rules, often referred to as the
expert system shell. The system shell is indifferent to
the rules it executes. This is an important distinction,
because it means that the expert system shell can be
applied to many different problem domains with little
or no change.
ADVANTAGES OF RULE-BASED SYSTEMS
RULE-BASED SYSTEMS
Fuzzy logic is a form of many-valued logic; it deals with
reasoning that is approximate rather than fixed and exact.
Compared to traditional binary sets (where variables may
take on true or false values), fuzzy logic variables may
have a truth value that ranges in degree between 0 and 1.
Fuzzy logic has been extended to handle the concept of
partial truth, where the truth value may range between
completely true and completely false. Furthermore, when
linguistic variables are used, these degrees may be
managed by specific functions. Irrationality can be
described in terms of what is known as the fuzzjective.
FUZZY LOGIC
FUZZY INFERENCE SYSTEM
Artificial intelligent

More Related Content

What's hot

Artificial Intelligence Course- Introduction
Artificial Intelligence Course- IntroductionArtificial Intelligence Course- Introduction
Artificial Intelligence Course- Introduction
Muhammad Sanaullah
 

What's hot (20)

Top Trends for Artificial Intelligence in 2019 !!
Top Trends for Artificial Intelligence in 2019 !!Top Trends for Artificial Intelligence in 2019 !!
Top Trends for Artificial Intelligence in 2019 !!
 
Artificial Intelligence
Artificial IntelligenceArtificial Intelligence
Artificial Intelligence
 
The best programming language for Artificial Intelligence and Machine Learning
The best programming language for Artificial Intelligence and Machine LearningThe best programming language for Artificial Intelligence and Machine Learning
The best programming language for Artificial Intelligence and Machine Learning
 
(Ch#1) artificial intelligence
(Ch#1) artificial intelligence(Ch#1) artificial intelligence
(Ch#1) artificial intelligence
 
Tech Talk on Artificial Intelligence by Navneet@Snapshopr
Tech Talk on Artificial Intelligence by Navneet@SnapshoprTech Talk on Artificial Intelligence by Navneet@Snapshopr
Tech Talk on Artificial Intelligence by Navneet@Snapshopr
 
ARTIFICIAL INTELLIGENCE & NEURAL NETWORKS
ARTIFICIAL INTELLIGENCE & NEURAL NETWORKSARTIFICIAL INTELLIGENCE & NEURAL NETWORKS
ARTIFICIAL INTELLIGENCE & NEURAL NETWORKS
 
Artificial Intelligence Course- Introduction
Artificial Intelligence Course- IntroductionArtificial Intelligence Course- Introduction
Artificial Intelligence Course- Introduction
 
Ai in e commerce (public)
Ai in e commerce (public)Ai in e commerce (public)
Ai in e commerce (public)
 
Artificial intelligence and Fuzzy Logic
Artificial intelligence and Fuzzy Logic Artificial intelligence and Fuzzy Logic
Artificial intelligence and Fuzzy Logic
 
Artificial Intelligence- An Introduction
Artificial Intelligence- An IntroductionArtificial Intelligence- An Introduction
Artificial Intelligence- An Introduction
 
The Use of Artificial Intelligence and Machine Learning in Speech Recognition
The Use of Artificial Intelligence and Machine Learning in Speech RecognitionThe Use of Artificial Intelligence and Machine Learning in Speech Recognition
The Use of Artificial Intelligence and Machine Learning in Speech Recognition
 
Artificial Intelligence
Artificial IntelligenceArtificial Intelligence
Artificial Intelligence
 
Artificial inteligence
Artificial inteligenceArtificial inteligence
Artificial inteligence
 
Artificial Intelligence And Its Applications
Artificial Intelligence And Its ApplicationsArtificial Intelligence And Its Applications
Artificial Intelligence And Its Applications
 
Artificial Intelligence
Artificial Intelligence Artificial Intelligence
Artificial Intelligence
 
Introduction to Artificial Intelligence
Introduction to Artificial IntelligenceIntroduction to Artificial Intelligence
Introduction to Artificial Intelligence
 
ARTIFICIAL INTELLIGENCE Presentation
ARTIFICIAL INTELLIGENCE PresentationARTIFICIAL INTELLIGENCE Presentation
ARTIFICIAL INTELLIGENCE Presentation
 
Artificial Intelligence Short Question and Answer
Artificial Intelligence Short Question and AnswerArtificial Intelligence Short Question and Answer
Artificial Intelligence Short Question and Answer
 
Types of artificial intelligence
Types of artificial intelligenceTypes of artificial intelligence
Types of artificial intelligence
 
Intro to artificial intelligence
Intro to artificial intelligence Intro to artificial intelligence
Intro to artificial intelligence
 

Viewers also liked

Wealth Purification-Zakath
Wealth Purification-ZakathWealth Purification-Zakath
Wealth Purification-Zakath
Brother Muneer
 
Centralized traffic Controll_Adana_Turkey
Centralized traffic Controll_Adana_TurkeyCentralized traffic Controll_Adana_Turkey
Centralized traffic Controll_Adana_Turkey
Akif Sayan
 
4 Way traffic controll new
4 Way traffic controll new4 Way traffic controll new
4 Way traffic controll new
Mainak Nandi
 
Intelligent urban traffic control system
Intelligent urban traffic control systemIntelligent urban traffic control system
Intelligent urban traffic control system
mustafa_talib_yousif
 
Density based traffic light controlling (2)
Density based traffic light controlling (2)Density based traffic light controlling (2)
Density based traffic light controlling (2)
hardik1240
 
TRAFFIC LIGHT CONTROL USING RF TECH
TRAFFIC LIGHT CONTROL USING RF TECHTRAFFIC LIGHT CONTROL USING RF TECH
TRAFFIC LIGHT CONTROL USING RF TECH
Pranay Raj
 

Viewers also liked (20)

Artificial Intelligence
Artificial IntelligenceArtificial Intelligence
Artificial Intelligence
 
Artificial intelligent
Artificial intelligentArtificial intelligent
Artificial intelligent
 
Wealth Purification-Zakath
Wealth Purification-ZakathWealth Purification-Zakath
Wealth Purification-Zakath
 
Centralized traffic Controll_Adana_Turkey
Centralized traffic Controll_Adana_TurkeyCentralized traffic Controll_Adana_Turkey
Centralized traffic Controll_Adana_Turkey
 
Intelligence traffic management system for metrocities
Intelligence traffic management system for metrocitiesIntelligence traffic management system for metrocities
Intelligence traffic management system for metrocities
 
1
11
1
 
4 Way traffic controll new
4 Way traffic controll new4 Way traffic controll new
4 Way traffic controll new
 
Intelligent urban traffic control system
Intelligent urban traffic control systemIntelligent urban traffic control system
Intelligent urban traffic control system
 
Timo Honkela: An Introduction to Artificial Intelligence
Timo Honkela: An Introduction to Artificial IntelligenceTimo Honkela: An Introduction to Artificial Intelligence
Timo Honkela: An Introduction to Artificial Intelligence
 
Modeling Road Traffic Accidents
Modeling Road Traffic AccidentsModeling Road Traffic Accidents
Modeling Road Traffic Accidents
 
Density based traffic light controlling (2)
Density based traffic light controlling (2)Density based traffic light controlling (2)
Density based traffic light controlling (2)
 
Artificial intelligence games
Artificial intelligence gamesArtificial intelligence games
Artificial intelligence games
 
Accident Detection and Ambulance Triggered Traffic Management Systems
Accident Detection and Ambulance Triggered Traffic Management SystemsAccident Detection and Ambulance Triggered Traffic Management Systems
Accident Detection and Ambulance Triggered Traffic Management Systems
 
Introduction to Artificial Intelligence
Introduction to Artificial IntelligenceIntroduction to Artificial Intelligence
Introduction to Artificial Intelligence
 
Artificial Intelligence (Ai) Powerpoint Term Pres
Artificial Intelligence (Ai) Powerpoint Term PresArtificial Intelligence (Ai) Powerpoint Term Pres
Artificial Intelligence (Ai) Powerpoint Term Pres
 
Neural network for real time traffic signal control
Neural network for real time traffic signal controlNeural network for real time traffic signal control
Neural network for real time traffic signal control
 
An Introduction to Artificial Intelligence
An Introduction to Artificial IntelligenceAn Introduction to Artificial Intelligence
An Introduction to Artificial Intelligence
 
Artificial intelligence
Artificial intelligenceArtificial intelligence
Artificial intelligence
 
TRAFFIC LIGHT CONTROL USING RF TECH
TRAFFIC LIGHT CONTROL USING RF TECHTRAFFIC LIGHT CONTROL USING RF TECH
TRAFFIC LIGHT CONTROL USING RF TECH
 
Artificial intelligence
Artificial intelligenceArtificial intelligence
Artificial intelligence
 

Similar to Artificial intelligent

A Review on Reasoning System, Types, and Tools and Need for Hybrid Reasoning
A Review on Reasoning System, Types, and Tools and Need for Hybrid ReasoningA Review on Reasoning System, Types, and Tools and Need for Hybrid Reasoning
A Review on Reasoning System, Types, and Tools and Need for Hybrid Reasoning
BRNSSPublicationHubI
 
Integrated approach for domain dimensional information retrieval system by us...
Integrated approach for domain dimensional information retrieval system by us...Integrated approach for domain dimensional information retrieval system by us...
Integrated approach for domain dimensional information retrieval system by us...
Alexander Decker
 

Similar to Artificial intelligent (20)

Artificial intelligence in power systems seminar presentation
Artificial intelligence in  power systems seminar presentationArtificial intelligence in  power systems seminar presentation
Artificial intelligence in power systems seminar presentation
 
ARTIFICIAL INTELLIGENCE APPLICATION TO POWER SYSTEM PROTECTION
ARTIFICIAL INTELLIGENCE APPLICATION TO POWER SYSTEM PROTECTION ARTIFICIAL INTELLIGENCE APPLICATION TO POWER SYSTEM PROTECTION
ARTIFICIAL INTELLIGENCE APPLICATION TO POWER SYSTEM PROTECTION
 
Expert system
Expert systemExpert system
Expert system
 
White-Paper-the-AI-behind-vectra-AI.pdf
White-Paper-the-AI-behind-vectra-AI.pdfWhite-Paper-the-AI-behind-vectra-AI.pdf
White-Paper-the-AI-behind-vectra-AI.pdf
 
Expert Systems
Expert SystemsExpert Systems
Expert Systems
 
Introduction to Soft Computing by Dr.S.Jagadeesh Kumar
Introduction to Soft Computing by Dr.S.Jagadeesh KumarIntroduction to Soft Computing by Dr.S.Jagadeesh Kumar
Introduction to Soft Computing by Dr.S.Jagadeesh Kumar
 
Expert Systems - IK
Expert Systems - IKExpert Systems - IK
Expert Systems - IK
 
Artificial Neural Networks: Applications In Management
Artificial Neural Networks: Applications In ManagementArtificial Neural Networks: Applications In Management
Artificial Neural Networks: Applications In Management
 
F017624449
F017624449F017624449
F017624449
 
Comparative Analysis of Computational Intelligence Paradigms in WSN: Review
Comparative Analysis of Computational Intelligence Paradigms in WSN: ReviewComparative Analysis of Computational Intelligence Paradigms in WSN: Review
Comparative Analysis of Computational Intelligence Paradigms in WSN: Review
 
Neural networks in business forecasting
Neural networks in business forecastingNeural networks in business forecasting
Neural networks in business forecasting
 
Uncertainty classification of expert systems a rough set approach
Uncertainty classification of expert systems   a rough set approachUncertainty classification of expert systems   a rough set approach
Uncertainty classification of expert systems a rough set approach
 
Expert Systems
Expert SystemsExpert Systems
Expert Systems
 
A Review on Reasoning System, Types, and Tools and Need for Hybrid Reasoning
A Review on Reasoning System, Types, and Tools and Need for Hybrid ReasoningA Review on Reasoning System, Types, and Tools and Need for Hybrid Reasoning
A Review on Reasoning System, Types, and Tools and Need for Hybrid Reasoning
 
The technologies of ai used in different corporate world
The technologies of ai used in different  corporate worldThe technologies of ai used in different  corporate world
The technologies of ai used in different corporate world
 
Artificial Neural Network
Artificial Neural NetworkArtificial Neural Network
Artificial Neural Network
 
expertsystem.pptx email
expertsystem.pptx emailexpertsystem.pptx email
expertsystem.pptx email
 
Introduction to soft computing V 1.0
Introduction to soft computing  V 1.0Introduction to soft computing  V 1.0
Introduction to soft computing V 1.0
 
Integrated approach for domain dimensional information retrieval system by us...
Integrated approach for domain dimensional information retrieval system by us...Integrated approach for domain dimensional information retrieval system by us...
Integrated approach for domain dimensional information retrieval system by us...
 
MIS 07 Expert Systems
MIS 07  Expert SystemsMIS 07  Expert Systems
MIS 07 Expert Systems
 

Recently uploaded

Cloud Frontiers: A Deep Dive into Serverless Spatial Data and FME
Cloud Frontiers:  A Deep Dive into Serverless Spatial Data and FMECloud Frontiers:  A Deep Dive into Serverless Spatial Data and FME
Cloud Frontiers: A Deep Dive into Serverless Spatial Data and FME
Safe Software
 

Recently uploaded (20)

DBX First Quarter 2024 Investor Presentation
DBX First Quarter 2024 Investor PresentationDBX First Quarter 2024 Investor Presentation
DBX First Quarter 2024 Investor Presentation
 
GenAI Risks & Security Meetup 01052024.pdf
GenAI Risks & Security Meetup 01052024.pdfGenAI Risks & Security Meetup 01052024.pdf
GenAI Risks & Security Meetup 01052024.pdf
 
Artificial Intelligence Chap.5 : Uncertainty
Artificial Intelligence Chap.5 : UncertaintyArtificial Intelligence Chap.5 : Uncertainty
Artificial Intelligence Chap.5 : Uncertainty
 
TrustArc Webinar - Stay Ahead of US State Data Privacy Law Developments
TrustArc Webinar - Stay Ahead of US State Data Privacy Law DevelopmentsTrustArc Webinar - Stay Ahead of US State Data Privacy Law Developments
TrustArc Webinar - Stay Ahead of US State Data Privacy Law Developments
 
ICT role in 21st century education and its challenges
ICT role in 21st century education and its challengesICT role in 21st century education and its challenges
ICT role in 21st century education and its challenges
 
Apidays New York 2024 - Scaling API-first by Ian Reasor and Radu Cotescu, Adobe
Apidays New York 2024 - Scaling API-first by Ian Reasor and Radu Cotescu, AdobeApidays New York 2024 - Scaling API-first by Ian Reasor and Radu Cotescu, Adobe
Apidays New York 2024 - Scaling API-first by Ian Reasor and Radu Cotescu, Adobe
 
Navi Mumbai Call Girls 🥰 8617370543 Service Offer VIP Hot Model
Navi Mumbai Call Girls 🥰 8617370543 Service Offer VIP Hot ModelNavi Mumbai Call Girls 🥰 8617370543 Service Offer VIP Hot Model
Navi Mumbai Call Girls 🥰 8617370543 Service Offer VIP Hot Model
 
Strategies for Landing an Oracle DBA Job as a Fresher
Strategies for Landing an Oracle DBA Job as a FresherStrategies for Landing an Oracle DBA Job as a Fresher
Strategies for Landing an Oracle DBA Job as a Fresher
 
MS Copilot expands with MS Graph connectors
MS Copilot expands with MS Graph connectorsMS Copilot expands with MS Graph connectors
MS Copilot expands with MS Graph connectors
 
Corporate and higher education May webinar.pptx
Corporate and higher education May webinar.pptxCorporate and higher education May webinar.pptx
Corporate and higher education May webinar.pptx
 
Manulife - Insurer Transformation Award 2024
Manulife - Insurer Transformation Award 2024Manulife - Insurer Transformation Award 2024
Manulife - Insurer Transformation Award 2024
 
Boost Fertility New Invention Ups Success Rates.pdf
Boost Fertility New Invention Ups Success Rates.pdfBoost Fertility New Invention Ups Success Rates.pdf
Boost Fertility New Invention Ups Success Rates.pdf
 
A Beginners Guide to Building a RAG App Using Open Source Milvus
A Beginners Guide to Building a RAG App Using Open Source MilvusA Beginners Guide to Building a RAG App Using Open Source Milvus
A Beginners Guide to Building a RAG App Using Open Source Milvus
 
"I see eyes in my soup": How Delivery Hero implemented the safety system for ...
"I see eyes in my soup": How Delivery Hero implemented the safety system for ..."I see eyes in my soup": How Delivery Hero implemented the safety system for ...
"I see eyes in my soup": How Delivery Hero implemented the safety system for ...
 
Strategize a Smooth Tenant-to-tenant Migration and Copilot Takeoff
Strategize a Smooth Tenant-to-tenant Migration and Copilot TakeoffStrategize a Smooth Tenant-to-tenant Migration and Copilot Takeoff
Strategize a Smooth Tenant-to-tenant Migration and Copilot Takeoff
 
AWS Community Day CPH - Three problems of Terraform
AWS Community Day CPH - Three problems of TerraformAWS Community Day CPH - Three problems of Terraform
AWS Community Day CPH - Three problems of Terraform
 
Exploring the Future Potential of AI-Enabled Smartphone Processors
Exploring the Future Potential of AI-Enabled Smartphone ProcessorsExploring the Future Potential of AI-Enabled Smartphone Processors
Exploring the Future Potential of AI-Enabled Smartphone Processors
 
EMPOWERMENT TECHNOLOGY GRADE 11 QUARTER 2 REVIEWER
EMPOWERMENT TECHNOLOGY GRADE 11 QUARTER 2 REVIEWEREMPOWERMENT TECHNOLOGY GRADE 11 QUARTER 2 REVIEWER
EMPOWERMENT TECHNOLOGY GRADE 11 QUARTER 2 REVIEWER
 
Cloud Frontiers: A Deep Dive into Serverless Spatial Data and FME
Cloud Frontiers:  A Deep Dive into Serverless Spatial Data and FMECloud Frontiers:  A Deep Dive into Serverless Spatial Data and FME
Cloud Frontiers: A Deep Dive into Serverless Spatial Data and FME
 
FWD Group - Insurer Innovation Award 2024
FWD Group - Insurer Innovation Award 2024FWD Group - Insurer Innovation Award 2024
FWD Group - Insurer Innovation Award 2024
 

Artificial intelligent

  • 1. ALI AKRAM SABER ID : P71082 SUBJECT : INTELLIGENT URBAN TRAFFIC CONTROL SYSTEM
  • 2. INTRODUCTION Artificial intelligence (AI) is the human-like intelligence exhibited by machines or software. It is also an academic field of study. Major AI researchers and textbooks define the field as "the study and design of intelligent agents", where an intelligent agent is a system that perceives its environment and takes actions that maximize its chances of success. It as "the science and engineering of making intelligent machines".
  • 3. NEURAL NETWORK Neural network" redirects here. For networks of living neurons, see Biological neural network. Neural Networks can be loosely separated into Neural Models, Network Models and Learning Rules. the earliest mathematical models of the Neuron pre-date Mcullock and Pitts who developed the first Network models to explain how the signals passed from one neuron to another within the network. When you hear of a network being described as a feed forward or feedback network, they are describing how the network connects neurons in one layer to neurons in the next. Weiners work allowed Mculloch and Pitts to describe how these different connection types would affect the operation of the network.
  • 4. Hopfield: A Hopfield network is a fully connected network. A unit receives input from all other units. There is no distinction between input units, hidden units and output units. When an input pattern is presented, all units obtain their initial state from the input pattern. NEURAL NETWORK
  • 5. Boltzmann divides all network nodes into three groups: input nodes, output nodes, and hidden nodes Multi-layered network is a feed forward network. Three or more layers of artificial neurons are used with one layer representing input data and one layer representing the corresponding output. Adaptive Resonance Theory The term "resonance" refers here to the so called resonant state of the network in which a category prototype vector matches the current input vector close enough so the orienting subsystem will not generate a reset signal to the second layer. NEURAL NETWORK
  • 6. in the computer science field of artificial intelligence, genetic algorithm (GA) is a search heuristic that mimics the process of natural selection. This heuristic (also sometimes called a metaheuristic) is routinely used to generate useful solutions to optimization and search problems. Genetic algorithms belong to the larger class of evolutionary algorithms (EA), which generate solutions to optimization problems using techniques inspired by natural evolution, such as inheritance, mutation, selection, and crossover. Genetic algorithms find application in bioinformatics, phylogenetic, computational science, engineering, economics, chemistry, manufacturing, mathematics, physics, pharmacometrics and other fields. GENETIC ALGORITHM
  • 7. Initially many individual solutions are (usually) randomly generated to form an initial population. The population size depends on the nature of the problem, but typically contains several hundreds or thousands of possible solutions. Traditionally, the population is generated randomly, allowing the entire range of possible solutions (the search space). Occasionally, the solutions may be "seeded" in areas where optimal solutions are likely to be found. INITIALIZATION OF GENETIC ALGORITHM
  • 9. Before a genetic algorithm can be put to work on any problem, a method is needed to encode potential solutions to that problem in a form so that a computer can process. Common approaches are:  Binary Encoding : every chromosome is a string of 0 or 1 • Permutation Encoding : every chromosome is a string of numbers that represent position in a sequence • Tree Encoding : a tree structure represents the chromosome • Value Encoding : every chromosome is a sequence of some values (real numbers, characters or objects) ENCODING
  • 10. Expert Systems are computer programs that are derived from a branch of computer science research called Artificial Intelligence (AI). AI's scientific goal is to understand intelligence by building computer programs that exhibit intelligent behavior. It is concerned with the concepts and methods of symbolic inference, or reasoning, by a computer, and how the knowledge used to make those inferences will be represented inside the machine. The term intelligence covers many cognitive skills, including the ability to solve problems, learn, and understand language; AI addresses all of those. But most progress to date in AI has been made in the area of problem solving. EXPERT SYSTEMS
  • 11. Every expert system consists of two principal parts: the knowledge base; and the reasoning, or inference, engine. The knowledge base of expert systems contains both factual and heuristic knowledge. Factual knowledge is that knowledge of the task domain that is widely shared, typically found in textbooks or journals, and commonly agreed upon by those knowledgeable in the particular field. Heuristic knowledge is the less rigorous, more experiential, more judgmental knowledge of performance. In contrast to factual knowledge, heuristic knowledge is rarely discussed, and is largely individualistic. It is the knowledge of good practice, good judgment, and plausible reasoning in the field. It is the knowledge that underlies the "art of good guessing." THE BUILDING BLOCKS OF EXPERT SYSTEMS
  • 12. In conventional computer programs, problem- solving knowledge is encoded in program logic and program-resident data structures. Expert systems differ from conventional programs both in the way problem knowledge is stored and used. DISTINGUISHING FEATURES
  • 13. Expert systems are especially important to organizations that rely on people who possess specialized knowledge of some problem domain, especially if this knowledge and experience cannot be easily transferred. Artificial intelligence methods and techniques have been applied to a broad range of problems and disciplines, some of which are esoteric and others which are extremely practical. UTILITY OF EXPERT SYSTEMS
  • 14. A rule-based, expert system maintains a separation between its Knowledge-base and that part of the system that executes rules, often referred to as the expert system shell. The system shell is indifferent to the rules it executes. This is an important distinction, because it means that the expert system shell can be applied to many different problem domains with little or no change. ADVANTAGES OF RULE-BASED SYSTEMS
  • 16. Fuzzy logic is a form of many-valued logic; it deals with reasoning that is approximate rather than fixed and exact. Compared to traditional binary sets (where variables may take on true or false values), fuzzy logic variables may have a truth value that ranges in degree between 0 and 1. Fuzzy logic has been extended to handle the concept of partial truth, where the truth value may range between completely true and completely false. Furthermore, when linguistic variables are used, these degrees may be managed by specific functions. Irrationality can be described in terms of what is known as the fuzzjective. FUZZY LOGIC