SlideShare a Scribd company logo
1 of 21
DSS PRESENTATION
MODEL SELECTION AND
SEQUENCING IN DECISION
SUPPORT SYSTEMS
GROUP MEMBERS:
116101-PUJA PUNIA
116102-RAHUL YADAV
116103-RAHUL KUMAR MEENA
116104-RAHUL SINGH RAJPUT
116105-RAJAT GOEL
ABSTRACT
 A crucial problem confronting the users of decision
support systems(DSS) is the identification of an
appropriate model or a sequence of models that may
be used to solve a particular problem.
 If a single model in the model base cannot satisfy
user requirements, the solution procedure seeks to
obtain a string of models such that some
performance measure is minimized.
INTRODUCTION
 A complementary trend is the popularity of decision support
systems (DSS), where the intended functionality of these systems
is to assist decision makers' solve semi-structured and un-
structured problems that require extensive usage of
computational models.
 The high costs of developing and maintaining models further
reinforce the importance of model management in organizations.
 A need to maintain consistency, integrity, non-redundancy, and
flexibility and the need to enhance the availability of models on
an organization-wide basis, has led to the evolution of software
known as model management systems (MMS).
INTRODUCTION CONTD.
 The MMS component of a DSS provides decision support by
abstracting procedural and technical aspects of model
implementation and making these invisible to the non-technical
user .
 Two fundamental concerns faced by a user in interacting with a
DSS are: what is the appropriate model to use for a particular
problem, and if such a model does not exist as a single entity,
how can the models defined in the model base be combined to
solve the problem?
 These concerns are particularly relevant when complex decision
processes require the utilization of several models in sequence.
The model linking procedure must not violate the fundamental
objective underlying MMS that of relieving the user from
procedural and technical details.
CONTD.
 This paper develops a procedure for model
sequencing that permits the construction of ad
hoc model chains. Knowledge is extracted from a
specialist and stored in the model base, allow- ing
the user's interaction with the DSS to be limited to
conceptualizing the problem in terms of output
requirements.
MODEL SELECTION AND
INTEGRATION
 Model selection deals with locating an appropriate model in the
model base that maps into the problem posed by the decision
maker.
 If this search process identifies a subset of the model space
that is potentially applicable, i.e. more than one model is able
to satisfy the user's output requirement, then the MMS chooses
to select and execute a single model from this subset.
 The model integration problem concerns itself with finding a
target set of models to be combined and executed, if, in fact,
no single model is able to provide the requisite output.
CONTD.
 Blanning proposed a model representation scheme where model inputs
and outputs are treated as tuples in a relational table, with each tuple
containing information about a specific variable, the models to which it
is input, and the models that estimate it.
 Geoffrion describes a structured modelling approach to model
representation where models are represented in canonical form.
Structured modelling is an extension of graph-based approaches and the
framework uses a "hierarchically organized, partitioned and attributed
acyclic graph to represent a model or a model class“.
 The construction of composite models allows input ports to represent
the input requirements of the model and output ports to represent the
outputs produced. These input/output relationships are used to
construct higher-level composite models.
CONTD.
 The use of information in our approach is parsimonious,
as are our assumptions regarding the knowledge
possessed by the user of the MMS (the only information
required by the approach are model inputs and
outputs).
 The model sequencing procedure provides the user
with an optimal sequence of models, where the
criterion for optimality can be varied if so desired.
PROCEDURE
 The manner in which the problem is modelled is influenced by the
availability of input data. The objective of MMS is to assist the user
select an appropriate model (or a model string) from the model
base. This selection may be based on either
(i) desired output variables
(ii) both desired output variables and input variables that can be supplied.
 The model sequencing procedure described here operates on an
existing model base. Two assumptions are made regarding the
model base: (i) it contains a large number of models represented
using perhaps different formalisms, and (ii) these models have been
created by knowledgeable users or specialists and have passed some
type of quality assurance test to ensure their validity.
1. MODEL BASE CATALOGS
 Three primary catalogs are maintained in the
system, one each for models (MODCAT), out- put
variables (OUTCAT) and input variables (INCAT).
 MODCAT contains the name of the model, a brief
description of its scope, and assumptions underlying
its use, such as linearity and independence.
 The catalog of outputs is annotated with a
description of the procedure by which the output is
computed.
COMPONENTS OF THE
MODEL SELECTOR
 The model selector software consists of two primary modules
called DIALOG and SEARCH. The former provides a user-
friendly interface for a non-technical user and uses the
catalogs to ascertain if a single stored model can satisfy a
specific user need.
 SEARCH consists of a 0/1 integer programming formulation that
seeks to obtain an optimal path to the required outputs.
 The DIALOG component. DIALOG is menu- driven and prompts
the user to supply required output variables and associated
objectives.
3. ITERATION BETWEEN
SEARCH AND DIALOG
 DIALOG analyses the final solution obtained from
SEARCH and uses the catalogs to display the list of
model names, input variable names, and the associated
cost of model execution.
 The primary objective now is to seek another model
string that does not require this input variable. In this
fashion, DIALOG and SEARCH are executed iteratively to
obtain an acceptable model string.
 Iteration between SEARCH and DIALOG may also occur if
either the user finds the objective(s) of the model(s)
selected by the system to be inappropriate, or, the cost
of executing the model string is unacceptable.
CONTD.
 For example, if the user does not specify an objective a
priori, and the system selects an estimation model to
compute the value of a certain variable, the user has
the flexibility of requesting SEARCH to find another
model with an optimization objective.
 The approach described combines management science
techniques and basic user interface design principles to
remove procedural and technical obstacles in the
utilization of models by end-users.
A PROTOTYPE SYSTEM
 Prototype system has been applied to a model
base.
 The menu driven DIALOG component is
programmed in GWBASIC and the integer
program is solved using LINDO.
ASCERTAINING COSTS
 The cost parameters, and the policies used for
obtaining them, can be classified into two distinct
Classes.
 Method employed for estimating the dollar value.
1. In some instances the estimates used are specific
to the computer system (and the associated
charge-back rules)where the model base is
installed.
2. For the prototype developed, all models are stored
and executed on the IBM 3090/600E at Louisiana
State University (LSU), Baton Rouge. Thus, various
cost parameters were estimated based on the
charging algorithm employed by LSU's System
Network Computer Center.
CONTD.
(I)Model execution
 CPU usage costs are computed as the product of
actual CPU time (in seconds) and a factor F
(S/second).
 The value of F varies depending on the time of
the day.
 For prototype system, it was assumed that all
models will be executed during "demand time"
(i.e. between 8 am and 5 pm).
 After a model had been debugged and validated,
average CPU usage time was calculated by
executing each model with historic (or
representative) data.
(a)Primary inputs available in
the database
 cost was obtained by employing the
university's charging algorithm for
performing I/O operations.
 Cost parameters were calculated by
multiplying the average number of I/Os
required by the model and a charge factor
I ($ per 100 I/Os).
 Standard tape mounting charges used by
the university were incorporated for
obtaining the cost of inputs that required
reading data from magnetic tapes.
(b)Primary inputs supplied by
decision maker
 Some primary inputs (e.g. expected
growth rate) must be supplied by the
decision maker, based on his/her
experience or intuition, the cost of these
inputs were arbitrarily set to a low value.
C)Primary inputs available from
'outside‘ sources
Primary inputs available from 'outside‘ sources fall into two
major categories.
1.Inputs are obtainable from commercial on-line databases.
The cost associated with this type of input is based on the
connect time to the on-line database.
 These inputs can be further classified into two classes:
(a) input data that can be stored for future use, and
(b) up-to-date, current data that must be down-loaded from
the database each time the input is required.
CONCLUSION
 Model manipulation continues to be an important
issue for both academics and practitioners.
 Model management systems attempt to enhance
utilization by effectively shielding non-expert users
from internal representations of models in
computers.
 Our research has addressed one respect of model
management that concerns itself with model
selection and sequencing.
 In this paper we have described mechanisms for
achieving model selection and sequencing that are
independent of model implementation and storage.
Dss

More Related Content

What's hot

IRJET - Student Pass Percentage Dedection using Ensemble Learninng
IRJET  - Student Pass Percentage Dedection using Ensemble LearninngIRJET  - Student Pass Percentage Dedection using Ensemble Learninng
IRJET - Student Pass Percentage Dedection using Ensemble LearninngIRJET Journal
 
IRJET- Boosting Response Aware Model-Based Collaborative Filtering
IRJET- Boosting Response Aware Model-Based Collaborative FilteringIRJET- Boosting Response Aware Model-Based Collaborative Filtering
IRJET- Boosting Response Aware Model-Based Collaborative FilteringIRJET Journal
 
Multiagent system for scrutiny of
Multiagent system for scrutiny ofMultiagent system for scrutiny of
Multiagent system for scrutiny ofcsandit
 
IJERD (www.ijerd.com) International Journal of Engineering Research and Devel...
IJERD (www.ijerd.com) International Journal of Engineering Research and Devel...IJERD (www.ijerd.com) International Journal of Engineering Research and Devel...
IJERD (www.ijerd.com) International Journal of Engineering Research and Devel...IJERD Editor
 
Unsupervised Feature Selection Based on the Distribution of Features Attribut...
Unsupervised Feature Selection Based on the Distribution of Features Attribut...Unsupervised Feature Selection Based on the Distribution of Features Attribut...
Unsupervised Feature Selection Based on the Distribution of Features Attribut...Waqas Tariq
 
Fuzzy Rule Base System for Software Classification
Fuzzy Rule Base System for Software ClassificationFuzzy Rule Base System for Software Classification
Fuzzy Rule Base System for Software Classificationijcsit
 
A practical approach for model based slicing
A practical approach for model based slicingA practical approach for model based slicing
A practical approach for model based slicingIOSR Journals
 
Estimation of Functional Size of a Data Warehouse System using COSMIC FSM Method
Estimation of Functional Size of a Data Warehouse System using COSMIC FSM MethodEstimation of Functional Size of a Data Warehouse System using COSMIC FSM Method
Estimation of Functional Size of a Data Warehouse System using COSMIC FSM Methodidescitation
 
DEA-Based Benchmarking Models In Supply Chain Management: An Application-Orie...
DEA-Based Benchmarking Models In Supply Chain Management: An Application-Orie...DEA-Based Benchmarking Models In Supply Chain Management: An Application-Orie...
DEA-Based Benchmarking Models In Supply Chain Management: An Application-Orie...ertekg
 
An efficient feature selection in
An efficient feature selection inAn efficient feature selection in
An efficient feature selection incsandit
 
Content Based Image Retrieval for Unlabelled Images
Content Based Image Retrieval for Unlabelled ImagesContent Based Image Retrieval for Unlabelled Images
Content Based Image Retrieval for Unlabelled ImagesIOSR Journals
 
F03403031040
F03403031040F03403031040
F03403031040theijes
 
Projection pursuit Random Forest using discriminant feature analysis model fo...
Projection pursuit Random Forest using discriminant feature analysis model fo...Projection pursuit Random Forest using discriminant feature analysis model fo...
Projection pursuit Random Forest using discriminant feature analysis model fo...IJECEIAES
 

What's hot (18)

COMPSAC 2014
COMPSAC 2014COMPSAC 2014
COMPSAC 2014
 
IRJET - Student Pass Percentage Dedection using Ensemble Learninng
IRJET  - Student Pass Percentage Dedection using Ensemble LearninngIRJET  - Student Pass Percentage Dedection using Ensemble Learninng
IRJET - Student Pass Percentage Dedection using Ensemble Learninng
 
F04302053057
F04302053057F04302053057
F04302053057
 
IRJET- Boosting Response Aware Model-Based Collaborative Filtering
IRJET- Boosting Response Aware Model-Based Collaborative FilteringIRJET- Boosting Response Aware Model-Based Collaborative Filtering
IRJET- Boosting Response Aware Model-Based Collaborative Filtering
 
Multiagent system for scrutiny of
Multiagent system for scrutiny ofMultiagent system for scrutiny of
Multiagent system for scrutiny of
 
IJERD (www.ijerd.com) International Journal of Engineering Research and Devel...
IJERD (www.ijerd.com) International Journal of Engineering Research and Devel...IJERD (www.ijerd.com) International Journal of Engineering Research and Devel...
IJERD (www.ijerd.com) International Journal of Engineering Research and Devel...
 
Unsupervised Feature Selection Based on the Distribution of Features Attribut...
Unsupervised Feature Selection Based on the Distribution of Features Attribut...Unsupervised Feature Selection Based on the Distribution of Features Attribut...
Unsupervised Feature Selection Based on the Distribution of Features Attribut...
 
Bx34452461
Bx34452461Bx34452461
Bx34452461
 
Fuzzy Rule Base System for Software Classification
Fuzzy Rule Base System for Software ClassificationFuzzy Rule Base System for Software Classification
Fuzzy Rule Base System for Software Classification
 
A practical approach for model based slicing
A practical approach for model based slicingA practical approach for model based slicing
A practical approach for model based slicing
 
Estimation of Functional Size of a Data Warehouse System using COSMIC FSM Method
Estimation of Functional Size of a Data Warehouse System using COSMIC FSM MethodEstimation of Functional Size of a Data Warehouse System using COSMIC FSM Method
Estimation of Functional Size of a Data Warehouse System using COSMIC FSM Method
 
FMS-2016-03-08
FMS-2016-03-08FMS-2016-03-08
FMS-2016-03-08
 
Sub1583
Sub1583Sub1583
Sub1583
 
DEA-Based Benchmarking Models In Supply Chain Management: An Application-Orie...
DEA-Based Benchmarking Models In Supply Chain Management: An Application-Orie...DEA-Based Benchmarking Models In Supply Chain Management: An Application-Orie...
DEA-Based Benchmarking Models In Supply Chain Management: An Application-Orie...
 
An efficient feature selection in
An efficient feature selection inAn efficient feature selection in
An efficient feature selection in
 
Content Based Image Retrieval for Unlabelled Images
Content Based Image Retrieval for Unlabelled ImagesContent Based Image Retrieval for Unlabelled Images
Content Based Image Retrieval for Unlabelled Images
 
F03403031040
F03403031040F03403031040
F03403031040
 
Projection pursuit Random Forest using discriminant feature analysis model fo...
Projection pursuit Random Forest using discriminant feature analysis model fo...Projection pursuit Random Forest using discriminant feature analysis model fo...
Projection pursuit Random Forest using discriminant feature analysis model fo...
 

Similar to Dss

Giddings
GiddingsGiddings
Giddingsanesah
 
Handwritten Text Recognition Using Machine Learning
Handwritten Text Recognition Using Machine LearningHandwritten Text Recognition Using Machine Learning
Handwritten Text Recognition Using Machine LearningIRJET Journal
 
A Hierarchical Feature Set optimization for effective code change based Defec...
A Hierarchical Feature Set optimization for effective code change based Defec...A Hierarchical Feature Set optimization for effective code change based Defec...
A Hierarchical Feature Set optimization for effective code change based Defec...IOSR Journals
 
Analyzing the solutions of DEA through information visualization and data min...
Analyzing the solutions of DEA through information visualization and data min...Analyzing the solutions of DEA through information visualization and data min...
Analyzing the solutions of DEA through information visualization and data min...Gurdal Ertek
 
Machine Learning Approaches to Predict Customer Churn in Telecommunications I...
Machine Learning Approaches to Predict Customer Churn in Telecommunications I...Machine Learning Approaches to Predict Customer Churn in Telecommunications I...
Machine Learning Approaches to Predict Customer Churn in Telecommunications I...IRJET Journal
 
deep_Visualization in Data mining.ppt
deep_Visualization in Data mining.pptdeep_Visualization in Data mining.ppt
deep_Visualization in Data mining.pptPerumalPitchandi
 
IRJET - Customer Churn Analysis in Telecom Industry
IRJET - Customer Churn Analysis in Telecom IndustryIRJET - Customer Churn Analysis in Telecom Industry
IRJET - Customer Churn Analysis in Telecom IndustryIRJET Journal
 
IRJET-Scaling Distributed Associative Classifier using Big Data
IRJET-Scaling Distributed Associative Classifier using Big DataIRJET-Scaling Distributed Associative Classifier using Big Data
IRJET-Scaling Distributed Associative Classifier using Big DataIRJET Journal
 
A Machine learning based framework for Verification and Validation of Massive...
A Machine learning based framework for Verification and Validation of Massive...A Machine learning based framework for Verification and Validation of Massive...
A Machine learning based framework for Verification and Validation of Massive...IRJET Journal
 
Capella Based System Engineering Modelling and Multi-Objective Optimization o...
Capella Based System Engineering Modelling and Multi-Objective Optimization o...Capella Based System Engineering Modelling and Multi-Objective Optimization o...
Capella Based System Engineering Modelling and Multi-Objective Optimization o...MehdiJahromi
 
Integrating profiling into mde compilers
Integrating profiling into mde compilersIntegrating profiling into mde compilers
Integrating profiling into mde compilersijseajournal
 
Comparative Study of Enchancement of Automated Student Attendance System Usin...
Comparative Study of Enchancement of Automated Student Attendance System Usin...Comparative Study of Enchancement of Automated Student Attendance System Usin...
Comparative Study of Enchancement of Automated Student Attendance System Usin...IRJET Journal
 
MultiObjective(11) - Copy
MultiObjective(11) - CopyMultiObjective(11) - Copy
MultiObjective(11) - CopyAMIT KUMAR
 
IRJET - Finger Vein Extraction and Authentication System for ATM
IRJET -  	  Finger Vein Extraction and Authentication System for ATMIRJET -  	  Finger Vein Extraction and Authentication System for ATM
IRJET - Finger Vein Extraction and Authentication System for ATMIRJET Journal
 
Cloud service ranking with an integration of k-means algorithm and decision-m...
Cloud service ranking with an integration of k-means algorithm and decision-m...Cloud service ranking with an integration of k-means algorithm and decision-m...
Cloud service ranking with an integration of k-means algorithm and decision-m...IJECEIAES
 

Similar to Dss (20)

IMPROVEMENT OF SUPPLY CHAIN MANAGEMENT BY MATHEMATICAL PROGRAMMING APPROACH
IMPROVEMENT OF SUPPLY CHAIN MANAGEMENT BY MATHEMATICAL PROGRAMMING APPROACHIMPROVEMENT OF SUPPLY CHAIN MANAGEMENT BY MATHEMATICAL PROGRAMMING APPROACH
IMPROVEMENT OF SUPPLY CHAIN MANAGEMENT BY MATHEMATICAL PROGRAMMING APPROACH
 
IMPROVEMENT OF SUPPLY CHAIN MANAGEMENT BY MATHEMATICAL PROGRAMMING APPROACH
IMPROVEMENT OF SUPPLY CHAIN MANAGEMENT BY MATHEMATICAL PROGRAMMING APPROACHIMPROVEMENT OF SUPPLY CHAIN MANAGEMENT BY MATHEMATICAL PROGRAMMING APPROACH
IMPROVEMENT OF SUPPLY CHAIN MANAGEMENT BY MATHEMATICAL PROGRAMMING APPROACH
 
Giddings
GiddingsGiddings
Giddings
 
Handwritten Text Recognition Using Machine Learning
Handwritten Text Recognition Using Machine LearningHandwritten Text Recognition Using Machine Learning
Handwritten Text Recognition Using Machine Learning
 
A Hierarchical Feature Set optimization for effective code change based Defec...
A Hierarchical Feature Set optimization for effective code change based Defec...A Hierarchical Feature Set optimization for effective code change based Defec...
A Hierarchical Feature Set optimization for effective code change based Defec...
 
Analyzing the solutions of DEA through information visualization and data min...
Analyzing the solutions of DEA through information visualization and data min...Analyzing the solutions of DEA through information visualization and data min...
Analyzing the solutions of DEA through information visualization and data min...
 
Machine Learning Approaches to Predict Customer Churn in Telecommunications I...
Machine Learning Approaches to Predict Customer Churn in Telecommunications I...Machine Learning Approaches to Predict Customer Churn in Telecommunications I...
Machine Learning Approaches to Predict Customer Churn in Telecommunications I...
 
deep_Visualization in Data mining.ppt
deep_Visualization in Data mining.pptdeep_Visualization in Data mining.ppt
deep_Visualization in Data mining.ppt
 
IRJET - Customer Churn Analysis in Telecom Industry
IRJET - Customer Churn Analysis in Telecom IndustryIRJET - Customer Churn Analysis in Telecom Industry
IRJET - Customer Churn Analysis in Telecom Industry
 
2. visualization in data mining
2. visualization in data mining2. visualization in data mining
2. visualization in data mining
 
IRJET-Scaling Distributed Associative Classifier using Big Data
IRJET-Scaling Distributed Associative Classifier using Big DataIRJET-Scaling Distributed Associative Classifier using Big Data
IRJET-Scaling Distributed Associative Classifier using Big Data
 
Is 4 th
Is 4 thIs 4 th
Is 4 th
 
A Machine learning based framework for Verification and Validation of Massive...
A Machine learning based framework for Verification and Validation of Massive...A Machine learning based framework for Verification and Validation of Massive...
A Machine learning based framework for Verification and Validation of Massive...
 
Capella Based System Engineering Modelling and Multi-Objective Optimization o...
Capella Based System Engineering Modelling and Multi-Objective Optimization o...Capella Based System Engineering Modelling and Multi-Objective Optimization o...
Capella Based System Engineering Modelling and Multi-Objective Optimization o...
 
Integrating profiling into mde compilers
Integrating profiling into mde compilersIntegrating profiling into mde compilers
Integrating profiling into mde compilers
 
Comparative Study of Enchancement of Automated Student Attendance System Usin...
Comparative Study of Enchancement of Automated Student Attendance System Usin...Comparative Study of Enchancement of Automated Student Attendance System Usin...
Comparative Study of Enchancement of Automated Student Attendance System Usin...
 
MultiObjective(11) - Copy
MultiObjective(11) - CopyMultiObjective(11) - Copy
MultiObjective(11) - Copy
 
IRJET - Finger Vein Extraction and Authentication System for ATM
IRJET -  	  Finger Vein Extraction and Authentication System for ATMIRJET -  	  Finger Vein Extraction and Authentication System for ATM
IRJET - Finger Vein Extraction and Authentication System for ATM
 
Cloud service ranking with an integration of k-means algorithm and decision-m...
Cloud service ranking with an integration of k-means algorithm and decision-m...Cloud service ranking with an integration of k-means algorithm and decision-m...
Cloud service ranking with an integration of k-means algorithm and decision-m...
 
Presentation_final.pdf
Presentation_final.pdfPresentation_final.pdf
Presentation_final.pdf
 

More from RAJAT GOEL

Gas Chromatography and Mass Spectroscopy
Gas Chromatography and Mass SpectroscopyGas Chromatography and Mass Spectroscopy
Gas Chromatography and Mass SpectroscopyRAJAT GOEL
 
glycemic index and Glycemic load
glycemic index and Glycemic loadglycemic index and Glycemic load
glycemic index and Glycemic loadRAJAT GOEL
 
Nutraceutical and Health Supplement Regulation FSSAI
Nutraceutical and Health Supplement Regulation FSSAINutraceutical and Health Supplement Regulation FSSAI
Nutraceutical and Health Supplement Regulation FSSAIRAJAT GOEL
 
Vap final presentation
Vap final presentationVap final presentation
Vap final presentationRAJAT GOEL
 
Fssai presentation (1)
Fssai presentation (1)Fssai presentation (1)
Fssai presentation (1)RAJAT GOEL
 

More from RAJAT GOEL (7)

Gas Chromatography and Mass Spectroscopy
Gas Chromatography and Mass SpectroscopyGas Chromatography and Mass Spectroscopy
Gas Chromatography and Mass Spectroscopy
 
glycemic index and Glycemic load
glycemic index and Glycemic loadglycemic index and Glycemic load
glycemic index and Glycemic load
 
Nutraceutical and Health Supplement Regulation FSSAI
Nutraceutical and Health Supplement Regulation FSSAINutraceutical and Health Supplement Regulation FSSAI
Nutraceutical and Health Supplement Regulation FSSAI
 
Vap final presentation
Vap final presentationVap final presentation
Vap final presentation
 
Fssai presentation (1)
Fssai presentation (1)Fssai presentation (1)
Fssai presentation (1)
 
Fe ppt drying
Fe ppt dryingFe ppt drying
Fe ppt drying
 
Accounts ppt
Accounts pptAccounts ppt
Accounts ppt
 

Recently uploaded

Report about the AHIABGA-UnityNet UNDRIPDay / Earth-Day 2024 Gathering in Mar...
Report about the AHIABGA-UnityNet UNDRIPDay / Earth-Day 2024 Gathering in Mar...Report about the AHIABGA-UnityNet UNDRIPDay / Earth-Day 2024 Gathering in Mar...
Report about the AHIABGA-UnityNet UNDRIPDay / Earth-Day 2024 Gathering in Mar...LHelferty
 
Authentic No 1 Amil Baba In Pakistan Amil Baba In Faisalabad Amil Baba In Kar...
Authentic No 1 Amil Baba In Pakistan Amil Baba In Faisalabad Amil Baba In Kar...Authentic No 1 Amil Baba In Pakistan Amil Baba In Faisalabad Amil Baba In Kar...
Authentic No 1 Amil Baba In Pakistan Amil Baba In Faisalabad Amil Baba In Kar...Authentic No 1 Amil Baba In Pakistan
 
Product Catalog Bandung Home Decor Design Furniture
Product Catalog Bandung Home Decor Design FurnitureProduct Catalog Bandung Home Decor Design Furniture
Product Catalog Bandung Home Decor Design Furniturem3resolve
 
VIP 7001035870 Find & Meet Hyderabad Call Girls Jubilee Hills high-profile Ca...
VIP 7001035870 Find & Meet Hyderabad Call Girls Jubilee Hills high-profile Ca...VIP 7001035870 Find & Meet Hyderabad Call Girls Jubilee Hills high-profile Ca...
VIP 7001035870 Find & Meet Hyderabad Call Girls Jubilee Hills high-profile Ca...aditipandeya
 
VIP 7001035870 Find & Meet Hyderabad Call Girls Gachibowli high-profile Call ...
VIP 7001035870 Find & Meet Hyderabad Call Girls Gachibowli high-profile Call ...VIP 7001035870 Find & Meet Hyderabad Call Girls Gachibowli high-profile Call ...
VIP 7001035870 Find & Meet Hyderabad Call Girls Gachibowli high-profile Call ...aditipandeya
 
TDC Health Limited Nigeria Business Plan Opportunity Presentation 2024
TDC Health Limited Nigeria Business Plan Opportunity Presentation 2024TDC Health Limited Nigeria Business Plan Opportunity Presentation 2024
TDC Health Limited Nigeria Business Plan Opportunity Presentation 2024Fikrie Omar
 
办昆士兰大学UQ毕业证书/成绩单GPA修改 - 留学买假毕业证
办昆士兰大学UQ毕业证书/成绩单GPA修改 - 留学买假毕业证办昆士兰大学UQ毕业证书/成绩单GPA修改 - 留学买假毕业证
办昆士兰大学UQ毕业证书/成绩单GPA修改 - 留学买假毕业证0622mpom
 
Call Girls At-( Nearby )-Bhikaji Cama Place, Delhi | ⑧③77⓿⑧76⓿7
Call Girls At-( Nearby )-Bhikaji Cama Place, Delhi | ⑧③77⓿⑧76⓿7Call Girls At-( Nearby )-Bhikaji Cama Place, Delhi | ⑧③77⓿⑧76⓿7
Call Girls At-( Nearby )-Bhikaji Cama Place, Delhi | ⑧③77⓿⑧76⓿7dollysharma2066
 
Delhi Munirka 🔝 Call Girls Service 🔝 ( 8264348440 ) unlimited hard sex call girl
Delhi Munirka 🔝 Call Girls Service 🔝 ( 8264348440 ) unlimited hard sex call girlDelhi Munirka 🔝 Call Girls Service 🔝 ( 8264348440 ) unlimited hard sex call girl
Delhi Munirka 🔝 Call Girls Service 🔝 ( 8264348440 ) unlimited hard sex call girlsoniya singh
 
(8264348440) 🔝 Call Girls In Green Park 🔝 Delhi NCR
(8264348440) 🔝 Call Girls In Green Park 🔝 Delhi NCR(8264348440) 🔝 Call Girls In Green Park 🔝 Delhi NCR
(8264348440) 🔝 Call Girls In Green Park 🔝 Delhi NCRsoniya singh
 
Model Call Girl in Bawana Delhi reach out to us at 🔝8264348440🔝
Model Call Girl in Bawana Delhi reach out to us at 🔝8264348440🔝Model Call Girl in Bawana Delhi reach out to us at 🔝8264348440🔝
Model Call Girl in Bawana Delhi reach out to us at 🔝8264348440🔝soniya singh
 
High Profile Call Girls in Lucknow | Whatsapp No 🧑🏼‍❤️‍💋‍🧑🏽 8923113531 𓀇 VIP ...
High Profile Call Girls in Lucknow | Whatsapp No 🧑🏼‍❤️‍💋‍🧑🏽 8923113531 𓀇 VIP ...High Profile Call Girls in Lucknow | Whatsapp No 🧑🏼‍❤️‍💋‍🧑🏽 8923113531 𓀇 VIP ...
High Profile Call Girls in Lucknow | Whatsapp No 🧑🏼‍❤️‍💋‍🧑🏽 8923113531 𓀇 VIP ...gurkirankumar98700
 
(8264348440) 🔝 Call Girls In Sriniwaspuri 🔝 Delhi NCR
(8264348440) 🔝 Call Girls In Sriniwaspuri 🔝 Delhi NCR(8264348440) 🔝 Call Girls In Sriniwaspuri 🔝 Delhi NCR
(8264348440) 🔝 Call Girls In Sriniwaspuri 🔝 Delhi NCRsoniya singh
 
(8264348440) 🔝 Call Girls In Tikri Kalan 🔝 Delhi NCR
(8264348440) 🔝 Call Girls In Tikri Kalan 🔝 Delhi NCR(8264348440) 🔝 Call Girls In Tikri Kalan 🔝 Delhi NCR
(8264348440) 🔝 Call Girls In Tikri Kalan 🔝 Delhi NCRsoniya singh
 

Recently uploaded (20)

Report about the AHIABGA-UnityNet UNDRIPDay / Earth-Day 2024 Gathering in Mar...
Report about the AHIABGA-UnityNet UNDRIPDay / Earth-Day 2024 Gathering in Mar...Report about the AHIABGA-UnityNet UNDRIPDay / Earth-Day 2024 Gathering in Mar...
Report about the AHIABGA-UnityNet UNDRIPDay / Earth-Day 2024 Gathering in Mar...
 
Authentic No 1 Amil Baba In Pakistan Amil Baba In Faisalabad Amil Baba In Kar...
Authentic No 1 Amil Baba In Pakistan Amil Baba In Faisalabad Amil Baba In Kar...Authentic No 1 Amil Baba In Pakistan Amil Baba In Faisalabad Amil Baba In Kar...
Authentic No 1 Amil Baba In Pakistan Amil Baba In Faisalabad Amil Baba In Kar...
 
Pakistani Jumeirah Call Girls # +971559085003 # Pakistani Call Girls In Jumei...
Pakistani Jumeirah Call Girls # +971559085003 # Pakistani Call Girls In Jumei...Pakistani Jumeirah Call Girls # +971559085003 # Pakistani Call Girls In Jumei...
Pakistani Jumeirah Call Girls # +971559085003 # Pakistani Call Girls In Jumei...
 
Product Catalog Bandung Home Decor Design Furniture
Product Catalog Bandung Home Decor Design FurnitureProduct Catalog Bandung Home Decor Design Furniture
Product Catalog Bandung Home Decor Design Furniture
 
🔝9953056974🔝!!-YOUNG BOOK model Call Girls In New friends colony Delhi Escort...
🔝9953056974🔝!!-YOUNG BOOK model Call Girls In New friends colony Delhi Escort...🔝9953056974🔝!!-YOUNG BOOK model Call Girls In New friends colony Delhi Escort...
🔝9953056974🔝!!-YOUNG BOOK model Call Girls In New friends colony Delhi Escort...
 
VIP 7001035870 Find & Meet Hyderabad Call Girls Jubilee Hills high-profile Ca...
VIP 7001035870 Find & Meet Hyderabad Call Girls Jubilee Hills high-profile Ca...VIP 7001035870 Find & Meet Hyderabad Call Girls Jubilee Hills high-profile Ca...
VIP 7001035870 Find & Meet Hyderabad Call Girls Jubilee Hills high-profile Ca...
 
VIP 7001035870 Find & Meet Hyderabad Call Girls Gachibowli high-profile Call ...
VIP 7001035870 Find & Meet Hyderabad Call Girls Gachibowli high-profile Call ...VIP 7001035870 Find & Meet Hyderabad Call Girls Gachibowli high-profile Call ...
VIP 7001035870 Find & Meet Hyderabad Call Girls Gachibowli high-profile Call ...
 
TDC Health Limited Nigeria Business Plan Opportunity Presentation 2024
TDC Health Limited Nigeria Business Plan Opportunity Presentation 2024TDC Health Limited Nigeria Business Plan Opportunity Presentation 2024
TDC Health Limited Nigeria Business Plan Opportunity Presentation 2024
 
Cheap Rate ➥8448380779 ▻Call Girls In Sector 56 Gurgaon
Cheap Rate ➥8448380779 ▻Call Girls In Sector 56 GurgaonCheap Rate ➥8448380779 ▻Call Girls In Sector 56 Gurgaon
Cheap Rate ➥8448380779 ▻Call Girls In Sector 56 Gurgaon
 
办昆士兰大学UQ毕业证书/成绩单GPA修改 - 留学买假毕业证
办昆士兰大学UQ毕业证书/成绩单GPA修改 - 留学买假毕业证办昆士兰大学UQ毕业证书/成绩单GPA修改 - 留学买假毕业证
办昆士兰大学UQ毕业证书/成绩单GPA修改 - 留学买假毕业证
 
Call Girls At-( Nearby )-Bhikaji Cama Place, Delhi | ⑧③77⓿⑧76⓿7
Call Girls At-( Nearby )-Bhikaji Cama Place, Delhi | ⑧③77⓿⑧76⓿7Call Girls At-( Nearby )-Bhikaji Cama Place, Delhi | ⑧③77⓿⑧76⓿7
Call Girls At-( Nearby )-Bhikaji Cama Place, Delhi | ⑧③77⓿⑧76⓿7
 
Delhi Munirka 🔝 Call Girls Service 🔝 ( 8264348440 ) unlimited hard sex call girl
Delhi Munirka 🔝 Call Girls Service 🔝 ( 8264348440 ) unlimited hard sex call girlDelhi Munirka 🔝 Call Girls Service 🔝 ( 8264348440 ) unlimited hard sex call girl
Delhi Munirka 🔝 Call Girls Service 🔝 ( 8264348440 ) unlimited hard sex call girl
 
Cheap Rate ➥8448380779 ▻Call Girls In Sector 55 Gurgaon
Cheap Rate ➥8448380779 ▻Call Girls In Sector 55 GurgaonCheap Rate ➥8448380779 ▻Call Girls In Sector 55 Gurgaon
Cheap Rate ➥8448380779 ▻Call Girls In Sector 55 Gurgaon
 
(8264348440) 🔝 Call Girls In Green Park 🔝 Delhi NCR
(8264348440) 🔝 Call Girls In Green Park 🔝 Delhi NCR(8264348440) 🔝 Call Girls In Green Park 🔝 Delhi NCR
(8264348440) 🔝 Call Girls In Green Park 🔝 Delhi NCR
 
Model Call Girl in Bawana Delhi reach out to us at 🔝8264348440🔝
Model Call Girl in Bawana Delhi reach out to us at 🔝8264348440🔝Model Call Girl in Bawana Delhi reach out to us at 🔝8264348440🔝
Model Call Girl in Bawana Delhi reach out to us at 🔝8264348440🔝
 
Cheap Rate ➥8448380779 ▻Call Girls In Sector 54 Gurgaon
Cheap Rate ➥8448380779 ▻Call Girls In Sector 54 GurgaonCheap Rate ➥8448380779 ▻Call Girls In Sector 54 Gurgaon
Cheap Rate ➥8448380779 ▻Call Girls In Sector 54 Gurgaon
 
High Profile Call Girls in Lucknow | Whatsapp No 🧑🏼‍❤️‍💋‍🧑🏽 8923113531 𓀇 VIP ...
High Profile Call Girls in Lucknow | Whatsapp No 🧑🏼‍❤️‍💋‍🧑🏽 8923113531 𓀇 VIP ...High Profile Call Girls in Lucknow | Whatsapp No 🧑🏼‍❤️‍💋‍🧑🏽 8923113531 𓀇 VIP ...
High Profile Call Girls in Lucknow | Whatsapp No 🧑🏼‍❤️‍💋‍🧑🏽 8923113531 𓀇 VIP ...
 
(8264348440) 🔝 Call Girls In Sriniwaspuri 🔝 Delhi NCR
(8264348440) 🔝 Call Girls In Sriniwaspuri 🔝 Delhi NCR(8264348440) 🔝 Call Girls In Sriniwaspuri 🔝 Delhi NCR
(8264348440) 🔝 Call Girls In Sriniwaspuri 🔝 Delhi NCR
 
Hot Sexy call girls in Rajouri Garden🔝 9953056974 🔝 Delhi escort Service
Hot Sexy call girls in  Rajouri Garden🔝 9953056974 🔝 Delhi escort ServiceHot Sexy call girls in  Rajouri Garden🔝 9953056974 🔝 Delhi escort Service
Hot Sexy call girls in Rajouri Garden🔝 9953056974 🔝 Delhi escort Service
 
(8264348440) 🔝 Call Girls In Tikri Kalan 🔝 Delhi NCR
(8264348440) 🔝 Call Girls In Tikri Kalan 🔝 Delhi NCR(8264348440) 🔝 Call Girls In Tikri Kalan 🔝 Delhi NCR
(8264348440) 🔝 Call Girls In Tikri Kalan 🔝 Delhi NCR
 

Dss

  • 1. DSS PRESENTATION MODEL SELECTION AND SEQUENCING IN DECISION SUPPORT SYSTEMS GROUP MEMBERS: 116101-PUJA PUNIA 116102-RAHUL YADAV 116103-RAHUL KUMAR MEENA 116104-RAHUL SINGH RAJPUT 116105-RAJAT GOEL
  • 2. ABSTRACT  A crucial problem confronting the users of decision support systems(DSS) is the identification of an appropriate model or a sequence of models that may be used to solve a particular problem.  If a single model in the model base cannot satisfy user requirements, the solution procedure seeks to obtain a string of models such that some performance measure is minimized.
  • 3. INTRODUCTION  A complementary trend is the popularity of decision support systems (DSS), where the intended functionality of these systems is to assist decision makers' solve semi-structured and un- structured problems that require extensive usage of computational models.  The high costs of developing and maintaining models further reinforce the importance of model management in organizations.  A need to maintain consistency, integrity, non-redundancy, and flexibility and the need to enhance the availability of models on an organization-wide basis, has led to the evolution of software known as model management systems (MMS).
  • 4. INTRODUCTION CONTD.  The MMS component of a DSS provides decision support by abstracting procedural and technical aspects of model implementation and making these invisible to the non-technical user .  Two fundamental concerns faced by a user in interacting with a DSS are: what is the appropriate model to use for a particular problem, and if such a model does not exist as a single entity, how can the models defined in the model base be combined to solve the problem?  These concerns are particularly relevant when complex decision processes require the utilization of several models in sequence. The model linking procedure must not violate the fundamental objective underlying MMS that of relieving the user from procedural and technical details.
  • 5. CONTD.  This paper develops a procedure for model sequencing that permits the construction of ad hoc model chains. Knowledge is extracted from a specialist and stored in the model base, allow- ing the user's interaction with the DSS to be limited to conceptualizing the problem in terms of output requirements.
  • 6. MODEL SELECTION AND INTEGRATION  Model selection deals with locating an appropriate model in the model base that maps into the problem posed by the decision maker.  If this search process identifies a subset of the model space that is potentially applicable, i.e. more than one model is able to satisfy the user's output requirement, then the MMS chooses to select and execute a single model from this subset.  The model integration problem concerns itself with finding a target set of models to be combined and executed, if, in fact, no single model is able to provide the requisite output.
  • 7. CONTD.  Blanning proposed a model representation scheme where model inputs and outputs are treated as tuples in a relational table, with each tuple containing information about a specific variable, the models to which it is input, and the models that estimate it.  Geoffrion describes a structured modelling approach to model representation where models are represented in canonical form. Structured modelling is an extension of graph-based approaches and the framework uses a "hierarchically organized, partitioned and attributed acyclic graph to represent a model or a model class“.  The construction of composite models allows input ports to represent the input requirements of the model and output ports to represent the outputs produced. These input/output relationships are used to construct higher-level composite models.
  • 8. CONTD.  The use of information in our approach is parsimonious, as are our assumptions regarding the knowledge possessed by the user of the MMS (the only information required by the approach are model inputs and outputs).  The model sequencing procedure provides the user with an optimal sequence of models, where the criterion for optimality can be varied if so desired.
  • 9. PROCEDURE  The manner in which the problem is modelled is influenced by the availability of input data. The objective of MMS is to assist the user select an appropriate model (or a model string) from the model base. This selection may be based on either (i) desired output variables (ii) both desired output variables and input variables that can be supplied.  The model sequencing procedure described here operates on an existing model base. Two assumptions are made regarding the model base: (i) it contains a large number of models represented using perhaps different formalisms, and (ii) these models have been created by knowledgeable users or specialists and have passed some type of quality assurance test to ensure their validity.
  • 10. 1. MODEL BASE CATALOGS  Three primary catalogs are maintained in the system, one each for models (MODCAT), out- put variables (OUTCAT) and input variables (INCAT).  MODCAT contains the name of the model, a brief description of its scope, and assumptions underlying its use, such as linearity and independence.  The catalog of outputs is annotated with a description of the procedure by which the output is computed.
  • 11. COMPONENTS OF THE MODEL SELECTOR  The model selector software consists of two primary modules called DIALOG and SEARCH. The former provides a user- friendly interface for a non-technical user and uses the catalogs to ascertain if a single stored model can satisfy a specific user need.  SEARCH consists of a 0/1 integer programming formulation that seeks to obtain an optimal path to the required outputs.  The DIALOG component. DIALOG is menu- driven and prompts the user to supply required output variables and associated objectives.
  • 12. 3. ITERATION BETWEEN SEARCH AND DIALOG  DIALOG analyses the final solution obtained from SEARCH and uses the catalogs to display the list of model names, input variable names, and the associated cost of model execution.  The primary objective now is to seek another model string that does not require this input variable. In this fashion, DIALOG and SEARCH are executed iteratively to obtain an acceptable model string.  Iteration between SEARCH and DIALOG may also occur if either the user finds the objective(s) of the model(s) selected by the system to be inappropriate, or, the cost of executing the model string is unacceptable.
  • 13. CONTD.  For example, if the user does not specify an objective a priori, and the system selects an estimation model to compute the value of a certain variable, the user has the flexibility of requesting SEARCH to find another model with an optimization objective.  The approach described combines management science techniques and basic user interface design principles to remove procedural and technical obstacles in the utilization of models by end-users.
  • 14. A PROTOTYPE SYSTEM  Prototype system has been applied to a model base.  The menu driven DIALOG component is programmed in GWBASIC and the integer program is solved using LINDO.
  • 15. ASCERTAINING COSTS  The cost parameters, and the policies used for obtaining them, can be classified into two distinct Classes.  Method employed for estimating the dollar value. 1. In some instances the estimates used are specific to the computer system (and the associated charge-back rules)where the model base is installed. 2. For the prototype developed, all models are stored and executed on the IBM 3090/600E at Louisiana State University (LSU), Baton Rouge. Thus, various cost parameters were estimated based on the charging algorithm employed by LSU's System Network Computer Center.
  • 16. CONTD. (I)Model execution  CPU usage costs are computed as the product of actual CPU time (in seconds) and a factor F (S/second).  The value of F varies depending on the time of the day.  For prototype system, it was assumed that all models will be executed during "demand time" (i.e. between 8 am and 5 pm).  After a model had been debugged and validated, average CPU usage time was calculated by executing each model with historic (or representative) data.
  • 17. (a)Primary inputs available in the database  cost was obtained by employing the university's charging algorithm for performing I/O operations.  Cost parameters were calculated by multiplying the average number of I/Os required by the model and a charge factor I ($ per 100 I/Os).  Standard tape mounting charges used by the university were incorporated for obtaining the cost of inputs that required reading data from magnetic tapes.
  • 18. (b)Primary inputs supplied by decision maker  Some primary inputs (e.g. expected growth rate) must be supplied by the decision maker, based on his/her experience or intuition, the cost of these inputs were arbitrarily set to a low value.
  • 19. C)Primary inputs available from 'outside‘ sources Primary inputs available from 'outside‘ sources fall into two major categories. 1.Inputs are obtainable from commercial on-line databases. The cost associated with this type of input is based on the connect time to the on-line database.  These inputs can be further classified into two classes: (a) input data that can be stored for future use, and (b) up-to-date, current data that must be down-loaded from the database each time the input is required.
  • 20. CONCLUSION  Model manipulation continues to be an important issue for both academics and practitioners.  Model management systems attempt to enhance utilization by effectively shielding non-expert users from internal representations of models in computers.  Our research has addressed one respect of model management that concerns itself with model selection and sequencing.  In this paper we have described mechanisms for achieving model selection and sequencing that are independent of model implementation and storage.