SlideShare a Scribd company logo
1 of 4
Download to read offline
International Journal on Recent and Innovation Trends in Computing and Communication ISSN: 2321-8169
Volume: 5 Issue: 8 65 – 68
_______________________________________________________________________________________________
65
IJRITCC | August 2017, Available @ http://www.ijritcc.org
_______________________________________________________________________________________
Implementation of Knowledge-Based Expert System Using Probabilistic
Network Models
Mr. Mayank
Technical Specialist, Avekshaa Technologies Pvt. Ltd.
Mumbai, Maharashtra, India
mayank.rnath@gmail.com
Abstract—The latest development in machine learning techniques has enabled the development of intelligent tools which can identify anomalies
in the system in real time. These intelligent tools become expert systems when they combine the algorithmic result of root cause analysis with
the domain knowledge. Truth maintenance, fuzzy logic, ontology classification are just a few out of many techniques used in building these
systems. Logic is embedded in the code in most of the traditional computer program, which makes it difficult for domain experts to retrieve the
underlying rule set and make any changes. These system bridge the gap by making information explicit rather than implicit. In this paper, we
present a new approach for developing an expert system using decision tree analysis with probabilistic network models such as Bayes-network.
The proposed model facilitate the process of correlation between belief probability with the unseen data by use of logical flowcharting, loopy
belief propagation algorithm, and decision trees analysis. The performance of the model will be measured by evaluation and cross validation
techniques.
Keywords-Probabilistic network models, Expert System, Logical flowcharting, loopy belief propagation algorithm
__________________________________________________*****_________________________________________________
I. INTRODUCTION(HEADING 1)
Recent years have seen a revolution in both the content and the
methodology of work in artificial intelligence. Traditionally, a
general purpose search mechanism is set up to string together
elementary reasoning steps to find a complete solution but
they do not scale up to difficult and large problem instances.
The alternative approach is to use more powerful, domain
expertize that allows several reasoning steps and can easily
handle recurring cases in a narrow area of that particular
domain[1]. Expert system merges this approach with
probability based network models like Bayes-network, which
in turn combines the domain knowledge with belief
propagation to overcome the availability and over dependence
on data[2]. The current systems, in particular, operate on
scientific properties i.e. locality, detachment, and truth-
functionality. These properties are governed by the domain
expert through knowledge acquisition module, knowledge
base, explanation module and inference engine rule set before
presenting to the end user as illustrated in Fig.1[3]. But the bad
news is that the properties of detachment, truth functionality
and locality fails to manage uncertain knowledge[1].
This paper deals with the elimination of such difficulties and
proposing a model which induces a minor variation on the
certainty-factor inference which is equivalent to bayesian
inference. As this factor can yield a disastrously incorrect
degree of belief through over counting of evidence[4], we
eliminated the undesirable interactions between rule through
decision tree analysis and used the bayesian network in one
layer top it. The remainder of the paper is structured is as
follows. Section 2 presents the proposed system in detail.
Section 3 presents experimental results while section 4
concludes the paper.
Fig. 1 Typical setup of knowledge based system
II. PROPOSED SYSTEM
Data patterns will form a Polytree as shown in Fig. 2 and can
be modeled as an Acyclic Directed Graph in combination with
decision tree analysis. There can be multiple events triggering
the same uncertain pattern chains and hence the system can
have multi-roots.
Fig. 2 Polytree representation of data for flow of events
International Journal on Recent and Innovation Trends in Computing and Communication ISSN: 2321-8169
Volume: 5 Issue: 8 65 – 68
_______________________________________________________________________________________________
66
IJRITCC | August 2017, Available @ http://www.ijritcc.org
_______________________________________________________________________________________
Analyzing preceding patterns is important for establishing the
causal relationships. 3 variables determine the relevance of a
Pattern under analysis with its preceding pattern. The proposed
system is illustrated in Fig. 3.
Variable 1 – Temporal proximity.
Score_1 = (1/timeElapsedSinceLastAnomaly)
Inverse value ensures that higher the elapsed time lower will
be the score.
Variable 2 – Probability of an event A occurring in the system
with S samples–
Score_2=P(A)=n(A)/n(S) ,where P(A) is the possibility of the
event A, n(A) is the number of ways in which the event can
occur, n(S) = Total number of possible outcomes
Variable 3 – Probability of an event A occurring before event
B. (Same as sequence Fidelity used in the last approach)
[Note: 7th
Nov 2016 - This variable has been removed since
each event has to be compared with every other – this is
process intensive and hence dropped.]
Score_3 = P(A before B) = n(A before B) / n(Anomalies)
P(A before B) is the probability of A occurring before B, n(A
before B) is the number of cases in which the event A has
occurred before B, n(Anomalies) is the total number of
detected anomalies.
Variable 4 – Co-relation coefficient between A and B.
A strong correlation increases the probability of A causing an
impact on B. The co-relation coefficients will be calculated for
all the parameters in the system based on historical data. Some
of the parameters that are physically not co-related for instance
CPU on a web server and CPU on App server need not be co-
related to decrease the dimensionality.
Variable 5 – Variable 2 can have a tendency to skew the
results as it is based on a long-term temporal analysis. To
reduce its effect, it is important to consider event probabilities
in the ‘near past’ in addition to the ‘over-all past’. Hence, the
probabilities over a shorter duration (past 10-20 records) will
be considered in the equation.
Final Correlation Score = Probability(Score_1 X Score_2 X
Score_3)
This will be a positive whole number between 0 and 1.
We will use Bayes network to model this problem. Variable_3
may probably get adjusted in the Bayes network. Other 2
variables will have to be adjusted.
Other important metrics –
Uncertain pattern chain life – indicates the time taken for the
chain to be formed. Reducing time-to-form indicates that the
anomalies are manifesting faster than before. This can occur
due to increased volume or effect of other anomalies on this
chain.
Uncertain pattern life – this indicates the time for which the
pattern was observed before it transformed into another
pattern. This data along with the Chain life can be used to find
which pattern in the chain is manifesting faster.
Impact on response time – Chains that lead to response time
anomalies need to be monitored meticulously given their
importance on the end user experience. Likewise, there may be
other important parameters like response time defined by the
domain
Fig. 3 Proposed System
III. IMPLEMENTATION AND PERFORMANCE EVALUATION
Simulations are conducted using python machine learning
libraries, large data set from banking domain. Dell Vostro
3000 machine with 8 Gb RAM, i3 Processor is used for
experimentation purposes. For plotting purpose matplotlib,
mpld3, ggplot is used.
A. Data Readiness and Analysis
Table 1 Data Table Structure
Pattern Previou
s
observe
d
pattern
Avg.
time
betwee
n
previo
us and
current
(A)
Pattern
resemblan
ce
(B)
Avg.
Sequenti
al
fidelity
(C )
Score
1XBX
C
A
AANN
N
ANNN
N
4
second
s
0.9 0.7 0.1575
AANN
N
A’NNN
N
8
second
s
0.2 0.3 0.075
AAAN
N
AANN
N
3
second
s
0.9 0.8 0.2399
AAAN
N
AA’NN
N
10
second
s
0.6 0.2 0.012
In the table 1 note than A and C have Average values. Hence,
ALL the previous similar patterns must be considered to arrive
at the average value. B i.e. Pattern resemblance will not
change and hence average need not be considered.
International Journal on Recent and Innovation Trends in Computing and Communication ISSN: 2321-8169
Volume: 5 Issue: 8 65 – 68
_______________________________________________________________________________________________
67
IJRITCC | August 2017, Available @ http://www.ijritcc.org
_______________________________________________________________________________________
Fig. 4 Decision Tress analysis on the data
We can identify the entire chain having a problem or
individual nodes that are impacting the system once the graph
is ready through decision tree analysis. Result of the entire
setup simulated under four method patterns is presented in
next section,
B. Results
As can be seen using the proposed system all four methods are
uniformly capturing data patterns with minimal loss of
information. Fig. 5 shows that forward engine in the proposed
model works on noise reduction as well as minimizing the
uncertainty using belief probabilities form domain experts.
In Fig. 6, it is evident that method A time which calculated by
using traditional system was uncertain and in presence of
unseen data, belief propagation was quite dispersed. But
method, methodCD and method time which is calculated by
the proposed system is quite stable. Uncertain patterns were
identified with greater accuracy and overall time is also
uniform as well as stable.
Fig. 5 Forward engine inference from raw data
Fig. 6 Uncertain pattern identification in four methods using the
proposed model
Below is the result of simulation on a raw sample of data
generated from banking domain as shown in Fig. 7. A number
of advisories captured are plotted against the traditional
system and proposed system. It is evident that proposed model
is performing far better than the traditional system.
Fig. 7 Comparison of number of advisory generated Traditional
systems(green) vs Proposed system(blue)
Fig. 8 Model prediction correctness over different sample range
International Journal on Recent and Innovation Trends in Computing and Communication ISSN: 2321-8169
Volume: 5 Issue: 8 65 – 68
_______________________________________________________________________________________________
68
IJRITCC | August 2017, Available @ http://www.ijritcc.org
_______________________________________________________________________________________
IV. CONCLUSION
In this paper, we studied the limitation of traditional expert
systems in terms of locality, detachment and truth-
functionality. At the same time, proposed a new approach
which is flexible in terms of usability, flexibility, and
parameterization. Proposed model utilizes the full potential of
decision tree analysis and probabilistic network models while
dealing with unseen data. Additionally, results show that
proposed model has a better algorithmic approach in terms
handling belief probabilities, and propagation. We presented
the probabilistic test of independence between two continuous
variables. Our solution will benefit the determination of any
number of continuous, ordinal discrete or/and categorical
attributes.
REFERENCES,.
[1] Russel S., and Norgiv., Artificial Intelligence : A modern
approach, 2nd
Edition: 2003.
[2] Cooper, Gregory F. and Herskovits, Ed- ward, A Bayesian
Method for the Induction of Probabilistic Networks from Data,
in Machine Learning, 9, pp. 309-11, 1992.
[3] Barnett GO, Cimino JJ, Hupp JA, Hoffer EP. DXplain. An
evolving diagnostic decision-support system. JAMA. 1987 Jul
3;258(1):67-74
[4] Jaakkola, T., Sontag, D., Globerson, A., & Meila, M. (2010).
LearningBayesian Network Structure using LP Relaxations.
InProceedings of the 13th International Conference on
ArtificialIntelligence and Statistics, AISTATS’10, pp. 358–365

More Related Content

What's hot

IRJET- Effecient Support Itemset Mining using Parallel Map Reducing
IRJET-  	  Effecient Support Itemset Mining using Parallel Map ReducingIRJET-  	  Effecient Support Itemset Mining using Parallel Map Reducing
IRJET- Effecient Support Itemset Mining using Parallel Map ReducingIRJET Journal
 
Variance rover system
Variance rover systemVariance rover system
Variance rover systemeSAT Journals
 
Variance rover system web analytics tool using data
Variance rover system web analytics tool using dataVariance rover system web analytics tool using data
Variance rover system web analytics tool using dataeSAT Publishing House
 
Sequences of Sets KDD '18
Sequences of Sets KDD '18Sequences of Sets KDD '18
Sequences of Sets KDD '18Austin Benson
 
A Periodical Production Plan for Uncertain Orders in a Closed-Loop Supply Cha...
A Periodical Production Plan for Uncertain Orders in a Closed-Loop Supply Cha...A Periodical Production Plan for Uncertain Orders in a Closed-Loop Supply Cha...
A Periodical Production Plan for Uncertain Orders in a Closed-Loop Supply Cha...IJERA Editor
 
Assess data reliability from a set of criteria using the theory of belief fun...
Assess data reliability from a set of criteria using the theory of belief fun...Assess data reliability from a set of criteria using the theory of belief fun...
Assess data reliability from a set of criteria using the theory of belief fun...IAEME Publication
 
Higher-order Link Prediction GraphEx
Higher-order Link Prediction GraphExHigher-order Link Prediction GraphEx
Higher-order Link Prediction GraphExAustin Benson
 
Two Layer k-means based Consensus Clustering for Rural Health Information System
Two Layer k-means based Consensus Clustering for Rural Health Information SystemTwo Layer k-means based Consensus Clustering for Rural Health Information System
Two Layer k-means based Consensus Clustering for Rural Health Information SystemIRJET Journal
 
Probabilistic Interestingness Measures - An Introduction with Bayesian Belief...
Probabilistic Interestingness Measures - An Introduction with Bayesian Belief...Probabilistic Interestingness Measures - An Introduction with Bayesian Belief...
Probabilistic Interestingness Measures - An Introduction with Bayesian Belief...Adnan Masood
 
Bayesian Networks and Association Analysis
Bayesian Networks and Association AnalysisBayesian Networks and Association Analysis
Bayesian Networks and Association AnalysisAdnan Masood
 
IRJET- Missing Data Imputation by Evidence Chain
IRJET- Missing Data Imputation by Evidence ChainIRJET- Missing Data Imputation by Evidence Chain
IRJET- Missing Data Imputation by Evidence ChainIRJET Journal
 
Call for Papers (December Issue) - Applied Mathematics and Sciences: An Inter...
Call for Papers (December Issue) - Applied Mathematics and Sciences: An Inter...Call for Papers (December Issue) - Applied Mathematics and Sciences: An Inter...
Call for Papers (December Issue) - Applied Mathematics and Sciences: An Inter...mathsjournal
 
IRJET- Analyse Big Data Electronic Health Records Database using Hadoop Cluster
IRJET- Analyse Big Data Electronic Health Records Database using Hadoop ClusterIRJET- Analyse Big Data Electronic Health Records Database using Hadoop Cluster
IRJET- Analyse Big Data Electronic Health Records Database using Hadoop ClusterIRJET Journal
 
Call for Papers - Applied Mathematics and Sciences: An International Journal ...
Call for Papers - Applied Mathematics and Sciences: An International Journal ...Call for Papers - Applied Mathematics and Sciences: An International Journal ...
Call for Papers - Applied Mathematics and Sciences: An International Journal ...mathsjournal
 

What's hot (16)

M033059064
M033059064M033059064
M033059064
 
IRJET- Effecient Support Itemset Mining using Parallel Map Reducing
IRJET-  	  Effecient Support Itemset Mining using Parallel Map ReducingIRJET-  	  Effecient Support Itemset Mining using Parallel Map Reducing
IRJET- Effecient Support Itemset Mining using Parallel Map Reducing
 
Data analysis
Data analysisData analysis
Data analysis
 
Variance rover system
Variance rover systemVariance rover system
Variance rover system
 
Variance rover system web analytics tool using data
Variance rover system web analytics tool using dataVariance rover system web analytics tool using data
Variance rover system web analytics tool using data
 
Sequences of Sets KDD '18
Sequences of Sets KDD '18Sequences of Sets KDD '18
Sequences of Sets KDD '18
 
A Periodical Production Plan for Uncertain Orders in a Closed-Loop Supply Cha...
A Periodical Production Plan for Uncertain Orders in a Closed-Loop Supply Cha...A Periodical Production Plan for Uncertain Orders in a Closed-Loop Supply Cha...
A Periodical Production Plan for Uncertain Orders in a Closed-Loop Supply Cha...
 
Assess data reliability from a set of criteria using the theory of belief fun...
Assess data reliability from a set of criteria using the theory of belief fun...Assess data reliability from a set of criteria using the theory of belief fun...
Assess data reliability from a set of criteria using the theory of belief fun...
 
Higher-order Link Prediction GraphEx
Higher-order Link Prediction GraphExHigher-order Link Prediction GraphEx
Higher-order Link Prediction GraphEx
 
Two Layer k-means based Consensus Clustering for Rural Health Information System
Two Layer k-means based Consensus Clustering for Rural Health Information SystemTwo Layer k-means based Consensus Clustering for Rural Health Information System
Two Layer k-means based Consensus Clustering for Rural Health Information System
 
Probabilistic Interestingness Measures - An Introduction with Bayesian Belief...
Probabilistic Interestingness Measures - An Introduction with Bayesian Belief...Probabilistic Interestingness Measures - An Introduction with Bayesian Belief...
Probabilistic Interestingness Measures - An Introduction with Bayesian Belief...
 
Bayesian Networks and Association Analysis
Bayesian Networks and Association AnalysisBayesian Networks and Association Analysis
Bayesian Networks and Association Analysis
 
IRJET- Missing Data Imputation by Evidence Chain
IRJET- Missing Data Imputation by Evidence ChainIRJET- Missing Data Imputation by Evidence Chain
IRJET- Missing Data Imputation by Evidence Chain
 
Call for Papers (December Issue) - Applied Mathematics and Sciences: An Inter...
Call for Papers (December Issue) - Applied Mathematics and Sciences: An Inter...Call for Papers (December Issue) - Applied Mathematics and Sciences: An Inter...
Call for Papers (December Issue) - Applied Mathematics and Sciences: An Inter...
 
IRJET- Analyse Big Data Electronic Health Records Database using Hadoop Cluster
IRJET- Analyse Big Data Electronic Health Records Database using Hadoop ClusterIRJET- Analyse Big Data Electronic Health Records Database using Hadoop Cluster
IRJET- Analyse Big Data Electronic Health Records Database using Hadoop Cluster
 
Call for Papers - Applied Mathematics and Sciences: An International Journal ...
Call for Papers - Applied Mathematics and Sciences: An International Journal ...Call for Papers - Applied Mathematics and Sciences: An International Journal ...
Call for Papers - Applied Mathematics and Sciences: An International Journal ...
 

Similar to Implementation of Knowledge-Based Expert System Using Probabilistic Network Models

Optimized Parameter of Wavelet Neural Network (WNN) using INGA
Optimized Parameter of Wavelet Neural Network (WNN) using INGAOptimized Parameter of Wavelet Neural Network (WNN) using INGA
Optimized Parameter of Wavelet Neural Network (WNN) using INGArahulmonikasharma
 
Optimized Parameter of Wavelet Neural Network (WNN) using INGA
Optimized Parameter of Wavelet Neural Network (WNN) using INGAOptimized Parameter of Wavelet Neural Network (WNN) using INGA
Optimized Parameter of Wavelet Neural Network (WNN) using INGArahulmonikasharma
 
Object Detection using Deep Learning with Hierarchical Multi Swarm Optimization
Object Detection using Deep Learning with Hierarchical Multi Swarm OptimizationObject Detection using Deep Learning with Hierarchical Multi Swarm Optimization
Object Detection using Deep Learning with Hierarchical Multi Swarm Optimizationrahulmonikasharma
 
Mitigating the Problem of Packet Dropping & Energy Management in AD-HOC Wirel...
Mitigating the Problem of Packet Dropping & Energy Management in AD-HOC Wirel...Mitigating the Problem of Packet Dropping & Energy Management in AD-HOC Wirel...
Mitigating the Problem of Packet Dropping & Energy Management in AD-HOC Wirel...rahulmonikasharma
 
Cointegration of Interest Rate- The Case of Albania
Cointegration of Interest Rate- The Case of AlbaniaCointegration of Interest Rate- The Case of Albania
Cointegration of Interest Rate- The Case of Albaniarahulmonikasharma
 
Enhanced Privacy Preserving Accesscontrol in Incremental Datausing Microaggre...
Enhanced Privacy Preserving Accesscontrol in Incremental Datausing Microaggre...Enhanced Privacy Preserving Accesscontrol in Incremental Datausing Microaggre...
Enhanced Privacy Preserving Accesscontrol in Incremental Datausing Microaggre...rahulmonikasharma
 
Real-Time Vehicle Classification and Counting Via Low-Cost Collaborative Sensing
Real-Time Vehicle Classification and Counting Via Low-Cost Collaborative SensingReal-Time Vehicle Classification and Counting Via Low-Cost Collaborative Sensing
Real-Time Vehicle Classification and Counting Via Low-Cost Collaborative Sensingrahulmonikasharma
 
Prediction of Default Customer in Banking Sector using Artificial Neural Network
Prediction of Default Customer in Banking Sector using Artificial Neural NetworkPrediction of Default Customer in Banking Sector using Artificial Neural Network
Prediction of Default Customer in Banking Sector using Artificial Neural Networkrahulmonikasharma
 
Authentic Patient Data and Optimization Process through Cryptographic Image o...
Authentic Patient Data and Optimization Process through Cryptographic Image o...Authentic Patient Data and Optimization Process through Cryptographic Image o...
Authentic Patient Data and Optimization Process through Cryptographic Image o...rahulmonikasharma
 
Authentic Patient Data and Optimization Process through Cryptographic Image o...
Authentic Patient Data and Optimization Process through Cryptographic Image o...Authentic Patient Data and Optimization Process through Cryptographic Image o...
Authentic Patient Data and Optimization Process through Cryptographic Image o...rahulmonikasharma
 
Data Mining Concepts - A survey paper
Data Mining Concepts - A survey paperData Mining Concepts - A survey paper
Data Mining Concepts - A survey paperrahulmonikasharma
 
An effective adaptive approach for joining data in data
An effective adaptive approach for joining data in dataAn effective adaptive approach for joining data in data
An effective adaptive approach for joining data in dataeSAT Publishing House
 
Short Term Load Forecasting Using ARIMA Technique
Short Term Load Forecasting Using ARIMA TechniqueShort Term Load Forecasting Using ARIMA Technique
Short Term Load Forecasting Using ARIMA Techniquerahulmonikasharma
 
Review on Multimodal Biometric
Review on Multimodal BiometricReview on Multimodal Biometric
Review on Multimodal Biometricrahulmonikasharma
 
A Survey on the Use of Pattern Recognition Techniques
A Survey on the Use of Pattern Recognition TechniquesA Survey on the Use of Pattern Recognition Techniques
A Survey on the Use of Pattern Recognition Techniquesrahulmonikasharma
 
Designing of Pick and Place Robotic Arm
Designing of Pick and Place Robotic ArmDesigning of Pick and Place Robotic Arm
Designing of Pick and Place Robotic Armrahulmonikasharma
 
A Comparative Study for Anomaly Detection in Data Mining
A Comparative Study for Anomaly Detection in Data MiningA Comparative Study for Anomaly Detection in Data Mining
A Comparative Study for Anomaly Detection in Data MiningIRJET Journal
 
A New Method for Figuring the Number of Hidden Layer Nodes in BP Algorithm
A New Method for Figuring the Number of Hidden Layer Nodes in BP AlgorithmA New Method for Figuring the Number of Hidden Layer Nodes in BP Algorithm
A New Method for Figuring the Number of Hidden Layer Nodes in BP Algorithmrahulmonikasharma
 
Authentic and Anonymous Data Sharing with Data Partitioning in Big Data
Authentic and Anonymous Data Sharing with Data Partitioning in Big DataAuthentic and Anonymous Data Sharing with Data Partitioning in Big Data
Authentic and Anonymous Data Sharing with Data Partitioning in Big Datarahulmonikasharma
 
Research on simulation of banking system for measuring the productivity of th...
Research on simulation of banking system for measuring the productivity of th...Research on simulation of banking system for measuring the productivity of th...
Research on simulation of banking system for measuring the productivity of th...eSAT Journals
 

Similar to Implementation of Knowledge-Based Expert System Using Probabilistic Network Models (20)

Optimized Parameter of Wavelet Neural Network (WNN) using INGA
Optimized Parameter of Wavelet Neural Network (WNN) using INGAOptimized Parameter of Wavelet Neural Network (WNN) using INGA
Optimized Parameter of Wavelet Neural Network (WNN) using INGA
 
Optimized Parameter of Wavelet Neural Network (WNN) using INGA
Optimized Parameter of Wavelet Neural Network (WNN) using INGAOptimized Parameter of Wavelet Neural Network (WNN) using INGA
Optimized Parameter of Wavelet Neural Network (WNN) using INGA
 
Object Detection using Deep Learning with Hierarchical Multi Swarm Optimization
Object Detection using Deep Learning with Hierarchical Multi Swarm OptimizationObject Detection using Deep Learning with Hierarchical Multi Swarm Optimization
Object Detection using Deep Learning with Hierarchical Multi Swarm Optimization
 
Mitigating the Problem of Packet Dropping & Energy Management in AD-HOC Wirel...
Mitigating the Problem of Packet Dropping & Energy Management in AD-HOC Wirel...Mitigating the Problem of Packet Dropping & Energy Management in AD-HOC Wirel...
Mitigating the Problem of Packet Dropping & Energy Management in AD-HOC Wirel...
 
Cointegration of Interest Rate- The Case of Albania
Cointegration of Interest Rate- The Case of AlbaniaCointegration of Interest Rate- The Case of Albania
Cointegration of Interest Rate- The Case of Albania
 
Enhanced Privacy Preserving Accesscontrol in Incremental Datausing Microaggre...
Enhanced Privacy Preserving Accesscontrol in Incremental Datausing Microaggre...Enhanced Privacy Preserving Accesscontrol in Incremental Datausing Microaggre...
Enhanced Privacy Preserving Accesscontrol in Incremental Datausing Microaggre...
 
Real-Time Vehicle Classification and Counting Via Low-Cost Collaborative Sensing
Real-Time Vehicle Classification and Counting Via Low-Cost Collaborative SensingReal-Time Vehicle Classification and Counting Via Low-Cost Collaborative Sensing
Real-Time Vehicle Classification and Counting Via Low-Cost Collaborative Sensing
 
Prediction of Default Customer in Banking Sector using Artificial Neural Network
Prediction of Default Customer in Banking Sector using Artificial Neural NetworkPrediction of Default Customer in Banking Sector using Artificial Neural Network
Prediction of Default Customer in Banking Sector using Artificial Neural Network
 
Authentic Patient Data and Optimization Process through Cryptographic Image o...
Authentic Patient Data and Optimization Process through Cryptographic Image o...Authentic Patient Data and Optimization Process through Cryptographic Image o...
Authentic Patient Data and Optimization Process through Cryptographic Image o...
 
Authentic Patient Data and Optimization Process through Cryptographic Image o...
Authentic Patient Data and Optimization Process through Cryptographic Image o...Authentic Patient Data and Optimization Process through Cryptographic Image o...
Authentic Patient Data and Optimization Process through Cryptographic Image o...
 
Data Mining Concepts - A survey paper
Data Mining Concepts - A survey paperData Mining Concepts - A survey paper
Data Mining Concepts - A survey paper
 
An effective adaptive approach for joining data in data
An effective adaptive approach for joining data in dataAn effective adaptive approach for joining data in data
An effective adaptive approach for joining data in data
 
Short Term Load Forecasting Using ARIMA Technique
Short Term Load Forecasting Using ARIMA TechniqueShort Term Load Forecasting Using ARIMA Technique
Short Term Load Forecasting Using ARIMA Technique
 
Review on Multimodal Biometric
Review on Multimodal BiometricReview on Multimodal Biometric
Review on Multimodal Biometric
 
A Survey on the Use of Pattern Recognition Techniques
A Survey on the Use of Pattern Recognition TechniquesA Survey on the Use of Pattern Recognition Techniques
A Survey on the Use of Pattern Recognition Techniques
 
Designing of Pick and Place Robotic Arm
Designing of Pick and Place Robotic ArmDesigning of Pick and Place Robotic Arm
Designing of Pick and Place Robotic Arm
 
A Comparative Study for Anomaly Detection in Data Mining
A Comparative Study for Anomaly Detection in Data MiningA Comparative Study for Anomaly Detection in Data Mining
A Comparative Study for Anomaly Detection in Data Mining
 
A New Method for Figuring the Number of Hidden Layer Nodes in BP Algorithm
A New Method for Figuring the Number of Hidden Layer Nodes in BP AlgorithmA New Method for Figuring the Number of Hidden Layer Nodes in BP Algorithm
A New Method for Figuring the Number of Hidden Layer Nodes in BP Algorithm
 
Authentic and Anonymous Data Sharing with Data Partitioning in Big Data
Authentic and Anonymous Data Sharing with Data Partitioning in Big DataAuthentic and Anonymous Data Sharing with Data Partitioning in Big Data
Authentic and Anonymous Data Sharing with Data Partitioning in Big Data
 
Research on simulation of banking system for measuring the productivity of th...
Research on simulation of banking system for measuring the productivity of th...Research on simulation of banking system for measuring the productivity of th...
Research on simulation of banking system for measuring the productivity of th...
 

More from rahulmonikasharma

A Review on Real Time Integrated CCTV System Using Face Detection for Vehicle...
A Review on Real Time Integrated CCTV System Using Face Detection for Vehicle...A Review on Real Time Integrated CCTV System Using Face Detection for Vehicle...
A Review on Real Time Integrated CCTV System Using Face Detection for Vehicle...rahulmonikasharma
 
Considering Two Sides of One Review Using Stanford NLP Framework
Considering Two Sides of One Review Using Stanford NLP FrameworkConsidering Two Sides of One Review Using Stanford NLP Framework
Considering Two Sides of One Review Using Stanford NLP Frameworkrahulmonikasharma
 
A New Detection and Decoding Technique for (2×N_r ) MIMO Communication Systems
A New Detection and Decoding Technique for (2×N_r ) MIMO Communication SystemsA New Detection and Decoding Technique for (2×N_r ) MIMO Communication Systems
A New Detection and Decoding Technique for (2×N_r ) MIMO Communication Systemsrahulmonikasharma
 
Broadcasting Scenario under Different Protocols in MANET: A Survey
Broadcasting Scenario under Different Protocols in MANET: A SurveyBroadcasting Scenario under Different Protocols in MANET: A Survey
Broadcasting Scenario under Different Protocols in MANET: A Surveyrahulmonikasharma
 
Sybil Attack Analysis and Detection Techniques in MANET
Sybil Attack Analysis and Detection Techniques in MANETSybil Attack Analysis and Detection Techniques in MANET
Sybil Attack Analysis and Detection Techniques in MANETrahulmonikasharma
 
A Landmark Based Shortest Path Detection by Using A* and Haversine Formula
A Landmark Based Shortest Path Detection by Using A* and Haversine FormulaA Landmark Based Shortest Path Detection by Using A* and Haversine Formula
A Landmark Based Shortest Path Detection by Using A* and Haversine Formularahulmonikasharma
 
Processing Over Encrypted Query Data In Internet of Things (IoTs) : CryptDBs,...
Processing Over Encrypted Query Data In Internet of Things (IoTs) : CryptDBs,...Processing Over Encrypted Query Data In Internet of Things (IoTs) : CryptDBs,...
Processing Over Encrypted Query Data In Internet of Things (IoTs) : CryptDBs,...rahulmonikasharma
 
Quality Determination and Grading of Tomatoes using Raspberry Pi
Quality Determination and Grading of Tomatoes using Raspberry PiQuality Determination and Grading of Tomatoes using Raspberry Pi
Quality Determination and Grading of Tomatoes using Raspberry Pirahulmonikasharma
 
Comparative of Delay Tolerant Network Routings and Scheduling using Max-Weigh...
Comparative of Delay Tolerant Network Routings and Scheduling using Max-Weigh...Comparative of Delay Tolerant Network Routings and Scheduling using Max-Weigh...
Comparative of Delay Tolerant Network Routings and Scheduling using Max-Weigh...rahulmonikasharma
 
DC Conductivity Study of Cadmium Sulfide Nanoparticles
DC Conductivity Study of Cadmium Sulfide NanoparticlesDC Conductivity Study of Cadmium Sulfide Nanoparticles
DC Conductivity Study of Cadmium Sulfide Nanoparticlesrahulmonikasharma
 
A Survey on Peak to Average Power Ratio Reduction Methods for LTE-OFDM
A Survey on Peak to Average Power Ratio Reduction Methods for LTE-OFDMA Survey on Peak to Average Power Ratio Reduction Methods for LTE-OFDM
A Survey on Peak to Average Power Ratio Reduction Methods for LTE-OFDMrahulmonikasharma
 
IOT Based Home Appliance Control System, Location Tracking and Energy Monitoring
IOT Based Home Appliance Control System, Location Tracking and Energy MonitoringIOT Based Home Appliance Control System, Location Tracking and Energy Monitoring
IOT Based Home Appliance Control System, Location Tracking and Energy Monitoringrahulmonikasharma
 
Thermal Radiation and Viscous Dissipation Effects on an Oscillatory Heat and ...
Thermal Radiation and Viscous Dissipation Effects on an Oscillatory Heat and ...Thermal Radiation and Viscous Dissipation Effects on an Oscillatory Heat and ...
Thermal Radiation and Viscous Dissipation Effects on an Oscillatory Heat and ...rahulmonikasharma
 
Advance Approach towards Key Feature Extraction Using Designed Filters on Dif...
Advance Approach towards Key Feature Extraction Using Designed Filters on Dif...Advance Approach towards Key Feature Extraction Using Designed Filters on Dif...
Advance Approach towards Key Feature Extraction Using Designed Filters on Dif...rahulmonikasharma
 
Alamouti-STBC based Channel Estimation Technique over MIMO OFDM System
Alamouti-STBC based Channel Estimation Technique over MIMO OFDM SystemAlamouti-STBC based Channel Estimation Technique over MIMO OFDM System
Alamouti-STBC based Channel Estimation Technique over MIMO OFDM Systemrahulmonikasharma
 
Empirical Mode Decomposition Based Signal Analysis of Gear Fault Diagnosis
Empirical Mode Decomposition Based Signal Analysis of Gear Fault DiagnosisEmpirical Mode Decomposition Based Signal Analysis of Gear Fault Diagnosis
Empirical Mode Decomposition Based Signal Analysis of Gear Fault Diagnosisrahulmonikasharma
 
Impact of Coupling Coefficient on Coupled Line Coupler
Impact of Coupling Coefficient on Coupled Line CouplerImpact of Coupling Coefficient on Coupled Line Coupler
Impact of Coupling Coefficient on Coupled Line Couplerrahulmonikasharma
 
Design Evaluation and Temperature Rise Test of Flameproof Induction Motor
Design Evaluation and Temperature Rise Test of Flameproof Induction MotorDesign Evaluation and Temperature Rise Test of Flameproof Induction Motor
Design Evaluation and Temperature Rise Test of Flameproof Induction Motorrahulmonikasharma
 
Advancement in Abrasive Water Jet Machining - A Study
Advancement in Abrasive Water Jet Machining - A StudyAdvancement in Abrasive Water Jet Machining - A Study
Advancement in Abrasive Water Jet Machining - A Studyrahulmonikasharma
 
Enhancement of Privacy and User Interaction in a Social Network with the Aid ...
Enhancement of Privacy and User Interaction in a Social Network with the Aid ...Enhancement of Privacy and User Interaction in a Social Network with the Aid ...
Enhancement of Privacy and User Interaction in a Social Network with the Aid ...rahulmonikasharma
 

More from rahulmonikasharma (20)

A Review on Real Time Integrated CCTV System Using Face Detection for Vehicle...
A Review on Real Time Integrated CCTV System Using Face Detection for Vehicle...A Review on Real Time Integrated CCTV System Using Face Detection for Vehicle...
A Review on Real Time Integrated CCTV System Using Face Detection for Vehicle...
 
Considering Two Sides of One Review Using Stanford NLP Framework
Considering Two Sides of One Review Using Stanford NLP FrameworkConsidering Two Sides of One Review Using Stanford NLP Framework
Considering Two Sides of One Review Using Stanford NLP Framework
 
A New Detection and Decoding Technique for (2×N_r ) MIMO Communication Systems
A New Detection and Decoding Technique for (2×N_r ) MIMO Communication SystemsA New Detection and Decoding Technique for (2×N_r ) MIMO Communication Systems
A New Detection and Decoding Technique for (2×N_r ) MIMO Communication Systems
 
Broadcasting Scenario under Different Protocols in MANET: A Survey
Broadcasting Scenario under Different Protocols in MANET: A SurveyBroadcasting Scenario under Different Protocols in MANET: A Survey
Broadcasting Scenario under Different Protocols in MANET: A Survey
 
Sybil Attack Analysis and Detection Techniques in MANET
Sybil Attack Analysis and Detection Techniques in MANETSybil Attack Analysis and Detection Techniques in MANET
Sybil Attack Analysis and Detection Techniques in MANET
 
A Landmark Based Shortest Path Detection by Using A* and Haversine Formula
A Landmark Based Shortest Path Detection by Using A* and Haversine FormulaA Landmark Based Shortest Path Detection by Using A* and Haversine Formula
A Landmark Based Shortest Path Detection by Using A* and Haversine Formula
 
Processing Over Encrypted Query Data In Internet of Things (IoTs) : CryptDBs,...
Processing Over Encrypted Query Data In Internet of Things (IoTs) : CryptDBs,...Processing Over Encrypted Query Data In Internet of Things (IoTs) : CryptDBs,...
Processing Over Encrypted Query Data In Internet of Things (IoTs) : CryptDBs,...
 
Quality Determination and Grading of Tomatoes using Raspberry Pi
Quality Determination and Grading of Tomatoes using Raspberry PiQuality Determination and Grading of Tomatoes using Raspberry Pi
Quality Determination and Grading of Tomatoes using Raspberry Pi
 
Comparative of Delay Tolerant Network Routings and Scheduling using Max-Weigh...
Comparative of Delay Tolerant Network Routings and Scheduling using Max-Weigh...Comparative of Delay Tolerant Network Routings and Scheduling using Max-Weigh...
Comparative of Delay Tolerant Network Routings and Scheduling using Max-Weigh...
 
DC Conductivity Study of Cadmium Sulfide Nanoparticles
DC Conductivity Study of Cadmium Sulfide NanoparticlesDC Conductivity Study of Cadmium Sulfide Nanoparticles
DC Conductivity Study of Cadmium Sulfide Nanoparticles
 
A Survey on Peak to Average Power Ratio Reduction Methods for LTE-OFDM
A Survey on Peak to Average Power Ratio Reduction Methods for LTE-OFDMA Survey on Peak to Average Power Ratio Reduction Methods for LTE-OFDM
A Survey on Peak to Average Power Ratio Reduction Methods for LTE-OFDM
 
IOT Based Home Appliance Control System, Location Tracking and Energy Monitoring
IOT Based Home Appliance Control System, Location Tracking and Energy MonitoringIOT Based Home Appliance Control System, Location Tracking and Energy Monitoring
IOT Based Home Appliance Control System, Location Tracking and Energy Monitoring
 
Thermal Radiation and Viscous Dissipation Effects on an Oscillatory Heat and ...
Thermal Radiation and Viscous Dissipation Effects on an Oscillatory Heat and ...Thermal Radiation and Viscous Dissipation Effects on an Oscillatory Heat and ...
Thermal Radiation and Viscous Dissipation Effects on an Oscillatory Heat and ...
 
Advance Approach towards Key Feature Extraction Using Designed Filters on Dif...
Advance Approach towards Key Feature Extraction Using Designed Filters on Dif...Advance Approach towards Key Feature Extraction Using Designed Filters on Dif...
Advance Approach towards Key Feature Extraction Using Designed Filters on Dif...
 
Alamouti-STBC based Channel Estimation Technique over MIMO OFDM System
Alamouti-STBC based Channel Estimation Technique over MIMO OFDM SystemAlamouti-STBC based Channel Estimation Technique over MIMO OFDM System
Alamouti-STBC based Channel Estimation Technique over MIMO OFDM System
 
Empirical Mode Decomposition Based Signal Analysis of Gear Fault Diagnosis
Empirical Mode Decomposition Based Signal Analysis of Gear Fault DiagnosisEmpirical Mode Decomposition Based Signal Analysis of Gear Fault Diagnosis
Empirical Mode Decomposition Based Signal Analysis of Gear Fault Diagnosis
 
Impact of Coupling Coefficient on Coupled Line Coupler
Impact of Coupling Coefficient on Coupled Line CouplerImpact of Coupling Coefficient on Coupled Line Coupler
Impact of Coupling Coefficient on Coupled Line Coupler
 
Design Evaluation and Temperature Rise Test of Flameproof Induction Motor
Design Evaluation and Temperature Rise Test of Flameproof Induction MotorDesign Evaluation and Temperature Rise Test of Flameproof Induction Motor
Design Evaluation and Temperature Rise Test of Flameproof Induction Motor
 
Advancement in Abrasive Water Jet Machining - A Study
Advancement in Abrasive Water Jet Machining - A StudyAdvancement in Abrasive Water Jet Machining - A Study
Advancement in Abrasive Water Jet Machining - A Study
 
Enhancement of Privacy and User Interaction in a Social Network with the Aid ...
Enhancement of Privacy and User Interaction in a Social Network with the Aid ...Enhancement of Privacy and User Interaction in a Social Network with the Aid ...
Enhancement of Privacy and User Interaction in a Social Network with the Aid ...
 

Recently uploaded

The Most Attractive Pune Call Girls Budhwar Peth 8250192130 Will You Miss Thi...
The Most Attractive Pune Call Girls Budhwar Peth 8250192130 Will You Miss Thi...The Most Attractive Pune Call Girls Budhwar Peth 8250192130 Will You Miss Thi...
The Most Attractive Pune Call Girls Budhwar Peth 8250192130 Will You Miss Thi...ranjana rawat
 
Call for Papers - Educational Administration: Theory and Practice, E-ISSN: 21...
Call for Papers - Educational Administration: Theory and Practice, E-ISSN: 21...Call for Papers - Educational Administration: Theory and Practice, E-ISSN: 21...
Call for Papers - Educational Administration: Theory and Practice, E-ISSN: 21...Christo Ananth
 
Call for Papers - African Journal of Biological Sciences, E-ISSN: 2663-2187, ...
Call for Papers - African Journal of Biological Sciences, E-ISSN: 2663-2187, ...Call for Papers - African Journal of Biological Sciences, E-ISSN: 2663-2187, ...
Call for Papers - African Journal of Biological Sciences, E-ISSN: 2663-2187, ...Christo Ananth
 
Glass Ceramics: Processing and Properties
Glass Ceramics: Processing and PropertiesGlass Ceramics: Processing and Properties
Glass Ceramics: Processing and PropertiesPrabhanshu Chaturvedi
 
Call Girls in Nagpur Suman Call 7001035870 Meet With Nagpur Escorts
Call Girls in Nagpur Suman Call 7001035870 Meet With Nagpur EscortsCall Girls in Nagpur Suman Call 7001035870 Meet With Nagpur Escorts
Call Girls in Nagpur Suman Call 7001035870 Meet With Nagpur EscortsCall Girls in Nagpur High Profile
 
Coefficient of Thermal Expansion and their Importance.pptx
Coefficient of Thermal Expansion and their Importance.pptxCoefficient of Thermal Expansion and their Importance.pptx
Coefficient of Thermal Expansion and their Importance.pptxAsutosh Ranjan
 
UNIT-III FMM. DIMENSIONAL ANALYSIS
UNIT-III FMM.        DIMENSIONAL ANALYSISUNIT-III FMM.        DIMENSIONAL ANALYSIS
UNIT-III FMM. DIMENSIONAL ANALYSISrknatarajan
 
ONLINE FOOD ORDER SYSTEM PROJECT REPORT.pdf
ONLINE FOOD ORDER SYSTEM PROJECT REPORT.pdfONLINE FOOD ORDER SYSTEM PROJECT REPORT.pdf
ONLINE FOOD ORDER SYSTEM PROJECT REPORT.pdfKamal Acharya
 
Processing & Properties of Floor and Wall Tiles.pptx
Processing & Properties of Floor and Wall Tiles.pptxProcessing & Properties of Floor and Wall Tiles.pptx
Processing & Properties of Floor and Wall Tiles.pptxpranjaldaimarysona
 
College Call Girls Nashik Nehal 7001305949 Independent Escort Service Nashik
College Call Girls Nashik Nehal 7001305949 Independent Escort Service NashikCollege Call Girls Nashik Nehal 7001305949 Independent Escort Service Nashik
College Call Girls Nashik Nehal 7001305949 Independent Escort Service NashikCall Girls in Nagpur High Profile
 
result management system report for college project
result management system report for college projectresult management system report for college project
result management system report for college projectTonystark477637
 
Call Girls Service Nagpur Tanvi Call 7001035870 Meet With Nagpur Escorts
Call Girls Service Nagpur Tanvi Call 7001035870 Meet With Nagpur EscortsCall Girls Service Nagpur Tanvi Call 7001035870 Meet With Nagpur Escorts
Call Girls Service Nagpur Tanvi Call 7001035870 Meet With Nagpur EscortsCall Girls in Nagpur High Profile
 
(ANJALI) Dange Chowk Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(ANJALI) Dange Chowk Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...(ANJALI) Dange Chowk Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(ANJALI) Dange Chowk Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...ranjana rawat
 
BSides Seattle 2024 - Stopping Ethan Hunt From Taking Your Data.pptx
BSides Seattle 2024 - Stopping Ethan Hunt From Taking Your Data.pptxBSides Seattle 2024 - Stopping Ethan Hunt From Taking Your Data.pptx
BSides Seattle 2024 - Stopping Ethan Hunt From Taking Your Data.pptxfenichawla
 
Structural Analysis and Design of Foundations: A Comprehensive Handbook for S...
Structural Analysis and Design of Foundations: A Comprehensive Handbook for S...Structural Analysis and Design of Foundations: A Comprehensive Handbook for S...
Structural Analysis and Design of Foundations: A Comprehensive Handbook for S...Dr.Costas Sachpazis
 
MANUFACTURING PROCESS-II UNIT-1 THEORY OF METAL CUTTING
MANUFACTURING PROCESS-II UNIT-1 THEORY OF METAL CUTTINGMANUFACTURING PROCESS-II UNIT-1 THEORY OF METAL CUTTING
MANUFACTURING PROCESS-II UNIT-1 THEORY OF METAL CUTTINGSIVASHANKAR N
 
UNIT - IV - Air Compressors and its Performance
UNIT - IV - Air Compressors and its PerformanceUNIT - IV - Air Compressors and its Performance
UNIT - IV - Air Compressors and its Performancesivaprakash250
 
Introduction to Multiple Access Protocol.pptx
Introduction to Multiple Access Protocol.pptxIntroduction to Multiple Access Protocol.pptx
Introduction to Multiple Access Protocol.pptxupamatechverse
 

Recently uploaded (20)

(INDIRA) Call Girl Aurangabad Call Now 8617697112 Aurangabad Escorts 24x7
(INDIRA) Call Girl Aurangabad Call Now 8617697112 Aurangabad Escorts 24x7(INDIRA) Call Girl Aurangabad Call Now 8617697112 Aurangabad Escorts 24x7
(INDIRA) Call Girl Aurangabad Call Now 8617697112 Aurangabad Escorts 24x7
 
The Most Attractive Pune Call Girls Budhwar Peth 8250192130 Will You Miss Thi...
The Most Attractive Pune Call Girls Budhwar Peth 8250192130 Will You Miss Thi...The Most Attractive Pune Call Girls Budhwar Peth 8250192130 Will You Miss Thi...
The Most Attractive Pune Call Girls Budhwar Peth 8250192130 Will You Miss Thi...
 
Call for Papers - Educational Administration: Theory and Practice, E-ISSN: 21...
Call for Papers - Educational Administration: Theory and Practice, E-ISSN: 21...Call for Papers - Educational Administration: Theory and Practice, E-ISSN: 21...
Call for Papers - Educational Administration: Theory and Practice, E-ISSN: 21...
 
Call for Papers - African Journal of Biological Sciences, E-ISSN: 2663-2187, ...
Call for Papers - African Journal of Biological Sciences, E-ISSN: 2663-2187, ...Call for Papers - African Journal of Biological Sciences, E-ISSN: 2663-2187, ...
Call for Papers - African Journal of Biological Sciences, E-ISSN: 2663-2187, ...
 
Glass Ceramics: Processing and Properties
Glass Ceramics: Processing and PropertiesGlass Ceramics: Processing and Properties
Glass Ceramics: Processing and Properties
 
Call Girls in Nagpur Suman Call 7001035870 Meet With Nagpur Escorts
Call Girls in Nagpur Suman Call 7001035870 Meet With Nagpur EscortsCall Girls in Nagpur Suman Call 7001035870 Meet With Nagpur Escorts
Call Girls in Nagpur Suman Call 7001035870 Meet With Nagpur Escorts
 
Coefficient of Thermal Expansion and their Importance.pptx
Coefficient of Thermal Expansion and their Importance.pptxCoefficient of Thermal Expansion and their Importance.pptx
Coefficient of Thermal Expansion and their Importance.pptx
 
UNIT-III FMM. DIMENSIONAL ANALYSIS
UNIT-III FMM.        DIMENSIONAL ANALYSISUNIT-III FMM.        DIMENSIONAL ANALYSIS
UNIT-III FMM. DIMENSIONAL ANALYSIS
 
ONLINE FOOD ORDER SYSTEM PROJECT REPORT.pdf
ONLINE FOOD ORDER SYSTEM PROJECT REPORT.pdfONLINE FOOD ORDER SYSTEM PROJECT REPORT.pdf
ONLINE FOOD ORDER SYSTEM PROJECT REPORT.pdf
 
Processing & Properties of Floor and Wall Tiles.pptx
Processing & Properties of Floor and Wall Tiles.pptxProcessing & Properties of Floor and Wall Tiles.pptx
Processing & Properties of Floor and Wall Tiles.pptx
 
College Call Girls Nashik Nehal 7001305949 Independent Escort Service Nashik
College Call Girls Nashik Nehal 7001305949 Independent Escort Service NashikCollege Call Girls Nashik Nehal 7001305949 Independent Escort Service Nashik
College Call Girls Nashik Nehal 7001305949 Independent Escort Service Nashik
 
result management system report for college project
result management system report for college projectresult management system report for college project
result management system report for college project
 
Call Girls Service Nagpur Tanvi Call 7001035870 Meet With Nagpur Escorts
Call Girls Service Nagpur Tanvi Call 7001035870 Meet With Nagpur EscortsCall Girls Service Nagpur Tanvi Call 7001035870 Meet With Nagpur Escorts
Call Girls Service Nagpur Tanvi Call 7001035870 Meet With Nagpur Escorts
 
(ANJALI) Dange Chowk Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(ANJALI) Dange Chowk Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...(ANJALI) Dange Chowk Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(ANJALI) Dange Chowk Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
 
BSides Seattle 2024 - Stopping Ethan Hunt From Taking Your Data.pptx
BSides Seattle 2024 - Stopping Ethan Hunt From Taking Your Data.pptxBSides Seattle 2024 - Stopping Ethan Hunt From Taking Your Data.pptx
BSides Seattle 2024 - Stopping Ethan Hunt From Taking Your Data.pptx
 
Structural Analysis and Design of Foundations: A Comprehensive Handbook for S...
Structural Analysis and Design of Foundations: A Comprehensive Handbook for S...Structural Analysis and Design of Foundations: A Comprehensive Handbook for S...
Structural Analysis and Design of Foundations: A Comprehensive Handbook for S...
 
MANUFACTURING PROCESS-II UNIT-1 THEORY OF METAL CUTTING
MANUFACTURING PROCESS-II UNIT-1 THEORY OF METAL CUTTINGMANUFACTURING PROCESS-II UNIT-1 THEORY OF METAL CUTTING
MANUFACTURING PROCESS-II UNIT-1 THEORY OF METAL CUTTING
 
DJARUM4D - SLOT GACOR ONLINE | SLOT DEMO ONLINE
DJARUM4D - SLOT GACOR ONLINE | SLOT DEMO ONLINEDJARUM4D - SLOT GACOR ONLINE | SLOT DEMO ONLINE
DJARUM4D - SLOT GACOR ONLINE | SLOT DEMO ONLINE
 
UNIT - IV - Air Compressors and its Performance
UNIT - IV - Air Compressors and its PerformanceUNIT - IV - Air Compressors and its Performance
UNIT - IV - Air Compressors and its Performance
 
Introduction to Multiple Access Protocol.pptx
Introduction to Multiple Access Protocol.pptxIntroduction to Multiple Access Protocol.pptx
Introduction to Multiple Access Protocol.pptx
 

Implementation of Knowledge-Based Expert System Using Probabilistic Network Models

  • 1. International Journal on Recent and Innovation Trends in Computing and Communication ISSN: 2321-8169 Volume: 5 Issue: 8 65 – 68 _______________________________________________________________________________________________ 65 IJRITCC | August 2017, Available @ http://www.ijritcc.org _______________________________________________________________________________________ Implementation of Knowledge-Based Expert System Using Probabilistic Network Models Mr. Mayank Technical Specialist, Avekshaa Technologies Pvt. Ltd. Mumbai, Maharashtra, India mayank.rnath@gmail.com Abstract—The latest development in machine learning techniques has enabled the development of intelligent tools which can identify anomalies in the system in real time. These intelligent tools become expert systems when they combine the algorithmic result of root cause analysis with the domain knowledge. Truth maintenance, fuzzy logic, ontology classification are just a few out of many techniques used in building these systems. Logic is embedded in the code in most of the traditional computer program, which makes it difficult for domain experts to retrieve the underlying rule set and make any changes. These system bridge the gap by making information explicit rather than implicit. In this paper, we present a new approach for developing an expert system using decision tree analysis with probabilistic network models such as Bayes-network. The proposed model facilitate the process of correlation between belief probability with the unseen data by use of logical flowcharting, loopy belief propagation algorithm, and decision trees analysis. The performance of the model will be measured by evaluation and cross validation techniques. Keywords-Probabilistic network models, Expert System, Logical flowcharting, loopy belief propagation algorithm __________________________________________________*****_________________________________________________ I. INTRODUCTION(HEADING 1) Recent years have seen a revolution in both the content and the methodology of work in artificial intelligence. Traditionally, a general purpose search mechanism is set up to string together elementary reasoning steps to find a complete solution but they do not scale up to difficult and large problem instances. The alternative approach is to use more powerful, domain expertize that allows several reasoning steps and can easily handle recurring cases in a narrow area of that particular domain[1]. Expert system merges this approach with probability based network models like Bayes-network, which in turn combines the domain knowledge with belief propagation to overcome the availability and over dependence on data[2]. The current systems, in particular, operate on scientific properties i.e. locality, detachment, and truth- functionality. These properties are governed by the domain expert through knowledge acquisition module, knowledge base, explanation module and inference engine rule set before presenting to the end user as illustrated in Fig.1[3]. But the bad news is that the properties of detachment, truth functionality and locality fails to manage uncertain knowledge[1]. This paper deals with the elimination of such difficulties and proposing a model which induces a minor variation on the certainty-factor inference which is equivalent to bayesian inference. As this factor can yield a disastrously incorrect degree of belief through over counting of evidence[4], we eliminated the undesirable interactions between rule through decision tree analysis and used the bayesian network in one layer top it. The remainder of the paper is structured is as follows. Section 2 presents the proposed system in detail. Section 3 presents experimental results while section 4 concludes the paper. Fig. 1 Typical setup of knowledge based system II. PROPOSED SYSTEM Data patterns will form a Polytree as shown in Fig. 2 and can be modeled as an Acyclic Directed Graph in combination with decision tree analysis. There can be multiple events triggering the same uncertain pattern chains and hence the system can have multi-roots. Fig. 2 Polytree representation of data for flow of events
  • 2. International Journal on Recent and Innovation Trends in Computing and Communication ISSN: 2321-8169 Volume: 5 Issue: 8 65 – 68 _______________________________________________________________________________________________ 66 IJRITCC | August 2017, Available @ http://www.ijritcc.org _______________________________________________________________________________________ Analyzing preceding patterns is important for establishing the causal relationships. 3 variables determine the relevance of a Pattern under analysis with its preceding pattern. The proposed system is illustrated in Fig. 3. Variable 1 – Temporal proximity. Score_1 = (1/timeElapsedSinceLastAnomaly) Inverse value ensures that higher the elapsed time lower will be the score. Variable 2 – Probability of an event A occurring in the system with S samples– Score_2=P(A)=n(A)/n(S) ,where P(A) is the possibility of the event A, n(A) is the number of ways in which the event can occur, n(S) = Total number of possible outcomes Variable 3 – Probability of an event A occurring before event B. (Same as sequence Fidelity used in the last approach) [Note: 7th Nov 2016 - This variable has been removed since each event has to be compared with every other – this is process intensive and hence dropped.] Score_3 = P(A before B) = n(A before B) / n(Anomalies) P(A before B) is the probability of A occurring before B, n(A before B) is the number of cases in which the event A has occurred before B, n(Anomalies) is the total number of detected anomalies. Variable 4 – Co-relation coefficient between A and B. A strong correlation increases the probability of A causing an impact on B. The co-relation coefficients will be calculated for all the parameters in the system based on historical data. Some of the parameters that are physically not co-related for instance CPU on a web server and CPU on App server need not be co- related to decrease the dimensionality. Variable 5 – Variable 2 can have a tendency to skew the results as it is based on a long-term temporal analysis. To reduce its effect, it is important to consider event probabilities in the ‘near past’ in addition to the ‘over-all past’. Hence, the probabilities over a shorter duration (past 10-20 records) will be considered in the equation. Final Correlation Score = Probability(Score_1 X Score_2 X Score_3) This will be a positive whole number between 0 and 1. We will use Bayes network to model this problem. Variable_3 may probably get adjusted in the Bayes network. Other 2 variables will have to be adjusted. Other important metrics – Uncertain pattern chain life – indicates the time taken for the chain to be formed. Reducing time-to-form indicates that the anomalies are manifesting faster than before. This can occur due to increased volume or effect of other anomalies on this chain. Uncertain pattern life – this indicates the time for which the pattern was observed before it transformed into another pattern. This data along with the Chain life can be used to find which pattern in the chain is manifesting faster. Impact on response time – Chains that lead to response time anomalies need to be monitored meticulously given their importance on the end user experience. Likewise, there may be other important parameters like response time defined by the domain Fig. 3 Proposed System III. IMPLEMENTATION AND PERFORMANCE EVALUATION Simulations are conducted using python machine learning libraries, large data set from banking domain. Dell Vostro 3000 machine with 8 Gb RAM, i3 Processor is used for experimentation purposes. For plotting purpose matplotlib, mpld3, ggplot is used. A. Data Readiness and Analysis Table 1 Data Table Structure Pattern Previou s observe d pattern Avg. time betwee n previo us and current (A) Pattern resemblan ce (B) Avg. Sequenti al fidelity (C ) Score 1XBX C A AANN N ANNN N 4 second s 0.9 0.7 0.1575 AANN N A’NNN N 8 second s 0.2 0.3 0.075 AAAN N AANN N 3 second s 0.9 0.8 0.2399 AAAN N AA’NN N 10 second s 0.6 0.2 0.012 In the table 1 note than A and C have Average values. Hence, ALL the previous similar patterns must be considered to arrive at the average value. B i.e. Pattern resemblance will not change and hence average need not be considered.
  • 3. International Journal on Recent and Innovation Trends in Computing and Communication ISSN: 2321-8169 Volume: 5 Issue: 8 65 – 68 _______________________________________________________________________________________________ 67 IJRITCC | August 2017, Available @ http://www.ijritcc.org _______________________________________________________________________________________ Fig. 4 Decision Tress analysis on the data We can identify the entire chain having a problem or individual nodes that are impacting the system once the graph is ready through decision tree analysis. Result of the entire setup simulated under four method patterns is presented in next section, B. Results As can be seen using the proposed system all four methods are uniformly capturing data patterns with minimal loss of information. Fig. 5 shows that forward engine in the proposed model works on noise reduction as well as minimizing the uncertainty using belief probabilities form domain experts. In Fig. 6, it is evident that method A time which calculated by using traditional system was uncertain and in presence of unseen data, belief propagation was quite dispersed. But method, methodCD and method time which is calculated by the proposed system is quite stable. Uncertain patterns were identified with greater accuracy and overall time is also uniform as well as stable. Fig. 5 Forward engine inference from raw data Fig. 6 Uncertain pattern identification in four methods using the proposed model Below is the result of simulation on a raw sample of data generated from banking domain as shown in Fig. 7. A number of advisories captured are plotted against the traditional system and proposed system. It is evident that proposed model is performing far better than the traditional system. Fig. 7 Comparison of number of advisory generated Traditional systems(green) vs Proposed system(blue) Fig. 8 Model prediction correctness over different sample range
  • 4. International Journal on Recent and Innovation Trends in Computing and Communication ISSN: 2321-8169 Volume: 5 Issue: 8 65 – 68 _______________________________________________________________________________________________ 68 IJRITCC | August 2017, Available @ http://www.ijritcc.org _______________________________________________________________________________________ IV. CONCLUSION In this paper, we studied the limitation of traditional expert systems in terms of locality, detachment and truth- functionality. At the same time, proposed a new approach which is flexible in terms of usability, flexibility, and parameterization. Proposed model utilizes the full potential of decision tree analysis and probabilistic network models while dealing with unseen data. Additionally, results show that proposed model has a better algorithmic approach in terms handling belief probabilities, and propagation. We presented the probabilistic test of independence between two continuous variables. Our solution will benefit the determination of any number of continuous, ordinal discrete or/and categorical attributes. REFERENCES,. [1] Russel S., and Norgiv., Artificial Intelligence : A modern approach, 2nd Edition: 2003. [2] Cooper, Gregory F. and Herskovits, Ed- ward, A Bayesian Method for the Induction of Probabilistic Networks from Data, in Machine Learning, 9, pp. 309-11, 1992. [3] Barnett GO, Cimino JJ, Hupp JA, Hoffer EP. DXplain. An evolving diagnostic decision-support system. JAMA. 1987 Jul 3;258(1):67-74 [4] Jaakkola, T., Sontag, D., Globerson, A., & Meila, M. (2010). LearningBayesian Network Structure using LP Relaxations. InProceedings of the 13th International Conference on ArtificialIntelligence and Statistics, AISTATS’10, pp. 358–365