SlideShare a Scribd company logo
1 of 28
Artificial Intelligence for
Automated Decision Support
Valerii Klymchuk
AI is an area of computer science
Artificial Intelligence is a collection of concepts and ideas for development of
intelligent systems in different areas and domains.
Artificial Intelligence is concerned with 2 basic ideas:
• What is intelligence? (study of human thought process).
• Representation and duplication of the thought processes in machines.
Alan Turing designed a test to determine whether a computer exhibits
intelligent behavior - the Turing Test: “A computer can be considered smart
only when a human interviewer cannot identify the computer while
conversing with both: an unseen human being and an unseen computer.”
Abilities considered to be signs of
intelligence:
• Learning or understanding from experience.
• Making sense out of ambiguous or contradictory messages.
• Responding quickly and successfully to a new situation (flexibility).
• Using reasoning in solving problems and directing conduct effectively.
• Understanding and inferring in a rational way.
• Applying knowledge to manipulate the environment.
• Thinking and reasoning, Dealing with perplexing situations.
• Recognizing and judging the relative importance of different elements in a
situation.
AI: Field Applications
AI: Disciplines
Knowledge engineering is a collection of
activities:
• for the acquisition of knowledge from human experts and other
sources, and conversion of this knowledge into a repository.
• to help experts articulate how they do what they do and to document
this knowledge in usable form.
It often applies principles and tools of Artificial Intelligence.
Knowledge Engineering in Rule-based System
Two types of rules are common in artificial intelligence:
• Knowledge rules, or declarative rules, state all the facts and relationships
about the problem.
• Inference rules, or procedural rules, offer advice on how to solve a
problem, given that certain facts are known.
Knowledge rules go to the knowledge base, whereas inference rules become
part of the inference engine. The inference engine uses the rules and facts
to draw conclusions. It directs the search through the collection of rules in
the knowledge base (pattern matching). When all the IF parts of a rule are
satisfied, the rule said to be fired. The new knowledge generated by the rule
is inserted into the memory as a new fact. Engine keeps doing so until the
goal is achieved.
Knowledge rules might look like:
• Rule 1: IF an international conflict begins, THEN the price of gold goes up.
• Rule 2: IF the inflation rate declines, THEN the price of gold goes down.
Inference (procedural) rules:
• Rule 1: IF the data needed are not in the system, THEN request them from
the user.
• Rule 2: IF more than one rule applies, THEN deactivate any rules that add
no new data.
A set of activities for the acquisition of knowledge from human experts and
other sources, and its conversion into a repository is called Knowledge
Engineering. It applies principles and tools of Artificial Intelligence.
The Process
of Knowledge
Engineering
Inference Mechanisms (or reasoning) in
Rule-based Systems:
• Backward chaining is a goal-driven approach in which you start from
an expectation of what is going to happen (i.e., hypothesis) and then
seek evidence that supports (or contradicts your expectation. Often,
this entails formulating and testing intermediate hypotheses (or
subhypotheses).
• Forward chaining is a data-driven approach. We start from available
information as it becomes available or from a basic idea, and then we
try to draw conclusions. The ES analyses the problem by looking for
the facts that match the IF part of its IF-THEN rules. As each rule is
tested, the program works its way toward one or more conclusions.
• Feedforward (multilayer perceptron with backpropagation).
• Recurrent Networks - a pictoral representation
• Associative Memory
• Kohonen’s Self-Organizing feature Maps
• Hopfield Networks
Artificial Neural Network (ANN)
Architectures:
Ultimately, the architecture
of a neural network model
is driven by the task
it is intended to carry out.
Hopfield network
Elements of ANN:
• A neural network is composed of
processing elements, organized in
different ways to form the networks
structure.
• The basic processing elements (PE)
of an ANN are artificial neurons.
Each neuron receives inputs,
processes them, and delivers a
single output, as shown. Processing information in an Artificial Neuron.
General ANN Learning Process
• In supervised learning, the learning
process is inductive; that is, connection
weights are derived from existing
cases. The usual process of learning
involves three tasks:
The information
flows
unidirectionaly
from input layer
to hidden layers
to output layer.
Feedforward (multilayer perceptron with
backpropagation) Network
Architecture, where
the connections
between the layers
are not
unidirectional;
rather, there are many
connections
in every direction
between the layers and neurons.
Recurrent Networks - a pictorial
representation
A Recurrent Neural Network Architecture
• Provide a way to
represent
multidimensional data in
usually in one or two
dimensions.
• Learn to classify data
without supervision (i.e.,
there is no output
vector).
• Commonly used for
clustering tasks due to
self-organizing capability.
Kohonen’s Self-Organizing Feature Maps
(SOM)
4 x 4 nodes connected to the input layer (with three inputs)
representing a two-dimensional vector
Applications. NN models have been used as:
• Classifiers. Typically are multilayer models in which information is
passed from one layer to the next, with a goal of mapping the input
to the network to a specific category, as identified by an output of the
network.
• Forecasting tools.
• Customer segmentation mechanisms.
• General optimizers. In contrast, can be a single layer of neurons,
highly interconnected, and can compute neuron values iteratively
until the model converges to a stable state. This stable state
represents an optimal solution to the problem under analysis.
Visual Interactive Models (VIM)
• Systems developed for the military and the video-game industry have
thinking characters who can behave with a relatively high level of
intelligence in their interactions.
The VIM approach can be used in conjunction with Artificial Intelligence.
Integration of the two techniques adds several capabilities that range
from the ability to build systems graphically - to learning about the
dynamics of the system.
Case: Predictive integrated modeling and decision
support for Power Generators by StatSoft:
• Optimizes operation Parameters
Problem: A coal-burning 300MW multicyclone unit required optimization for
consistent high flame temperatures to avoid forming slag and burning excess fuel
oil.
Results: After optimizing the control parameters, flame temperatures showed
strong responses, resulting in cleaner combustion for higher and more stable flame
temperatures.
• Predicts problems before they happen
Results: Optimized settings resulted in consistently lower NOx emissions with less
variability and no excursions.
• Reduces Emissions (NOx, CO)
Results: After optimization, NOx emissions under low-load operations were
comparable to NOx emissions under higher loads.
Case: Watson
• Facilitates evidence based support at MSKCC.
• It learned the process of diagnosis and treatment through natural language
processing. Was trained to gain knowledge by comparing an individual
patient’s medical information against a variety of treatment guidelines,
published research, and other insights.
• Provides individualized, confidence-scored recommendations to the
physicians. Provides a platform to look at the case from different angles.
• Its voice capabilities allow physician to speak to Watson.
• Watson also Assists the insurance providers in detecting fraudulent claims
• Provides approval for medical treatments based on clinical and patient data
at WellPoint insurance provider.
Knowledge-based Management System
• In the medical field amount of medical information doubles every 5 years.
This massive growth limits physician’s decision-making ability in diagnosis
and treatment. Patients histories and electronic medical records can be
analyzed in combination with existing medical knowledge.
• One of the most widely publicized knowledge-based DSS is IBM’s Watson
system. It employs such techniques as: natural language processing;
hypothesis generation and evaluation, evidence-based learning.
• Watson successfully played Jeopargy television show and beat the other
human competitors. Later it evolved into a question-answering computing
platform that is being used commercially in the medical field.
Knowledge-driven DSS
(KBDSS) or an Intelligent Decision Support System (IDSS) is a system
that integrates knowledge from experts.
• Involve application of knowledge technologies to address specific
decision support needs.
• Are utilized in the creation of automated decision-making process.
• Rules are used to automate the decision-making process. These rules
are either an expert system (ES) or structured like one. Rule-based
expert systems – a technique developed in the area of artificial
intelligence are the foundation for building KBDSS.
• All intelligence-based DSS fall into this category including ANN and ES.
Expert Systems Features, Symbolic Reasoning
Such computer-based information systems use well-stored, organized and quickly retrievable expert
knowledge to improve productivity and quality of performance. ES must have following features:
• Symbolic Reasoning is the basic rationale of Artificial Intelligence. Knowledge must be represented
symbolically, and primary reasoning mechanism must be symbolic, rather then mathematical
calculation. Reasoning mechanisms include backward chaining and forward chaining.
• Expertise. Associated with a high degree of intelligence and vast quantity of knowledge.
• Deep knowledge: knowledge base should not be trivial for non-experts.
• Self knowledge. ES must be able to examine its own reasoning and provide explanations as to why a
particular conclusion was reached. It should be able to learn from its past success and mistakes.
First generation ES use if-then rules to represent and store their knowledge. The second-generation ES
are more flexible in adopting multiple knowledge representations and reasoning methods. They may
integrate fuzzy logic, neural networks, or genetic algorithms with rule-based inference to achieve a
higher level performance.
Expertise is the extensive, task-specific knowledge that an experts possesses.
Automated Decision System (ADS or DAS )
• New approach to supporting decision making.
• Attempts to automate highly repetitive decisions based on business rules and are mostly
suitable for frontline employees who must make quick decisions.
• Is a rule-based system that provides a solution in one area to a specific repetitive problem
usually in one industry (e.g., to approve or disapprove a request for a loan; to determine the
price of a store-item, etc.) ADS provide a rule-based solution.
The following are examples of business rules:
• “If only 70 percent of the seats on a flight are sold, offer X discount to nonbusiness travelers,”
• “If an applicant owns a house and makes over $ 100,000 a year, offer a $10,000 credit line.”
Such rules are based on experience or derived through data mining, can be instantly applied to
problems (e.g., “Based on the information provided and subject to verification, you will be
admitted to our university”), or rules can be provided to a human, who makes the final decision.
Automated DSS facts:
• Make the decisions in real time or near-real time.
• Almost all airlines use automated DS to assign dynamic prices based
on actual demand. ADS initially appeared in the airline industry
where they were called revenue (or yield) management systems.
• Giant Food Stores worked with DemandTec to deploy a system for its
pricing decisions. The system handles massive amount of point-of-
sale and competitive data to model and forecast demand, handles a
large amount of price changes without increasing staff. Giant’s
productivity has doubled as a result.
General Architecture
of Automated Decision Systems
References
Business Intelligence and Analytics. Systems for Decision Support, 10th,
Edition, 2015, Sharda, Delen, Turban, Pearson, ISBN: 978-1-292-00920-9

More Related Content

What's hot

Artificial Intelligence and Expert Systems
Artificial Intelligence and Expert SystemsArtificial Intelligence and Expert Systems
Artificial Intelligence and Expert SystemsSiddhant Agarwal
 
Machine Learning: Applications, Process and Techniques
Machine Learning: Applications, Process and TechniquesMachine Learning: Applications, Process and Techniques
Machine Learning: Applications, Process and TechniquesRui Pedro Paiva
 
Deep Learning - The Past, Present and Future of Artificial Intelligence
Deep Learning - The Past, Present and Future of Artificial IntelligenceDeep Learning - The Past, Present and Future of Artificial Intelligence
Deep Learning - The Past, Present and Future of Artificial IntelligenceLukas Masuch
 
Big Data Open Source Technologies
Big Data Open Source TechnologiesBig Data Open Source Technologies
Big Data Open Source Technologiesneeraj rathore
 
Introduction To Hadoop | What Is Hadoop And Big Data | Hadoop Tutorial For Be...
Introduction To Hadoop | What Is Hadoop And Big Data | Hadoop Tutorial For Be...Introduction To Hadoop | What Is Hadoop And Big Data | Hadoop Tutorial For Be...
Introduction To Hadoop | What Is Hadoop And Big Data | Hadoop Tutorial For Be...Simplilearn
 
Computational Intelligence: concepts and applications using Athena
Computational Intelligence: concepts and applications using AthenaComputational Intelligence: concepts and applications using Athena
Computational Intelligence: concepts and applications using AthenaPedro Almir
 
Big Data: Its Characteristics And Architecture Capabilities
Big Data: Its Characteristics And Architecture CapabilitiesBig Data: Its Characteristics And Architecture Capabilities
Big Data: Its Characteristics And Architecture CapabilitiesAshraf Uddin
 
Introduction to Computational Intelligent
Introduction to Computational IntelligentIntroduction to Computational Intelligent
Introduction to Computational IntelligentKent State University
 
Big data analysis and Internet of Things(IoT)
Big data analysis and Internet of Things(IoT)Big data analysis and Internet of Things(IoT)
Big data analysis and Internet of Things(IoT)Monica Kambala
 
History of AI, Current Trends, Prospective Trajectories
History of AI, Current Trends, Prospective TrajectoriesHistory of AI, Current Trends, Prospective Trajectories
History of AI, Current Trends, Prospective TrajectoriesGiovanni Sileno
 
Introduction to Natural Language Processing (NLP)
Introduction to Natural Language Processing (NLP)Introduction to Natural Language Processing (NLP)
Introduction to Natural Language Processing (NLP)VenkateshMurugadas
 
Introduction to Natural Language Processing
Introduction to Natural Language ProcessingIntroduction to Natural Language Processing
Introduction to Natural Language ProcessingPranav Gupta
 

What's hot (20)

Artificial Intelligence and Expert Systems
Artificial Intelligence and Expert SystemsArtificial Intelligence and Expert Systems
Artificial Intelligence and Expert Systems
 
Expert Systems
Expert SystemsExpert Systems
Expert Systems
 
Machine Learning: Applications, Process and Techniques
Machine Learning: Applications, Process and TechniquesMachine Learning: Applications, Process and Techniques
Machine Learning: Applications, Process and Techniques
 
Fuzzy expert systems
Fuzzy expert systemsFuzzy expert systems
Fuzzy expert systems
 
Hadoop
HadoopHadoop
Hadoop
 
Deep Learning - The Past, Present and Future of Artificial Intelligence
Deep Learning - The Past, Present and Future of Artificial IntelligenceDeep Learning - The Past, Present and Future of Artificial Intelligence
Deep Learning - The Past, Present and Future of Artificial Intelligence
 
Fuzzy expert system
Fuzzy expert systemFuzzy expert system
Fuzzy expert system
 
Big Data Open Source Technologies
Big Data Open Source TechnologiesBig Data Open Source Technologies
Big Data Open Source Technologies
 
Introduction To Hadoop | What Is Hadoop And Big Data | Hadoop Tutorial For Be...
Introduction To Hadoop | What Is Hadoop And Big Data | Hadoop Tutorial For Be...Introduction To Hadoop | What Is Hadoop And Big Data | Hadoop Tutorial For Be...
Introduction To Hadoop | What Is Hadoop And Big Data | Hadoop Tutorial For Be...
 
Swarm intelligence
Swarm intelligenceSwarm intelligence
Swarm intelligence
 
Computational Intelligence: concepts and applications using Athena
Computational Intelligence: concepts and applications using AthenaComputational Intelligence: concepts and applications using Athena
Computational Intelligence: concepts and applications using Athena
 
Big Data: Its Characteristics And Architecture Capabilities
Big Data: Its Characteristics And Architecture CapabilitiesBig Data: Its Characteristics And Architecture Capabilities
Big Data: Its Characteristics And Architecture Capabilities
 
Expert Systems
Expert SystemsExpert Systems
Expert Systems
 
Introduction to Computational Intelligent
Introduction to Computational IntelligentIntroduction to Computational Intelligent
Introduction to Computational Intelligent
 
Big data analysis and Internet of Things(IoT)
Big data analysis and Internet of Things(IoT)Big data analysis and Internet of Things(IoT)
Big data analysis and Internet of Things(IoT)
 
History of AI, Current Trends, Prospective Trajectories
History of AI, Current Trends, Prospective TrajectoriesHistory of AI, Current Trends, Prospective Trajectories
History of AI, Current Trends, Prospective Trajectories
 
Expert Systems
Expert SystemsExpert Systems
Expert Systems
 
Introduction to Natural Language Processing (NLP)
Introduction to Natural Language Processing (NLP)Introduction to Natural Language Processing (NLP)
Introduction to Natural Language Processing (NLP)
 
Mycin
MycinMycin
Mycin
 
Introduction to Natural Language Processing
Introduction to Natural Language ProcessingIntroduction to Natural Language Processing
Introduction to Natural Language Processing
 

Viewers also liked

Extending and integrating a hybrid knowledge representation system into the c...
Extending and integrating a hybrid knowledge representation system into the c...Extending and integrating a hybrid knowledge representation system into the c...
Extending and integrating a hybrid knowledge representation system into the c...Valentina Rho
 
Key Expert Systems Concepts
Key Expert Systems ConceptsKey Expert Systems Concepts
Key Expert Systems ConceptsHarmony Kwawu
 
Prepping the Analytics organization for Artificial Intelligence evolution
Prepping the Analytics organization for Artificial Intelligence evolutionPrepping the Analytics organization for Artificial Intelligence evolution
Prepping the Analytics organization for Artificial Intelligence evolutionRamkumar Ravichandran
 
Rules in Artificial Intelligence
Rules in Artificial IntelligenceRules in Artificial Intelligence
Rules in Artificial IntelligencePierre Feillet
 
RULE-BASED INFERENCING SYSTEM FOR INFERTILITY DIAGNOSIS IN WOMEN
RULE-BASED INFERENCING SYSTEM FOR INFERTILITY DIAGNOSIS IN WOMENRULE-BASED INFERENCING SYSTEM FOR INFERTILITY DIAGNOSIS IN WOMEN
RULE-BASED INFERENCING SYSTEM FOR INFERTILITY DIAGNOSIS IN WOMENijaia
 
Artificial intelligence bsc - iso 27001 information security
Artificial intelligence   bsc - iso 27001 information securityArtificial intelligence   bsc - iso 27001 information security
Artificial intelligence bsc - iso 27001 information securityUfuk Cebeci
 
Encyclopedic Intelligence as Artificial Super Intelligence: Are You Ready To ...
Encyclopedic Intelligence as Artificial Super Intelligence: Are You Ready To ...Encyclopedic Intelligence as Artificial Super Intelligence: Are You Ready To ...
Encyclopedic Intelligence as Artificial Super Intelligence: Are You Ready To ...Azamat Abdoullaev
 
04 Classification in Data Mining
04 Classification in Data Mining04 Classification in Data Mining
04 Classification in Data MiningValerii Klymchuk
 
Artificialintelligenceandexpertsystems 121119234025-phpapp02
Artificialintelligenceandexpertsystems 121119234025-phpapp02Artificialintelligenceandexpertsystems 121119234025-phpapp02
Artificialintelligenceandexpertsystems 121119234025-phpapp02Zuhaib Zaroon
 
"Smart Data Web: Connecting data and extracting knowledge", Prof. Dr. Hans Us...
"Smart Data Web: Connecting data and extracting knowledge", Prof. Dr. Hans Us..."Smart Data Web: Connecting data and extracting knowledge", Prof. Dr. Hans Us...
"Smart Data Web: Connecting data and extracting knowledge", Prof. Dr. Hans Us...Dataconomy Media
 
1ii. Mandarine.Tech AI MINT - JOIN US AS A THOUGHT LEADER - edited
1ii. Mandarine.Tech AI  MINT - JOIN US AS A THOUGHT LEADER - edited1ii. Mandarine.Tech AI  MINT - JOIN US AS A THOUGHT LEADER - edited
1ii. Mandarine.Tech AI MINT - JOIN US AS A THOUGHT LEADER - editedDavid von Ackerman
 
01 Introduction to Data Mining
01 Introduction to Data Mining01 Introduction to Data Mining
01 Introduction to Data MiningValerii Klymchuk
 
05 Clustering in Data Mining
05 Clustering in Data Mining05 Clustering in Data Mining
05 Clustering in Data MiningValerii Klymchuk
 
Artificial Intelligence
Artificial Intelligence Artificial Intelligence
Artificial Intelligence Muhammad Ahad
 
Poster-An Expert System for Car Failure Diagnosis
Poster-An Expert System for Car Failure DiagnosisPoster-An Expert System for Car Failure Diagnosis
Poster-An Expert System for Car Failure DiagnosisViralkumar Jayswal
 

Viewers also liked (20)

Extending and integrating a hybrid knowledge representation system into the c...
Extending and integrating a hybrid knowledge representation system into the c...Extending and integrating a hybrid knowledge representation system into the c...
Extending and integrating a hybrid knowledge representation system into the c...
 
Key Expert Systems Concepts
Key Expert Systems ConceptsKey Expert Systems Concepts
Key Expert Systems Concepts
 
Prepping the Analytics organization for Artificial Intelligence evolution
Prepping the Analytics organization for Artificial Intelligence evolutionPrepping the Analytics organization for Artificial Intelligence evolution
Prepping the Analytics organization for Artificial Intelligence evolution
 
Rules in Artificial Intelligence
Rules in Artificial IntelligenceRules in Artificial Intelligence
Rules in Artificial Intelligence
 
Data Warehouse Project
Data Warehouse ProjectData Warehouse Project
Data Warehouse Project
 
RULE-BASED INFERENCING SYSTEM FOR INFERTILITY DIAGNOSIS IN WOMEN
RULE-BASED INFERENCING SYSTEM FOR INFERTILITY DIAGNOSIS IN WOMENRULE-BASED INFERENCING SYSTEM FOR INFERTILITY DIAGNOSIS IN WOMEN
RULE-BASED INFERENCING SYSTEM FOR INFERTILITY DIAGNOSIS IN WOMEN
 
Database Project
Database ProjectDatabase Project
Database Project
 
Artificial intelligence bsc - iso 27001 information security
Artificial intelligence   bsc - iso 27001 information securityArtificial intelligence   bsc - iso 27001 information security
Artificial intelligence bsc - iso 27001 information security
 
Encyclopedic Intelligence as Artificial Super Intelligence: Are You Ready To ...
Encyclopedic Intelligence as Artificial Super Intelligence: Are You Ready To ...Encyclopedic Intelligence as Artificial Super Intelligence: Are You Ready To ...
Encyclopedic Intelligence as Artificial Super Intelligence: Are You Ready To ...
 
02 Related Concepts
02 Related Concepts02 Related Concepts
02 Related Concepts
 
04 Classification in Data Mining
04 Classification in Data Mining04 Classification in Data Mining
04 Classification in Data Mining
 
Artificialintelligenceandexpertsystems 121119234025-phpapp02
Artificialintelligenceandexpertsystems 121119234025-phpapp02Artificialintelligenceandexpertsystems 121119234025-phpapp02
Artificialintelligenceandexpertsystems 121119234025-phpapp02
 
"Smart Data Web: Connecting data and extracting knowledge", Prof. Dr. Hans Us...
"Smart Data Web: Connecting data and extracting knowledge", Prof. Dr. Hans Us..."Smart Data Web: Connecting data and extracting knowledge", Prof. Dr. Hans Us...
"Smart Data Web: Connecting data and extracting knowledge", Prof. Dr. Hans Us...
 
03 Data Mining Techniques
03 Data Mining Techniques03 Data Mining Techniques
03 Data Mining Techniques
 
1ii. Mandarine.Tech AI MINT - JOIN US AS A THOUGHT LEADER - edited
1ii. Mandarine.Tech AI  MINT - JOIN US AS A THOUGHT LEADER - edited1ii. Mandarine.Tech AI  MINT - JOIN US AS A THOUGHT LEADER - edited
1ii. Mandarine.Tech AI MINT - JOIN US AS A THOUGHT LEADER - edited
 
Artificial intelligence
Artificial intelligence Artificial intelligence
Artificial intelligence
 
01 Introduction to Data Mining
01 Introduction to Data Mining01 Introduction to Data Mining
01 Introduction to Data Mining
 
05 Clustering in Data Mining
05 Clustering in Data Mining05 Clustering in Data Mining
05 Clustering in Data Mining
 
Artificial Intelligence
Artificial Intelligence Artificial Intelligence
Artificial Intelligence
 
Poster-An Expert System for Car Failure Diagnosis
Poster-An Expert System for Car Failure DiagnosisPoster-An Expert System for Car Failure Diagnosis
Poster-An Expert System for Car Failure Diagnosis
 

Similar to Artificial Intelligence for Automated Decision Support Project

Introduction to Expert Systems {Artificial Intelligence}
Introduction to Expert Systems {Artificial Intelligence}Introduction to Expert Systems {Artificial Intelligence}
Introduction to Expert Systems {Artificial Intelligence}FellowBuddy.com
 
Expert System With Python -1
Expert System With Python -1Expert System With Python -1
Expert System With Python -1Ahmad Hussein
 
Expert systems 1
Expert systems 1Expert systems 1
Expert systems 1AliNawaz567
 
Expert System Development.pptx
Expert System Development.pptxExpert System Development.pptx
Expert System Development.pptxvrajESHsHaH33
 
Application of machine learning in industrial applications
Application of machine learning in industrial applicationsApplication of machine learning in industrial applications
Application of machine learning in industrial applicationsAnish Das
 
Week 11 12 chap11 c-2
Week 11 12 chap11 c-2Week 11 12 chap11 c-2
Week 11 12 chap11 c-2Zahir Reza
 
Expert systems from rk
Expert systems from rkExpert systems from rk
Expert systems from rkramaslide
 
Artificial Intelligence Approaches
Artificial Intelligence  ApproachesArtificial Intelligence  Approaches
Artificial Intelligence ApproachesJincy Nelson
 
CSA 3702 machine learning module 1
CSA 3702 machine learning module 1CSA 3702 machine learning module 1
CSA 3702 machine learning module 1Nandhini S
 
Facial Emotion Detection on Children's Emotional Face
Facial Emotion Detection on Children's Emotional FaceFacial Emotion Detection on Children's Emotional Face
Facial Emotion Detection on Children's Emotional FaceTakrim Ul Islam Laskar
 
Machine learning
Machine learningMachine learning
Machine learninghplap
 
Neural Networks
Neural Networks Neural Networks
Neural Networks Eric Su
 
Soft Computing Techniques_Part 1.pptx
Soft Computing Techniques_Part 1.pptxSoft Computing Techniques_Part 1.pptx
Soft Computing Techniques_Part 1.pptxMegha V
 

Similar to Artificial Intelligence for Automated Decision Support Project (20)

Introduction to Expert Systems {Artificial Intelligence}
Introduction to Expert Systems {Artificial Intelligence}Introduction to Expert Systems {Artificial Intelligence}
Introduction to Expert Systems {Artificial Intelligence}
 
Hybrid systems
Hybrid systemsHybrid systems
Hybrid systems
 
Expert System With Python -1
Expert System With Python -1Expert System With Python -1
Expert System With Python -1
 
Expert systems 1
Expert systems 1Expert systems 1
Expert systems 1
 
Expert system
Expert systemExpert system
Expert system
 
Expert System Development.pptx
Expert System Development.pptxExpert System Development.pptx
Expert System Development.pptx
 
Application of machine learning in industrial applications
Application of machine learning in industrial applicationsApplication of machine learning in industrial applications
Application of machine learning in industrial applications
 
Week 11 12 chap11 c-2
Week 11 12 chap11 c-2Week 11 12 chap11 c-2
Week 11 12 chap11 c-2
 
Expert systems from rk
Expert systems from rkExpert systems from rk
Expert systems from rk
 
Artificial Intelligence Approaches
Artificial Intelligence  ApproachesArtificial Intelligence  Approaches
Artificial Intelligence Approaches
 
CSA 3702 machine learning module 1
CSA 3702 machine learning module 1CSA 3702 machine learning module 1
CSA 3702 machine learning module 1
 
SC1.pptx
SC1.pptxSC1.pptx
SC1.pptx
 
An overview on ai
An overview on aiAn overview on ai
An overview on ai
 
Neural network
Neural networkNeural network
Neural network
 
Neural networks
Neural networksNeural networks
Neural networks
 
Facial Emotion Detection on Children's Emotional Face
Facial Emotion Detection on Children's Emotional FaceFacial Emotion Detection on Children's Emotional Face
Facial Emotion Detection on Children's Emotional Face
 
Machine learning
Machine learningMachine learning
Machine learning
 
Brain access
Brain accessBrain access
Brain access
 
Neural Networks
Neural Networks Neural Networks
Neural Networks
 
Soft Computing Techniques_Part 1.pptx
Soft Computing Techniques_Part 1.pptxSoft Computing Techniques_Part 1.pptx
Soft Computing Techniques_Part 1.pptx
 

More from Valerii Klymchuk

Sample presentation slides template
Sample presentation slides templateSample presentation slides template
Sample presentation slides templateValerii Klymchuk
 
Crime Analysis based on Historical and Transportation Data
Crime Analysis based on Historical and Transportation DataCrime Analysis based on Historical and Transportation Data
Crime Analysis based on Historical and Transportation DataValerii Klymchuk
 

More from Valerii Klymchuk (7)

Sample presentation slides template
Sample presentation slides templateSample presentation slides template
Sample presentation slides template
 
Toronto Capstone
Toronto CapstoneToronto Capstone
Toronto Capstone
 
03 Data Representation
03 Data Representation03 Data Representation
03 Data Representation
 
05 Scalar Visualization
05 Scalar Visualization05 Scalar Visualization
05 Scalar Visualization
 
06 Vector Visualization
06 Vector Visualization06 Vector Visualization
06 Vector Visualization
 
07 Tensor Visualization
07 Tensor Visualization07 Tensor Visualization
07 Tensor Visualization
 
Crime Analysis based on Historical and Transportation Data
Crime Analysis based on Historical and Transportation DataCrime Analysis based on Historical and Transportation Data
Crime Analysis based on Historical and Transportation Data
 

Recently uploaded

April 2024 - Crypto Market Report's Analysis
April 2024 - Crypto Market Report's AnalysisApril 2024 - Crypto Market Report's Analysis
April 2024 - Crypto Market Report's Analysismanisha194592
 
Ukraine War presentation: KNOW THE BASICS
Ukraine War presentation: KNOW THE BASICSUkraine War presentation: KNOW THE BASICS
Ukraine War presentation: KNOW THE BASICSAishani27
 
100-Concepts-of-AI by Anupama Kate .pptx
100-Concepts-of-AI by Anupama Kate .pptx100-Concepts-of-AI by Anupama Kate .pptx
100-Concepts-of-AI by Anupama Kate .pptxAnupama Kate
 
Delhi Call Girls Punjabi Bagh 9711199171 ☎✔👌✔ Whatsapp Hard And Sexy Vip Call
Delhi Call Girls Punjabi Bagh 9711199171 ☎✔👌✔ Whatsapp Hard And Sexy Vip CallDelhi Call Girls Punjabi Bagh 9711199171 ☎✔👌✔ Whatsapp Hard And Sexy Vip Call
Delhi Call Girls Punjabi Bagh 9711199171 ☎✔👌✔ Whatsapp Hard And Sexy Vip Callshivangimorya083
 
Introduction-to-Machine-Learning (1).pptx
Introduction-to-Machine-Learning (1).pptxIntroduction-to-Machine-Learning (1).pptx
Introduction-to-Machine-Learning (1).pptxfirstjob4
 
FESE Capital Markets Fact Sheet 2024 Q1.pdf
FESE Capital Markets Fact Sheet 2024 Q1.pdfFESE Capital Markets Fact Sheet 2024 Q1.pdf
FESE Capital Markets Fact Sheet 2024 Q1.pdfMarinCaroMartnezBerg
 
dokumen.tips_chapter-4-transient-heat-conduction-mehmet-kanoglu.ppt
dokumen.tips_chapter-4-transient-heat-conduction-mehmet-kanoglu.pptdokumen.tips_chapter-4-transient-heat-conduction-mehmet-kanoglu.ppt
dokumen.tips_chapter-4-transient-heat-conduction-mehmet-kanoglu.pptSonatrach
 
Low Rate Call Girls Bhilai Anika 8250192130 Independent Escort Service Bhilai
Low Rate Call Girls Bhilai Anika 8250192130 Independent Escort Service BhilaiLow Rate Call Girls Bhilai Anika 8250192130 Independent Escort Service Bhilai
Low Rate Call Girls Bhilai Anika 8250192130 Independent Escort Service BhilaiSuhani Kapoor
 
Invezz.com - Grow your wealth with trading signals
Invezz.com - Grow your wealth with trading signalsInvezz.com - Grow your wealth with trading signals
Invezz.com - Grow your wealth with trading signalsInvezz1
 
Industrialised data - the key to AI success.pdf
Industrialised data - the key to AI success.pdfIndustrialised data - the key to AI success.pdf
Industrialised data - the key to AI success.pdfLars Albertsson
 
Customer Service Analytics - Make Sense of All Your Data.pptx
Customer Service Analytics - Make Sense of All Your Data.pptxCustomer Service Analytics - Make Sense of All Your Data.pptx
Customer Service Analytics - Make Sense of All Your Data.pptxEmmanuel Dauda
 
Kantar AI Summit- Under Embargo till Wednesday, 24th April 2024, 4 PM, IST.pdf
Kantar AI Summit- Under Embargo till Wednesday, 24th April 2024, 4 PM, IST.pdfKantar AI Summit- Under Embargo till Wednesday, 24th April 2024, 4 PM, IST.pdf
Kantar AI Summit- Under Embargo till Wednesday, 24th April 2024, 4 PM, IST.pdfSocial Samosa
 
EMERCE - 2024 - AMSTERDAM - CROSS-PLATFORM TRACKING WITH GOOGLE ANALYTICS.pptx
EMERCE - 2024 - AMSTERDAM - CROSS-PLATFORM  TRACKING WITH GOOGLE ANALYTICS.pptxEMERCE - 2024 - AMSTERDAM - CROSS-PLATFORM  TRACKING WITH GOOGLE ANALYTICS.pptx
EMERCE - 2024 - AMSTERDAM - CROSS-PLATFORM TRACKING WITH GOOGLE ANALYTICS.pptxthyngster
 
定制英国白金汉大学毕业证(UCB毕业证书) 成绩单原版一比一
定制英国白金汉大学毕业证(UCB毕业证书)																			成绩单原版一比一定制英国白金汉大学毕业证(UCB毕业证书)																			成绩单原版一比一
定制英国白金汉大学毕业证(UCB毕业证书) 成绩单原版一比一ffjhghh
 
Dubai Call Girls Wifey O52&786472 Call Girls Dubai
Dubai Call Girls Wifey O52&786472 Call Girls DubaiDubai Call Girls Wifey O52&786472 Call Girls Dubai
Dubai Call Girls Wifey O52&786472 Call Girls Dubaihf8803863
 
CebaBaby dropshipping via API with DroFX.pptx
CebaBaby dropshipping via API with DroFX.pptxCebaBaby dropshipping via API with DroFX.pptx
CebaBaby dropshipping via API with DroFX.pptxolyaivanovalion
 
Log Analysis using OSSEC sasoasasasas.pptx
Log Analysis using OSSEC sasoasasasas.pptxLog Analysis using OSSEC sasoasasasas.pptx
Log Analysis using OSSEC sasoasasasas.pptxJohnnyPlasten
 
VIP Call Girls in Amravati Aarohi 8250192130 Independent Escort Service Amravati
VIP Call Girls in Amravati Aarohi 8250192130 Independent Escort Service AmravatiVIP Call Girls in Amravati Aarohi 8250192130 Independent Escort Service Amravati
VIP Call Girls in Amravati Aarohi 8250192130 Independent Escort Service AmravatiSuhani Kapoor
 

Recently uploaded (20)

April 2024 - Crypto Market Report's Analysis
April 2024 - Crypto Market Report's AnalysisApril 2024 - Crypto Market Report's Analysis
April 2024 - Crypto Market Report's Analysis
 
Ukraine War presentation: KNOW THE BASICS
Ukraine War presentation: KNOW THE BASICSUkraine War presentation: KNOW THE BASICS
Ukraine War presentation: KNOW THE BASICS
 
100-Concepts-of-AI by Anupama Kate .pptx
100-Concepts-of-AI by Anupama Kate .pptx100-Concepts-of-AI by Anupama Kate .pptx
100-Concepts-of-AI by Anupama Kate .pptx
 
Delhi Call Girls Punjabi Bagh 9711199171 ☎✔👌✔ Whatsapp Hard And Sexy Vip Call
Delhi Call Girls Punjabi Bagh 9711199171 ☎✔👌✔ Whatsapp Hard And Sexy Vip CallDelhi Call Girls Punjabi Bagh 9711199171 ☎✔👌✔ Whatsapp Hard And Sexy Vip Call
Delhi Call Girls Punjabi Bagh 9711199171 ☎✔👌✔ Whatsapp Hard And Sexy Vip Call
 
Introduction-to-Machine-Learning (1).pptx
Introduction-to-Machine-Learning (1).pptxIntroduction-to-Machine-Learning (1).pptx
Introduction-to-Machine-Learning (1).pptx
 
FESE Capital Markets Fact Sheet 2024 Q1.pdf
FESE Capital Markets Fact Sheet 2024 Q1.pdfFESE Capital Markets Fact Sheet 2024 Q1.pdf
FESE Capital Markets Fact Sheet 2024 Q1.pdf
 
dokumen.tips_chapter-4-transient-heat-conduction-mehmet-kanoglu.ppt
dokumen.tips_chapter-4-transient-heat-conduction-mehmet-kanoglu.pptdokumen.tips_chapter-4-transient-heat-conduction-mehmet-kanoglu.ppt
dokumen.tips_chapter-4-transient-heat-conduction-mehmet-kanoglu.ppt
 
Low Rate Call Girls Bhilai Anika 8250192130 Independent Escort Service Bhilai
Low Rate Call Girls Bhilai Anika 8250192130 Independent Escort Service BhilaiLow Rate Call Girls Bhilai Anika 8250192130 Independent Escort Service Bhilai
Low Rate Call Girls Bhilai Anika 8250192130 Independent Escort Service Bhilai
 
Invezz.com - Grow your wealth with trading signals
Invezz.com - Grow your wealth with trading signalsInvezz.com - Grow your wealth with trading signals
Invezz.com - Grow your wealth with trading signals
 
Industrialised data - the key to AI success.pdf
Industrialised data - the key to AI success.pdfIndustrialised data - the key to AI success.pdf
Industrialised data - the key to AI success.pdf
 
꧁❤ Aerocity Call Girls Service Aerocity Delhi ❤꧂ 9999965857 ☎️ Hard And Sexy ...
꧁❤ Aerocity Call Girls Service Aerocity Delhi ❤꧂ 9999965857 ☎️ Hard And Sexy ...꧁❤ Aerocity Call Girls Service Aerocity Delhi ❤꧂ 9999965857 ☎️ Hard And Sexy ...
꧁❤ Aerocity Call Girls Service Aerocity Delhi ❤꧂ 9999965857 ☎️ Hard And Sexy ...
 
Customer Service Analytics - Make Sense of All Your Data.pptx
Customer Service Analytics - Make Sense of All Your Data.pptxCustomer Service Analytics - Make Sense of All Your Data.pptx
Customer Service Analytics - Make Sense of All Your Data.pptx
 
Kantar AI Summit- Under Embargo till Wednesday, 24th April 2024, 4 PM, IST.pdf
Kantar AI Summit- Under Embargo till Wednesday, 24th April 2024, 4 PM, IST.pdfKantar AI Summit- Under Embargo till Wednesday, 24th April 2024, 4 PM, IST.pdf
Kantar AI Summit- Under Embargo till Wednesday, 24th April 2024, 4 PM, IST.pdf
 
EMERCE - 2024 - AMSTERDAM - CROSS-PLATFORM TRACKING WITH GOOGLE ANALYTICS.pptx
EMERCE - 2024 - AMSTERDAM - CROSS-PLATFORM  TRACKING WITH GOOGLE ANALYTICS.pptxEMERCE - 2024 - AMSTERDAM - CROSS-PLATFORM  TRACKING WITH GOOGLE ANALYTICS.pptx
EMERCE - 2024 - AMSTERDAM - CROSS-PLATFORM TRACKING WITH GOOGLE ANALYTICS.pptx
 
定制英国白金汉大学毕业证(UCB毕业证书) 成绩单原版一比一
定制英国白金汉大学毕业证(UCB毕业证书)																			成绩单原版一比一定制英国白金汉大学毕业证(UCB毕业证书)																			成绩单原版一比一
定制英国白金汉大学毕业证(UCB毕业证书) 成绩单原版一比一
 
Dubai Call Girls Wifey O52&786472 Call Girls Dubai
Dubai Call Girls Wifey O52&786472 Call Girls DubaiDubai Call Girls Wifey O52&786472 Call Girls Dubai
Dubai Call Girls Wifey O52&786472 Call Girls Dubai
 
CebaBaby dropshipping via API with DroFX.pptx
CebaBaby dropshipping via API with DroFX.pptxCebaBaby dropshipping via API with DroFX.pptx
CebaBaby dropshipping via API with DroFX.pptx
 
Log Analysis using OSSEC sasoasasasas.pptx
Log Analysis using OSSEC sasoasasasas.pptxLog Analysis using OSSEC sasoasasasas.pptx
Log Analysis using OSSEC sasoasasasas.pptx
 
VIP Call Girls Service Charbagh { Lucknow Call Girls Service 9548273370 } Boo...
VIP Call Girls Service Charbagh { Lucknow Call Girls Service 9548273370 } Boo...VIP Call Girls Service Charbagh { Lucknow Call Girls Service 9548273370 } Boo...
VIP Call Girls Service Charbagh { Lucknow Call Girls Service 9548273370 } Boo...
 
VIP Call Girls in Amravati Aarohi 8250192130 Independent Escort Service Amravati
VIP Call Girls in Amravati Aarohi 8250192130 Independent Escort Service AmravatiVIP Call Girls in Amravati Aarohi 8250192130 Independent Escort Service Amravati
VIP Call Girls in Amravati Aarohi 8250192130 Independent Escort Service Amravati
 

Artificial Intelligence for Automated Decision Support Project

  • 1. Artificial Intelligence for Automated Decision Support Valerii Klymchuk
  • 2. AI is an area of computer science Artificial Intelligence is a collection of concepts and ideas for development of intelligent systems in different areas and domains. Artificial Intelligence is concerned with 2 basic ideas: • What is intelligence? (study of human thought process). • Representation and duplication of the thought processes in machines. Alan Turing designed a test to determine whether a computer exhibits intelligent behavior - the Turing Test: “A computer can be considered smart only when a human interviewer cannot identify the computer while conversing with both: an unseen human being and an unseen computer.”
  • 3. Abilities considered to be signs of intelligence: • Learning or understanding from experience. • Making sense out of ambiguous or contradictory messages. • Responding quickly and successfully to a new situation (flexibility). • Using reasoning in solving problems and directing conduct effectively. • Understanding and inferring in a rational way. • Applying knowledge to manipulate the environment. • Thinking and reasoning, Dealing with perplexing situations. • Recognizing and judging the relative importance of different elements in a situation.
  • 6. Knowledge engineering is a collection of activities: • for the acquisition of knowledge from human experts and other sources, and conversion of this knowledge into a repository. • to help experts articulate how they do what they do and to document this knowledge in usable form. It often applies principles and tools of Artificial Intelligence.
  • 7. Knowledge Engineering in Rule-based System Two types of rules are common in artificial intelligence: • Knowledge rules, or declarative rules, state all the facts and relationships about the problem. • Inference rules, or procedural rules, offer advice on how to solve a problem, given that certain facts are known. Knowledge rules go to the knowledge base, whereas inference rules become part of the inference engine. The inference engine uses the rules and facts to draw conclusions. It directs the search through the collection of rules in the knowledge base (pattern matching). When all the IF parts of a rule are satisfied, the rule said to be fired. The new knowledge generated by the rule is inserted into the memory as a new fact. Engine keeps doing so until the goal is achieved.
  • 8. Knowledge rules might look like: • Rule 1: IF an international conflict begins, THEN the price of gold goes up. • Rule 2: IF the inflation rate declines, THEN the price of gold goes down. Inference (procedural) rules: • Rule 1: IF the data needed are not in the system, THEN request them from the user. • Rule 2: IF more than one rule applies, THEN deactivate any rules that add no new data. A set of activities for the acquisition of knowledge from human experts and other sources, and its conversion into a repository is called Knowledge Engineering. It applies principles and tools of Artificial Intelligence.
  • 10. Inference Mechanisms (or reasoning) in Rule-based Systems: • Backward chaining is a goal-driven approach in which you start from an expectation of what is going to happen (i.e., hypothesis) and then seek evidence that supports (or contradicts your expectation. Often, this entails formulating and testing intermediate hypotheses (or subhypotheses). • Forward chaining is a data-driven approach. We start from available information as it becomes available or from a basic idea, and then we try to draw conclusions. The ES analyses the problem by looking for the facts that match the IF part of its IF-THEN rules. As each rule is tested, the program works its way toward one or more conclusions.
  • 11. • Feedforward (multilayer perceptron with backpropagation). • Recurrent Networks - a pictoral representation • Associative Memory • Kohonen’s Self-Organizing feature Maps • Hopfield Networks Artificial Neural Network (ANN) Architectures:
  • 12. Ultimately, the architecture of a neural network model is driven by the task it is intended to carry out. Hopfield network
  • 13. Elements of ANN: • A neural network is composed of processing elements, organized in different ways to form the networks structure. • The basic processing elements (PE) of an ANN are artificial neurons. Each neuron receives inputs, processes them, and delivers a single output, as shown. Processing information in an Artificial Neuron.
  • 14. General ANN Learning Process • In supervised learning, the learning process is inductive; that is, connection weights are derived from existing cases. The usual process of learning involves three tasks:
  • 15. The information flows unidirectionaly from input layer to hidden layers to output layer. Feedforward (multilayer perceptron with backpropagation) Network
  • 16. Architecture, where the connections between the layers are not unidirectional; rather, there are many connections in every direction between the layers and neurons. Recurrent Networks - a pictorial representation A Recurrent Neural Network Architecture
  • 17. • Provide a way to represent multidimensional data in usually in one or two dimensions. • Learn to classify data without supervision (i.e., there is no output vector). • Commonly used for clustering tasks due to self-organizing capability. Kohonen’s Self-Organizing Feature Maps (SOM) 4 x 4 nodes connected to the input layer (with three inputs) representing a two-dimensional vector
  • 18. Applications. NN models have been used as: • Classifiers. Typically are multilayer models in which information is passed from one layer to the next, with a goal of mapping the input to the network to a specific category, as identified by an output of the network. • Forecasting tools. • Customer segmentation mechanisms. • General optimizers. In contrast, can be a single layer of neurons, highly interconnected, and can compute neuron values iteratively until the model converges to a stable state. This stable state represents an optimal solution to the problem under analysis.
  • 19. Visual Interactive Models (VIM) • Systems developed for the military and the video-game industry have thinking characters who can behave with a relatively high level of intelligence in their interactions. The VIM approach can be used in conjunction with Artificial Intelligence. Integration of the two techniques adds several capabilities that range from the ability to build systems graphically - to learning about the dynamics of the system.
  • 20. Case: Predictive integrated modeling and decision support for Power Generators by StatSoft: • Optimizes operation Parameters Problem: A coal-burning 300MW multicyclone unit required optimization for consistent high flame temperatures to avoid forming slag and burning excess fuel oil. Results: After optimizing the control parameters, flame temperatures showed strong responses, resulting in cleaner combustion for higher and more stable flame temperatures. • Predicts problems before they happen Results: Optimized settings resulted in consistently lower NOx emissions with less variability and no excursions. • Reduces Emissions (NOx, CO) Results: After optimization, NOx emissions under low-load operations were comparable to NOx emissions under higher loads.
  • 21. Case: Watson • Facilitates evidence based support at MSKCC. • It learned the process of diagnosis and treatment through natural language processing. Was trained to gain knowledge by comparing an individual patient’s medical information against a variety of treatment guidelines, published research, and other insights. • Provides individualized, confidence-scored recommendations to the physicians. Provides a platform to look at the case from different angles. • Its voice capabilities allow physician to speak to Watson. • Watson also Assists the insurance providers in detecting fraudulent claims • Provides approval for medical treatments based on clinical and patient data at WellPoint insurance provider.
  • 22. Knowledge-based Management System • In the medical field amount of medical information doubles every 5 years. This massive growth limits physician’s decision-making ability in diagnosis and treatment. Patients histories and electronic medical records can be analyzed in combination with existing medical knowledge. • One of the most widely publicized knowledge-based DSS is IBM’s Watson system. It employs such techniques as: natural language processing; hypothesis generation and evaluation, evidence-based learning. • Watson successfully played Jeopargy television show and beat the other human competitors. Later it evolved into a question-answering computing platform that is being used commercially in the medical field.
  • 23. Knowledge-driven DSS (KBDSS) or an Intelligent Decision Support System (IDSS) is a system that integrates knowledge from experts. • Involve application of knowledge technologies to address specific decision support needs. • Are utilized in the creation of automated decision-making process. • Rules are used to automate the decision-making process. These rules are either an expert system (ES) or structured like one. Rule-based expert systems – a technique developed in the area of artificial intelligence are the foundation for building KBDSS. • All intelligence-based DSS fall into this category including ANN and ES.
  • 24. Expert Systems Features, Symbolic Reasoning Such computer-based information systems use well-stored, organized and quickly retrievable expert knowledge to improve productivity and quality of performance. ES must have following features: • Symbolic Reasoning is the basic rationale of Artificial Intelligence. Knowledge must be represented symbolically, and primary reasoning mechanism must be symbolic, rather then mathematical calculation. Reasoning mechanisms include backward chaining and forward chaining. • Expertise. Associated with a high degree of intelligence and vast quantity of knowledge. • Deep knowledge: knowledge base should not be trivial for non-experts. • Self knowledge. ES must be able to examine its own reasoning and provide explanations as to why a particular conclusion was reached. It should be able to learn from its past success and mistakes. First generation ES use if-then rules to represent and store their knowledge. The second-generation ES are more flexible in adopting multiple knowledge representations and reasoning methods. They may integrate fuzzy logic, neural networks, or genetic algorithms with rule-based inference to achieve a higher level performance. Expertise is the extensive, task-specific knowledge that an experts possesses.
  • 25. Automated Decision System (ADS or DAS ) • New approach to supporting decision making. • Attempts to automate highly repetitive decisions based on business rules and are mostly suitable for frontline employees who must make quick decisions. • Is a rule-based system that provides a solution in one area to a specific repetitive problem usually in one industry (e.g., to approve or disapprove a request for a loan; to determine the price of a store-item, etc.) ADS provide a rule-based solution. The following are examples of business rules: • “If only 70 percent of the seats on a flight are sold, offer X discount to nonbusiness travelers,” • “If an applicant owns a house and makes over $ 100,000 a year, offer a $10,000 credit line.” Such rules are based on experience or derived through data mining, can be instantly applied to problems (e.g., “Based on the information provided and subject to verification, you will be admitted to our university”), or rules can be provided to a human, who makes the final decision.
  • 26. Automated DSS facts: • Make the decisions in real time or near-real time. • Almost all airlines use automated DS to assign dynamic prices based on actual demand. ADS initially appeared in the airline industry where they were called revenue (or yield) management systems. • Giant Food Stores worked with DemandTec to deploy a system for its pricing decisions. The system handles massive amount of point-of- sale and competitive data to model and forecast demand, handles a large amount of price changes without increasing staff. Giant’s productivity has doubled as a result.
  • 28. References Business Intelligence and Analytics. Systems for Decision Support, 10th, Edition, 2015, Sharda, Delen, Turban, Pearson, ISBN: 978-1-292-00920-9