SlideShare ist ein Scribd-Unternehmen logo
1 von 21
Is there any a Novel Best Theory for uncertainty? AndinoMaseleno andinomaseleno@yahoo.com DEPARTMENT OF COMPUTER SCIENCE  FACULTY OF SCIENCE UNIVERSITI BRUNEI DARUSSALAM Wednesday, september 14, 2011
FUZZY LOGIC So far as the laws of mathematics refer to reality, they are not certain.  And so far as they are certain, they  do not refer to reality.  In the early 1960s, L.A. Zadeh, a professor at the University of California at Berkeley well respected for his contributions to the development of system theories, began to feel that traditional systems analysis techniques were too precise for many complex real-world problems. The idea of grade of membership, which is the concept that became the backbone of fuzzy set theory, occurred to him in 1964, which lead to the publication of his seminal paper on fuzzy sets in 1965 and the birth of fuzzy logic technology. The concept of fuzzy sets and fuzzy logic encountered sharp criticism from the academic community; however, scholars and scientists around the world—ranging from psychology, sociology, philosophy and economics to natural sciences and engineering—became Zadeh’s followers.
TRADITIONAL REPRESENTATION OF LOGIC Slow Fast Speed = 0 Speed = 1 bool speed;  get the speed  if ( speed == 0) { 	//  speed is slow }  else { 	//  speed is fast }
FUZZY LOGIC REPRESENTATION Slowest ,[object Object]
What are fuzzy sets?[ 0.0 – 0.25 ] Slow [ 0.25 – 0.50 ] Fast [ 0.50 – 0.75 ] Fastest [ 0.75 – 1.00 ]
FUZZY LOGIC REPRESENTATION CONT. Slowest Fastest Slow Fast float speed;  get the speed  if ((speed >= 0.0)&&(speed < 0.25)) { 	//  speed is slowest }  else if ((speed >= 0.25)&&(speed < 0.5))  { 	//  speed is slow } else if ((speed >= 0.5)&&(speed < 0.75))  { 	//  speed is fast } else // speed >= 0.75 && speed < 1.0  { 	//  speed is fastest }
FUZZY LOGIC Measurement devices in technical systems provide crisp measurements,  like 65° F or 25% Cover.  At first, these crisp values must be transformed into linguistic terms (fuzzy sets) .  This is called fuzzification. ,[object Object]
   25% Cover Sunny = 0.8, Cloudy = 0.2,[object Object]
  Find centroids: Location where membership is 100%7
Dempster-Shafer theory The Dempster-Shafer theory was first introduced by Dempster in the 1968 and then extended by shafer in the 1976, but the kind of reasoning the theory uses can be found as far back as the seventeenth century. This theory is actually an extension to classic probabilistic uncertainty modeling. Whereas the Bayesian theory requires probabilities for each question of interest, belief functions allow us to base degrees of belief for on question on probabilities for a related question. These degrees of belief may or may not have the mathematical properties of probabilities will depend on how closely the two questions are related.  In terms of previous work using Dempster-Shafer theory, most prior research with this system has been theoretical, for example, in pursuing the use of belief functions for propagating uncertainty in AI/expert systems in addition or instead of using probabilities. Dempster Shafer theory of evidence has attracted considerable attention within the AI community as a promising method of dealing with uncertainty in expert systems as Zadeh said in his paper in the 1986.
Dempster-Shafer Theory The Dempster-Shafer theory could be considered as a generalization of probability theory. A mapping a set of values: ᴦ: x -> PΩ, where PΩis the set of all non fuzzy subsets from Ω. Assume a probability measure ρ over x;  now, what can be said about a probability measure over Ωis induced by ᴦ?This is abasic question, where Dempster showed that for every B Ω, P(B) belongs to the following intervals: where AjPΩis any nonempty member ofᴦand
Dempster-Shafer Theory Shafer introduced his evidence theory and defined bel and pls functions. Consider a referential set  Ω ={w1, w2,…wn};  a body of evidence is defined as follows: {A1, A2,…, Al}  {m1, m2,…,ml} in which each Aj is a focal element, and mj is the corresponding mass value. Evidence theory could be considered as a direct generalization of Bayesian statistics. One may think of mass value as probability density values; but in evidence theory, mass values are assigned to the subsets of Ω instead of the elements of Ω; so, it conveys a higher level of uncertainty and is capable of modeling both ignorance and indeterminism. Shafer defined the concepts of belief and plausibility as two measures over the subsets of in axiomatic manner and then he showed that bel and pls with the following definitions were belief and plausibility functions.
Neural network Trend that contributed to research in fuzzy model identification is the increasing visibility of neural network research in the late 1980s. Because of certain similarities between neural networks and fuzzy logic, researchers began to investigate ways to combine the two technologies. The most important outcome of this trend is the development of various techniques for identifying the parameters in a fuzzy system using neural network learning techniques. A system built this way is called a neuro-fuzzy system.
Neural Network How do they work? The network is trained  with a set of known facts that cover the solution space During the training the weights in the network are adjusted until the correct answer is given for all the facts in the training set After training, the weights are fixed and the network answers questions not in the training data. These “answers” are consistent with the training data
Inspiration from Neurobiology A neuron: many-inputs / one-output unit output can be excited or not excited incoming signals from other neurons determine if the neuron shall excite ("fire")  Output subject to attenuation in the synapses, which are junction parts of the neuron
Synapse concept The synapse resistance to the incoming signal can be changed during a "learning" process [1949]  Hebb’s Rule: If an input of a neuron is repeatedly and persistently causing the neuron to fire, a metabolic change happens in the synapse of that particular input to reduce its resistance
Mathematical representation  The neuron calculates a weighted sum of inputs and compares it to a threshold. If the sum is higher than the threshold, the output is set to 1, otherwise to -1.  Non-linearity
GENETIC ALGORITHM The 1990s is an era of new computational paradigms. In addition to fuzzy logic and neural networks, a third nonconventional computational paradigm also became popular —evolutionary computing, which includes genetic algorithms, evolutionary strategies, and evolutionary programming. Genetic algorithms (GA) and evolutionary strategies are optimization techniques that attempt to avoid being easily trapped in local minima by simultaneously exploring multiple points in the search space and by generating new points based on the Darwinian theory of evolution— survival of the fittest. The popularity of GA in the 1990s inspired the use of GA for optimizing parameters in fuzzy systems. Various synergistic combinations of neural networks, genetic algorithms, and fuzzy logic help people to view them as complementary. To distinguish these paradigms from the conventional methodologies based on precise formulations, Zadeh introduced the term soft computing in the early 1990s.
Genetic Algorithm Competition Reproduction Selection Survive Based on Darwinian Paradigm Intrinsically a robust search and optimization mechanism
Genetic Algorithm Inspired by Darwinian Paradigm or natural evolution Population of individuals Individual is feasible solution to problem Each individual is characterized by a Fitness function Higher fitness is better solution Based on their fitness, parents are selected to reproduce offspring for a new generation Fitter individuals have more chance to reproduce New generation has same size as old generation; old generation dies Offspring has combination of properties of two parents If well designed, population will converge to optimal solution
Genetic Algorithm Initialize Population Evaluate Fitness Yes satisfy constraints ? No Randomly Vary Individuals Select Survivors Output Results

Weitere ähnliche Inhalte

Was ist angesagt?

Reinforcement Learning and Neuroscience
Reinforcement Learning and NeuroscienceReinforcement Learning and Neuroscience
Reinforcement Learning and NeuroscienceMichael Bosello
 
Composing graphical models with neural networks for structured representatio...
Composing graphical models with  neural networks for structured representatio...Composing graphical models with  neural networks for structured representatio...
Composing graphical models with neural networks for structured representatio...Jeongmin Cha
 
Reasoning Over Knowledge Base
Reasoning Over Knowledge BaseReasoning Over Knowledge Base
Reasoning Over Knowledge BaseShubham Agarwal
 
Alz forum webinar_4-10-12_raj
Alz forum webinar_4-10-12_rajAlz forum webinar_4-10-12_raj
Alz forum webinar_4-10-12_rajAlzforum
 
Combining inductive and analytical learning
Combining inductive and analytical learningCombining inductive and analytical learning
Combining inductive and analytical learningswapnac12
 
Are Evolutionary Algorithms Required to Solve Sudoku Problems
Are Evolutionary Algorithms Required to Solve Sudoku ProblemsAre Evolutionary Algorithms Required to Solve Sudoku Problems
Are Evolutionary Algorithms Required to Solve Sudoku Problemscsandit
 
Improving Tools in Artificial Intelligence
Improving Tools in Artificial IntelligenceImproving Tools in Artificial Intelligence
Improving Tools in Artificial IntelligenceBogdan Patrut
 
Source Sensitive Belief Change Full Text
Source Sensitive Belief Change Full Text Source Sensitive Belief Change Full Text
Source Sensitive Belief Change Full Text ijaia
 
Learning Verb-Noun Relations to Improve Parsing
Learning Verb-Noun Relations to Improve ParsingLearning Verb-Noun Relations to Improve Parsing
Learning Verb-Noun Relations to Improve ParsingAndi Wu
 
17 1 knowledge-based system
17 1 knowledge-based system17 1 knowledge-based system
17 1 knowledge-based systemTianlu Wang
 
The Cortisol Awakening Response for Modified Method for Higher Order Logical ...
The Cortisol Awakening Response for Modified Method for Higher Order Logical ...The Cortisol Awakening Response for Modified Method for Higher Order Logical ...
The Cortisol Awakening Response for Modified Method for Higher Order Logical ...IJERA Editor
 
Survey of Analogy Reasoning
Survey of Analogy ReasoningSurvey of Analogy Reasoning
Survey of Analogy ReasoningSang-Kyun Kim
 

Was ist angesagt? (18)

Reinforcement Learning and Neuroscience
Reinforcement Learning and NeuroscienceReinforcement Learning and Neuroscience
Reinforcement Learning and Neuroscience
 
Chapter 9
Chapter 9Chapter 9
Chapter 9
 
Composing graphical models with neural networks for structured representatio...
Composing graphical models with  neural networks for structured representatio...Composing graphical models with  neural networks for structured representatio...
Composing graphical models with neural networks for structured representatio...
 
Reasoning Over Knowledge Base
Reasoning Over Knowledge BaseReasoning Over Knowledge Base
Reasoning Over Knowledge Base
 
Feb20 mayo-webinar-21feb2012
Feb20 mayo-webinar-21feb2012Feb20 mayo-webinar-21feb2012
Feb20 mayo-webinar-21feb2012
 
Chaptr 7 (final)
Chaptr 7 (final)Chaptr 7 (final)
Chaptr 7 (final)
 
Algorithm
AlgorithmAlgorithm
Algorithm
 
Alz forum webinar_4-10-12_raj
Alz forum webinar_4-10-12_rajAlz forum webinar_4-10-12_raj
Alz forum webinar_4-10-12_raj
 
Combining inductive and analytical learning
Combining inductive and analytical learningCombining inductive and analytical learning
Combining inductive and analytical learning
 
Are Evolutionary Algorithms Required to Solve Sudoku Problems
Are Evolutionary Algorithms Required to Solve Sudoku ProblemsAre Evolutionary Algorithms Required to Solve Sudoku Problems
Are Evolutionary Algorithms Required to Solve Sudoku Problems
 
Improving Tools in Artificial Intelligence
Improving Tools in Artificial IntelligenceImproving Tools in Artificial Intelligence
Improving Tools in Artificial Intelligence
 
Source Sensitive Belief Change Full Text
Source Sensitive Belief Change Full Text Source Sensitive Belief Change Full Text
Source Sensitive Belief Change Full Text
 
Learning Verb-Noun Relations to Improve Parsing
Learning Verb-Noun Relations to Improve ParsingLearning Verb-Noun Relations to Improve Parsing
Learning Verb-Noun Relations to Improve Parsing
 
Pca seminar final report
Pca seminar final reportPca seminar final report
Pca seminar final report
 
17 1 knowledge-based system
17 1 knowledge-based system17 1 knowledge-based system
17 1 knowledge-based system
 
The Cortisol Awakening Response for Modified Method for Higher Order Logical ...
The Cortisol Awakening Response for Modified Method for Higher Order Logical ...The Cortisol Awakening Response for Modified Method for Higher Order Logical ...
The Cortisol Awakening Response for Modified Method for Higher Order Logical ...
 
Command Agents That make Human Like Decisions F
Command Agents That make Human Like Decisions FCommand Agents That make Human Like Decisions F
Command Agents That make Human Like Decisions F
 
Survey of Analogy Reasoning
Survey of Analogy ReasoningSurvey of Analogy Reasoning
Survey of Analogy Reasoning
 

Andere mochten auch

Charlotte Perkins Gilman
Charlotte Perkins GilmanCharlotte Perkins Gilman
Charlotte Perkins Gilmanguest709be5
 
Gender Specific Substance Abuse Programs V1
Gender Specific Substance Abuse Programs V1Gender Specific Substance Abuse Programs V1
Gender Specific Substance Abuse Programs V1MsLynda
 
Women writers in_greek_literature
Women writers in_greek_literatureWomen writers in_greek_literature
Women writers in_greek_literatureNikos Koukis
 
A Novel Idea: an introduction to the novel, the Early American Novel, and "Th...
A Novel Idea: an introduction to the novel, the Early American Novel, and "Th...A Novel Idea: an introduction to the novel, the Early American Novel, and "Th...
A Novel Idea: an introduction to the novel, the Early American Novel, and "Th...Mensa Foundation
 
Using Intensities in the Classroom
Using Intensities in the ClassroomUsing Intensities in the Classroom
Using Intensities in the ClassroomMensa Foundation
 
Characteristics of 20th Century American Novel
Characteristics of 20th Century American NovelCharacteristics of 20th Century American Novel
Characteristics of 20th Century American NovelWater Birds (Ali)
 
Women and literature
Women and literatureWomen and literature
Women and literatureDiogo Santos
 
History of novels
History of novelsHistory of novels
History of novelsnn555818
 
Novels , society & history
Novels , society & historyNovels , society & history
Novels , society & historyamyhs_97
 
History of old english and american literature
History of old english and american literatureHistory of old english and american literature
History of old english and american literatureimkaelah
 
7 elements of modern drama
7 elements of modern drama7 elements of modern drama
7 elements of modern dramaCes Valdez
 
Novel ppt(2)
Novel ppt(2)Novel ppt(2)
Novel ppt(2)Ike Yabut
 

Andere mochten auch (20)

Charlotte Perkins Gilman
Charlotte Perkins GilmanCharlotte Perkins Gilman
Charlotte Perkins Gilman
 
Gender Specific Substance Abuse Programs V1
Gender Specific Substance Abuse Programs V1Gender Specific Substance Abuse Programs V1
Gender Specific Substance Abuse Programs V1
 
novel
novelnovel
novel
 
Women writers in_greek_literature
Women writers in_greek_literatureWomen writers in_greek_literature
Women writers in_greek_literature
 
B4166719
B4166719B4166719
B4166719
 
A Novel Idea: an introduction to the novel, the Early American Novel, and "Th...
A Novel Idea: an introduction to the novel, the Early American Novel, and "Th...A Novel Idea: an introduction to the novel, the Early American Novel, and "Th...
A Novel Idea: an introduction to the novel, the Early American Novel, and "Th...
 
5 mrs dalloway summary
5   mrs dalloway summary5   mrs dalloway summary
5 mrs dalloway summary
 
What is a novel: history and observations
What is a novel: history and observationsWhat is a novel: history and observations
What is a novel: history and observations
 
Using Intensities in the Classroom
Using Intensities in the ClassroomUsing Intensities in the Classroom
Using Intensities in the Classroom
 
Characteristics of 20th Century American Novel
Characteristics of 20th Century American NovelCharacteristics of 20th Century American Novel
Characteristics of 20th Century American Novel
 
Women and literature
Women and literatureWomen and literature
Women and literature
 
Mrs.dalloway
Mrs.dalloway Mrs.dalloway
Mrs.dalloway
 
The modern novel
The modern novelThe modern novel
The modern novel
 
History of novels
History of novelsHistory of novels
History of novels
 
The modern novel
The modern novelThe modern novel
The modern novel
 
Novels , society & history
Novels , society & historyNovels , society & history
Novels , society & history
 
Virginia Woolf
Virginia WoolfVirginia Woolf
Virginia Woolf
 
History of old english and american literature
History of old english and american literatureHistory of old english and american literature
History of old english and american literature
 
7 elements of modern drama
7 elements of modern drama7 elements of modern drama
7 elements of modern drama
 
Novel ppt(2)
Novel ppt(2)Novel ppt(2)
Novel ppt(2)
 

Ähnlich wie Is there any a novel best theory for uncertainty?

On Machine Learning and Data Mining
On Machine Learning and Data MiningOn Machine Learning and Data Mining
On Machine Learning and Data Miningbutest
 
Lecture7 Ml Machines That Can Learn
Lecture7 Ml Machines That Can LearnLecture7 Ml Machines That Can Learn
Lecture7 Ml Machines That Can LearnKodok Ngorex
 
V.8.0-Emerging Frontiers and Future Directions for Predictive Analytics
V.8.0-Emerging Frontiers and Future Directions for Predictive AnalyticsV.8.0-Emerging Frontiers and Future Directions for Predictive Analytics
V.8.0-Emerging Frontiers and Future Directions for Predictive AnalyticsElinor Velasquez
 
Summary Of Thesis
Summary Of ThesisSummary Of Thesis
Summary Of Thesisguestb452d6
 
Neuroeconomic Class
Neuroeconomic ClassNeuroeconomic Class
Neuroeconomic Classtkvaran
 
Neural network for machine learning
Neural network for machine learningNeural network for machine learning
Neural network for machine learningUjjawal
 
Barra Presentation
Barra PresentationBarra Presentation
Barra Presentationspgreiner
 
Hypothesis testing
Hypothesis testingHypothesis testing
Hypothesis testingpraveen3030
 
Bat Algorithm: Literature Review and Applications
Bat Algorithm: Literature Review and ApplicationsBat Algorithm: Literature Review and Applications
Bat Algorithm: Literature Review and ApplicationsXin-She Yang
 
Efficient reasoning
Efficient reasoningEfficient reasoning
Efficient reasoningunyil96
 
Conceitos de consciencia chalmers
Conceitos de consciencia chalmersConceitos de consciencia chalmers
Conceitos de consciencia chalmersAnderson Balbinot
 
97cogsci.doc
97cogsci.doc97cogsci.doc
97cogsci.docbutest
 

Ähnlich wie Is there any a novel best theory for uncertainty? (20)

On Machine Learning and Data Mining
On Machine Learning and Data MiningOn Machine Learning and Data Mining
On Machine Learning and Data Mining
 
Neural Networks
Neural NetworksNeural Networks
Neural Networks
 
Lecture7 Ml Machines That Can Learn
Lecture7 Ml Machines That Can LearnLecture7 Ml Machines That Can Learn
Lecture7 Ml Machines That Can Learn
 
V.8.0-Emerging Frontiers and Future Directions for Predictive Analytics
V.8.0-Emerging Frontiers and Future Directions for Predictive AnalyticsV.8.0-Emerging Frontiers and Future Directions for Predictive Analytics
V.8.0-Emerging Frontiers and Future Directions for Predictive Analytics
 
Summary Of Thesis
Summary Of ThesisSummary Of Thesis
Summary Of Thesis
 
Prolegomena 4 0
Prolegomena 4 0Prolegomena 4 0
Prolegomena 4 0
 
bbbPaper
bbbPaperbbbPaper
bbbPaper
 
Neuroeconomic Class
Neuroeconomic ClassNeuroeconomic Class
Neuroeconomic Class
 
Neural network for machine learning
Neural network for machine learningNeural network for machine learning
Neural network for machine learning
 
Barra Presentation
Barra PresentationBarra Presentation
Barra Presentation
 
Hypothesis testing
Hypothesis testingHypothesis testing
Hypothesis testing
 
Bat Algorithm: Literature Review and Applications
Bat Algorithm: Literature Review and ApplicationsBat Algorithm: Literature Review and Applications
Bat Algorithm: Literature Review and Applications
 
On theories
On theoriesOn theories
On theories
 
G
GG
G
 
Fb35884889
Fb35884889Fb35884889
Fb35884889
 
Lec4
Lec4Lec4
Lec4
 
deepLearning report
deepLearning reportdeepLearning report
deepLearning report
 
Efficient reasoning
Efficient reasoningEfficient reasoning
Efficient reasoning
 
Conceitos de consciencia chalmers
Conceitos de consciencia chalmersConceitos de consciencia chalmers
Conceitos de consciencia chalmers
 
97cogsci.doc
97cogsci.doc97cogsci.doc
97cogsci.doc
 

Mehr von Andino Maseleno

Strengthening Interaction from Direct to Virtual Basis: Insights from Ethica...
Strengthening Interaction from Direct to Virtual Basis: Insights from  Ethica...Strengthening Interaction from Direct to Virtual Basis: Insights from  Ethica...
Strengthening Interaction from Direct to Virtual Basis: Insights from Ethica...Andino Maseleno
 
Proposed smart traffic signal control in brunei darussalam
Proposed smart traffic signal control in brunei darussalamProposed smart traffic signal control in brunei darussalam
Proposed smart traffic signal control in brunei darussalamAndino Maseleno
 
Bedah Buku Manajemen itu Mudah - STMIK Pringsewu Kota Agung
Bedah Buku Manajemen itu Mudah - STMIK Pringsewu Kota AgungBedah Buku Manajemen itu Mudah - STMIK Pringsewu Kota Agung
Bedah Buku Manajemen itu Mudah - STMIK Pringsewu Kota AgungAndino Maseleno
 
Daftar website penyedia informasi beasiswa dan lowongan kerja sebagai peneliti
Daftar website penyedia informasi beasiswa dan lowongan kerja sebagai penelitiDaftar website penyedia informasi beasiswa dan lowongan kerja sebagai peneliti
Daftar website penyedia informasi beasiswa dan lowongan kerja sebagai penelitiAndino Maseleno
 
Meraih Beasiswa dengan Sedekah
Meraih Beasiswa dengan SedekahMeraih Beasiswa dengan Sedekah
Meraih Beasiswa dengan SedekahAndino Maseleno
 
Viva Presentation - Fuzzy Logic and Dempster-Shafer Theory to Detect The Risk...
Viva Presentation - Fuzzy Logic and Dempster-Shafer Theory to Detect The Risk...Viva Presentation - Fuzzy Logic and Dempster-Shafer Theory to Detect The Risk...
Viva Presentation - Fuzzy Logic and Dempster-Shafer Theory to Detect The Risk...Andino Maseleno
 
Daftar Jurnal (Kuliah ilmu komputer dengan Andino Maseleno - 3 April 2015)
Daftar Jurnal  (Kuliah ilmu komputer dengan Andino Maseleno - 3 April 2015)Daftar Jurnal  (Kuliah ilmu komputer dengan Andino Maseleno - 3 April 2015)
Daftar Jurnal (Kuliah ilmu komputer dengan Andino Maseleno - 3 April 2015)Andino Maseleno
 
Andino maseleno - Bedah Buku Manajemen itu Mudah
Andino maseleno   - Bedah Buku Manajemen itu Mudah Andino maseleno   - Bedah Buku Manajemen itu Mudah
Andino maseleno - Bedah Buku Manajemen itu Mudah Andino Maseleno
 
Sistem Informasi Lingkungan
Sistem Informasi LingkunganSistem Informasi Lingkungan
Sistem Informasi LingkunganAndino Maseleno
 
Sistem Operasi: Arsitektur komputer, Pengantar Sistem Operasi dan Kernel
Sistem Operasi:   Arsitektur komputer, Pengantar Sistem Operasi dan KernelSistem Operasi:   Arsitektur komputer, Pengantar Sistem Operasi dan Kernel
Sistem Operasi: Arsitektur komputer, Pengantar Sistem Operasi dan KernelAndino Maseleno
 
Introduction to information system
Introduction to information systemIntroduction to information system
Introduction to information systemAndino Maseleno
 
Contribution of ocean sectors to the green economy
Contribution of ocean sectors to the green economyContribution of ocean sectors to the green economy
Contribution of ocean sectors to the green economyAndino Maseleno
 
Atmospheric pressure and Atmospheric Temperature
Atmospheric pressure and Atmospheric TemperatureAtmospheric pressure and Atmospheric Temperature
Atmospheric pressure and Atmospheric TemperatureAndino Maseleno
 
Analisis Penerapan Teknologi Informasi Dalam Otonomi Daerah
Analisis Penerapan Teknologi Informasi Dalam Otonomi DaerahAnalisis Penerapan Teknologi Informasi Dalam Otonomi Daerah
Analisis Penerapan Teknologi Informasi Dalam Otonomi DaerahAndino Maseleno
 
Avian Influenza (H5N1) Expert System using Dempster-Shafer Theory
Avian Influenza (H5N1) Expert System using Dempster-Shafer TheoryAvian Influenza (H5N1) Expert System using Dempster-Shafer Theory
Avian Influenza (H5N1) Expert System using Dempster-Shafer TheoryAndino Maseleno
 
Skin Infection Detection using Dempster-Shafer Theory
Skin Infection Detection using Dempster-Shafer TheorySkin Infection Detection using Dempster-Shafer Theory
Skin Infection Detection using Dempster-Shafer TheoryAndino Maseleno
 
Poultry Diseases Detection using Dempster-Shafer Theory
Poultry Diseases Detection using Dempster-Shafer TheoryPoultry Diseases Detection using Dempster-Shafer Theory
Poultry Diseases Detection using Dempster-Shafer TheoryAndino Maseleno
 
Poultry Diseases Expert System using Dempster-Shafer Theory
Poultry Diseases Expert System using Dempster-Shafer TheoryPoultry Diseases Expert System using Dempster-Shafer Theory
Poultry Diseases Expert System using Dempster-Shafer TheoryAndino Maseleno
 
Avian Influenza (H5N1) Warning System using Dempster-Shafer Theory and Web Ma...
Avian Influenza (H5N1) Warning System using Dempster-Shafer Theory and Web Ma...Avian Influenza (H5N1) Warning System using Dempster-Shafer Theory and Web Ma...
Avian Influenza (H5N1) Warning System using Dempster-Shafer Theory and Web Ma...Andino Maseleno
 

Mehr von Andino Maseleno (20)

Strengthening Interaction from Direct to Virtual Basis: Insights from Ethica...
Strengthening Interaction from Direct to Virtual Basis: Insights from  Ethica...Strengthening Interaction from Direct to Virtual Basis: Insights from  Ethica...
Strengthening Interaction from Direct to Virtual Basis: Insights from Ethica...
 
Proposed smart traffic signal control in brunei darussalam
Proposed smart traffic signal control in brunei darussalamProposed smart traffic signal control in brunei darussalam
Proposed smart traffic signal control in brunei darussalam
 
Bedah Buku Manajemen itu Mudah - STMIK Pringsewu Kota Agung
Bedah Buku Manajemen itu Mudah - STMIK Pringsewu Kota AgungBedah Buku Manajemen itu Mudah - STMIK Pringsewu Kota Agung
Bedah Buku Manajemen itu Mudah - STMIK Pringsewu Kota Agung
 
Daftar website penyedia informasi beasiswa dan lowongan kerja sebagai peneliti
Daftar website penyedia informasi beasiswa dan lowongan kerja sebagai penelitiDaftar website penyedia informasi beasiswa dan lowongan kerja sebagai peneliti
Daftar website penyedia informasi beasiswa dan lowongan kerja sebagai peneliti
 
Meraih Beasiswa dengan Sedekah
Meraih Beasiswa dengan SedekahMeraih Beasiswa dengan Sedekah
Meraih Beasiswa dengan Sedekah
 
Viva Presentation - Fuzzy Logic and Dempster-Shafer Theory to Detect The Risk...
Viva Presentation - Fuzzy Logic and Dempster-Shafer Theory to Detect The Risk...Viva Presentation - Fuzzy Logic and Dempster-Shafer Theory to Detect The Risk...
Viva Presentation - Fuzzy Logic and Dempster-Shafer Theory to Detect The Risk...
 
Daftar Jurnal (Kuliah ilmu komputer dengan Andino Maseleno - 3 April 2015)
Daftar Jurnal  (Kuliah ilmu komputer dengan Andino Maseleno - 3 April 2015)Daftar Jurnal  (Kuliah ilmu komputer dengan Andino Maseleno - 3 April 2015)
Daftar Jurnal (Kuliah ilmu komputer dengan Andino Maseleno - 3 April 2015)
 
Andino maseleno - Bedah Buku Manajemen itu Mudah
Andino maseleno   - Bedah Buku Manajemen itu Mudah Andino maseleno   - Bedah Buku Manajemen itu Mudah
Andino maseleno - Bedah Buku Manajemen itu Mudah
 
Sistem Informasi Lingkungan
Sistem Informasi LingkunganSistem Informasi Lingkungan
Sistem Informasi Lingkungan
 
Sistem Operasi: Arsitektur komputer, Pengantar Sistem Operasi dan Kernel
Sistem Operasi:   Arsitektur komputer, Pengantar Sistem Operasi dan KernelSistem Operasi:   Arsitektur komputer, Pengantar Sistem Operasi dan Kernel
Sistem Operasi: Arsitektur komputer, Pengantar Sistem Operasi dan Kernel
 
Introduction to information system
Introduction to information systemIntroduction to information system
Introduction to information system
 
Contribution of ocean sectors to the green economy
Contribution of ocean sectors to the green economyContribution of ocean sectors to the green economy
Contribution of ocean sectors to the green economy
 
Uses of the oceans
Uses of the oceansUses of the oceans
Uses of the oceans
 
Atmospheric pressure and Atmospheric Temperature
Atmospheric pressure and Atmospheric TemperatureAtmospheric pressure and Atmospheric Temperature
Atmospheric pressure and Atmospheric Temperature
 
Analisis Penerapan Teknologi Informasi Dalam Otonomi Daerah
Analisis Penerapan Teknologi Informasi Dalam Otonomi DaerahAnalisis Penerapan Teknologi Informasi Dalam Otonomi Daerah
Analisis Penerapan Teknologi Informasi Dalam Otonomi Daerah
 
Avian Influenza (H5N1) Expert System using Dempster-Shafer Theory
Avian Influenza (H5N1) Expert System using Dempster-Shafer TheoryAvian Influenza (H5N1) Expert System using Dempster-Shafer Theory
Avian Influenza (H5N1) Expert System using Dempster-Shafer Theory
 
Skin Infection Detection using Dempster-Shafer Theory
Skin Infection Detection using Dempster-Shafer TheorySkin Infection Detection using Dempster-Shafer Theory
Skin Infection Detection using Dempster-Shafer Theory
 
Poultry Diseases Detection using Dempster-Shafer Theory
Poultry Diseases Detection using Dempster-Shafer TheoryPoultry Diseases Detection using Dempster-Shafer Theory
Poultry Diseases Detection using Dempster-Shafer Theory
 
Poultry Diseases Expert System using Dempster-Shafer Theory
Poultry Diseases Expert System using Dempster-Shafer TheoryPoultry Diseases Expert System using Dempster-Shafer Theory
Poultry Diseases Expert System using Dempster-Shafer Theory
 
Avian Influenza (H5N1) Warning System using Dempster-Shafer Theory and Web Ma...
Avian Influenza (H5N1) Warning System using Dempster-Shafer Theory and Web Ma...Avian Influenza (H5N1) Warning System using Dempster-Shafer Theory and Web Ma...
Avian Influenza (H5N1) Warning System using Dempster-Shafer Theory and Web Ma...
 

Kürzlich hochgeladen

Training state-of-the-art general text embedding
Training state-of-the-art general text embeddingTraining state-of-the-art general text embedding
Training state-of-the-art general text embeddingZilliz
 
What's New in Teams Calling, Meetings and Devices March 2024
What's New in Teams Calling, Meetings and Devices March 2024What's New in Teams Calling, Meetings and Devices March 2024
What's New in Teams Calling, Meetings and Devices March 2024Stephanie Beckett
 
Unleash Your Potential - Namagunga Girls Coding Club
Unleash Your Potential - Namagunga Girls Coding ClubUnleash Your Potential - Namagunga Girls Coding Club
Unleash Your Potential - Namagunga Girls Coding ClubKalema Edgar
 
Developer Data Modeling Mistakes: From Postgres to NoSQL
Developer Data Modeling Mistakes: From Postgres to NoSQLDeveloper Data Modeling Mistakes: From Postgres to NoSQL
Developer Data Modeling Mistakes: From Postgres to NoSQLScyllaDB
 
Unraveling Multimodality with Large Language Models.pdf
Unraveling Multimodality with Large Language Models.pdfUnraveling Multimodality with Large Language Models.pdf
Unraveling Multimodality with Large Language Models.pdfAlex Barbosa Coqueiro
 
New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024
New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024
New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024BookNet Canada
 
Scanning the Internet for External Cloud Exposures via SSL Certs
Scanning the Internet for External Cloud Exposures via SSL CertsScanning the Internet for External Cloud Exposures via SSL Certs
Scanning the Internet for External Cloud Exposures via SSL CertsRizwan Syed
 
Connect Wave/ connectwave Pitch Deck Presentation
Connect Wave/ connectwave Pitch Deck PresentationConnect Wave/ connectwave Pitch Deck Presentation
Connect Wave/ connectwave Pitch Deck PresentationSlibray Presentation
 
Search Engine Optimization SEO PDF for 2024.pdf
Search Engine Optimization SEO PDF for 2024.pdfSearch Engine Optimization SEO PDF for 2024.pdf
Search Engine Optimization SEO PDF for 2024.pdfRankYa
 
Beyond Boundaries: Leveraging No-Code Solutions for Industry Innovation
Beyond Boundaries: Leveraging No-Code Solutions for Industry InnovationBeyond Boundaries: Leveraging No-Code Solutions for Industry Innovation
Beyond Boundaries: Leveraging No-Code Solutions for Industry InnovationSafe Software
 
Advanced Test Driven-Development @ php[tek] 2024
Advanced Test Driven-Development @ php[tek] 2024Advanced Test Driven-Development @ php[tek] 2024
Advanced Test Driven-Development @ php[tek] 2024Scott Keck-Warren
 
Vector Databases 101 - An introduction to the world of Vector Databases
Vector Databases 101 - An introduction to the world of Vector DatabasesVector Databases 101 - An introduction to the world of Vector Databases
Vector Databases 101 - An introduction to the world of Vector DatabasesZilliz
 
Human Factors of XR: Using Human Factors to Design XR Systems
Human Factors of XR: Using Human Factors to Design XR SystemsHuman Factors of XR: Using Human Factors to Design XR Systems
Human Factors of XR: Using Human Factors to Design XR SystemsMark Billinghurst
 
AI as an Interface for Commercial Buildings
AI as an Interface for Commercial BuildingsAI as an Interface for Commercial Buildings
AI as an Interface for Commercial BuildingsMemoori
 
"Subclassing and Composition – A Pythonic Tour of Trade-Offs", Hynek Schlawack
"Subclassing and Composition – A Pythonic Tour of Trade-Offs", Hynek Schlawack"Subclassing and Composition – A Pythonic Tour of Trade-Offs", Hynek Schlawack
"Subclassing and Composition – A Pythonic Tour of Trade-Offs", Hynek SchlawackFwdays
 
Dev Dives: Streamline document processing with UiPath Studio Web
Dev Dives: Streamline document processing with UiPath Studio WebDev Dives: Streamline document processing with UiPath Studio Web
Dev Dives: Streamline document processing with UiPath Studio WebUiPathCommunity
 
Bun (KitWorks Team Study 노별마루 발표 2024.4.22)
Bun (KitWorks Team Study 노별마루 발표 2024.4.22)Bun (KitWorks Team Study 노별마루 발표 2024.4.22)
Bun (KitWorks Team Study 노별마루 발표 2024.4.22)Wonjun Hwang
 
"LLMs for Python Engineers: Advanced Data Analysis and Semantic Kernel",Oleks...
"LLMs for Python Engineers: Advanced Data Analysis and Semantic Kernel",Oleks..."LLMs for Python Engineers: Advanced Data Analysis and Semantic Kernel",Oleks...
"LLMs for Python Engineers: Advanced Data Analysis and Semantic Kernel",Oleks...Fwdays
 
Tampa BSides - Chef's Tour of Microsoft Security Adoption Framework (SAF)
Tampa BSides - Chef's Tour of Microsoft Security Adoption Framework (SAF)Tampa BSides - Chef's Tour of Microsoft Security Adoption Framework (SAF)
Tampa BSides - Chef's Tour of Microsoft Security Adoption Framework (SAF)Mark Simos
 

Kürzlich hochgeladen (20)

Training state-of-the-art general text embedding
Training state-of-the-art general text embeddingTraining state-of-the-art general text embedding
Training state-of-the-art general text embedding
 
What's New in Teams Calling, Meetings and Devices March 2024
What's New in Teams Calling, Meetings and Devices March 2024What's New in Teams Calling, Meetings and Devices March 2024
What's New in Teams Calling, Meetings and Devices March 2024
 
Unleash Your Potential - Namagunga Girls Coding Club
Unleash Your Potential - Namagunga Girls Coding ClubUnleash Your Potential - Namagunga Girls Coding Club
Unleash Your Potential - Namagunga Girls Coding Club
 
Developer Data Modeling Mistakes: From Postgres to NoSQL
Developer Data Modeling Mistakes: From Postgres to NoSQLDeveloper Data Modeling Mistakes: From Postgres to NoSQL
Developer Data Modeling Mistakes: From Postgres to NoSQL
 
Unraveling Multimodality with Large Language Models.pdf
Unraveling Multimodality with Large Language Models.pdfUnraveling Multimodality with Large Language Models.pdf
Unraveling Multimodality with Large Language Models.pdf
 
New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024
New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024
New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024
 
Scanning the Internet for External Cloud Exposures via SSL Certs
Scanning the Internet for External Cloud Exposures via SSL CertsScanning the Internet for External Cloud Exposures via SSL Certs
Scanning the Internet for External Cloud Exposures via SSL Certs
 
Connect Wave/ connectwave Pitch Deck Presentation
Connect Wave/ connectwave Pitch Deck PresentationConnect Wave/ connectwave Pitch Deck Presentation
Connect Wave/ connectwave Pitch Deck Presentation
 
E-Vehicle_Hacking_by_Parul Sharma_null_owasp.pptx
E-Vehicle_Hacking_by_Parul Sharma_null_owasp.pptxE-Vehicle_Hacking_by_Parul Sharma_null_owasp.pptx
E-Vehicle_Hacking_by_Parul Sharma_null_owasp.pptx
 
Search Engine Optimization SEO PDF for 2024.pdf
Search Engine Optimization SEO PDF for 2024.pdfSearch Engine Optimization SEO PDF for 2024.pdf
Search Engine Optimization SEO PDF for 2024.pdf
 
Beyond Boundaries: Leveraging No-Code Solutions for Industry Innovation
Beyond Boundaries: Leveraging No-Code Solutions for Industry InnovationBeyond Boundaries: Leveraging No-Code Solutions for Industry Innovation
Beyond Boundaries: Leveraging No-Code Solutions for Industry Innovation
 
Advanced Test Driven-Development @ php[tek] 2024
Advanced Test Driven-Development @ php[tek] 2024Advanced Test Driven-Development @ php[tek] 2024
Advanced Test Driven-Development @ php[tek] 2024
 
Vector Databases 101 - An introduction to the world of Vector Databases
Vector Databases 101 - An introduction to the world of Vector DatabasesVector Databases 101 - An introduction to the world of Vector Databases
Vector Databases 101 - An introduction to the world of Vector Databases
 
Human Factors of XR: Using Human Factors to Design XR Systems
Human Factors of XR: Using Human Factors to Design XR SystemsHuman Factors of XR: Using Human Factors to Design XR Systems
Human Factors of XR: Using Human Factors to Design XR Systems
 
AI as an Interface for Commercial Buildings
AI as an Interface for Commercial BuildingsAI as an Interface for Commercial Buildings
AI as an Interface for Commercial Buildings
 
"Subclassing and Composition – A Pythonic Tour of Trade-Offs", Hynek Schlawack
"Subclassing and Composition – A Pythonic Tour of Trade-Offs", Hynek Schlawack"Subclassing and Composition – A Pythonic Tour of Trade-Offs", Hynek Schlawack
"Subclassing and Composition – A Pythonic Tour of Trade-Offs", Hynek Schlawack
 
Dev Dives: Streamline document processing with UiPath Studio Web
Dev Dives: Streamline document processing with UiPath Studio WebDev Dives: Streamline document processing with UiPath Studio Web
Dev Dives: Streamline document processing with UiPath Studio Web
 
Bun (KitWorks Team Study 노별마루 발표 2024.4.22)
Bun (KitWorks Team Study 노별마루 발표 2024.4.22)Bun (KitWorks Team Study 노별마루 발표 2024.4.22)
Bun (KitWorks Team Study 노별마루 발표 2024.4.22)
 
"LLMs for Python Engineers: Advanced Data Analysis and Semantic Kernel",Oleks...
"LLMs for Python Engineers: Advanced Data Analysis and Semantic Kernel",Oleks..."LLMs for Python Engineers: Advanced Data Analysis and Semantic Kernel",Oleks...
"LLMs for Python Engineers: Advanced Data Analysis and Semantic Kernel",Oleks...
 
Tampa BSides - Chef's Tour of Microsoft Security Adoption Framework (SAF)
Tampa BSides - Chef's Tour of Microsoft Security Adoption Framework (SAF)Tampa BSides - Chef's Tour of Microsoft Security Adoption Framework (SAF)
Tampa BSides - Chef's Tour of Microsoft Security Adoption Framework (SAF)
 

Is there any a novel best theory for uncertainty?

  • 1. Is there any a Novel Best Theory for uncertainty? AndinoMaseleno andinomaseleno@yahoo.com DEPARTMENT OF COMPUTER SCIENCE FACULTY OF SCIENCE UNIVERSITI BRUNEI DARUSSALAM Wednesday, september 14, 2011
  • 2. FUZZY LOGIC So far as the laws of mathematics refer to reality, they are not certain. And so far as they are certain, they do not refer to reality. In the early 1960s, L.A. Zadeh, a professor at the University of California at Berkeley well respected for his contributions to the development of system theories, began to feel that traditional systems analysis techniques were too precise for many complex real-world problems. The idea of grade of membership, which is the concept that became the backbone of fuzzy set theory, occurred to him in 1964, which lead to the publication of his seminal paper on fuzzy sets in 1965 and the birth of fuzzy logic technology. The concept of fuzzy sets and fuzzy logic encountered sharp criticism from the academic community; however, scholars and scientists around the world—ranging from psychology, sociology, philosophy and economics to natural sciences and engineering—became Zadeh’s followers.
  • 3. TRADITIONAL REPRESENTATION OF LOGIC Slow Fast Speed = 0 Speed = 1 bool speed; get the speed if ( speed == 0) { // speed is slow } else { // speed is fast }
  • 4.
  • 5. What are fuzzy sets?[ 0.0 – 0.25 ] Slow [ 0.25 – 0.50 ] Fast [ 0.50 – 0.75 ] Fastest [ 0.75 – 1.00 ]
  • 6. FUZZY LOGIC REPRESENTATION CONT. Slowest Fastest Slow Fast float speed; get the speed if ((speed >= 0.0)&&(speed < 0.25)) { // speed is slowest } else if ((speed >= 0.25)&&(speed < 0.5)) { // speed is slow } else if ((speed >= 0.5)&&(speed < 0.75)) { // speed is fast } else // speed >= 0.75 && speed < 1.0 { // speed is fastest }
  • 7.
  • 8.
  • 9. Find centroids: Location where membership is 100%7
  • 10. Dempster-Shafer theory The Dempster-Shafer theory was first introduced by Dempster in the 1968 and then extended by shafer in the 1976, but the kind of reasoning the theory uses can be found as far back as the seventeenth century. This theory is actually an extension to classic probabilistic uncertainty modeling. Whereas the Bayesian theory requires probabilities for each question of interest, belief functions allow us to base degrees of belief for on question on probabilities for a related question. These degrees of belief may or may not have the mathematical properties of probabilities will depend on how closely the two questions are related. In terms of previous work using Dempster-Shafer theory, most prior research with this system has been theoretical, for example, in pursuing the use of belief functions for propagating uncertainty in AI/expert systems in addition or instead of using probabilities. Dempster Shafer theory of evidence has attracted considerable attention within the AI community as a promising method of dealing with uncertainty in expert systems as Zadeh said in his paper in the 1986.
  • 11. Dempster-Shafer Theory The Dempster-Shafer theory could be considered as a generalization of probability theory. A mapping a set of values: ᴦ: x -> PΩ, where PΩis the set of all non fuzzy subsets from Ω. Assume a probability measure ρ over x; now, what can be said about a probability measure over Ωis induced by ᴦ?This is abasic question, where Dempster showed that for every B Ω, P(B) belongs to the following intervals: where AjPΩis any nonempty member ofᴦand
  • 12. Dempster-Shafer Theory Shafer introduced his evidence theory and defined bel and pls functions. Consider a referential set Ω ={w1, w2,…wn}; a body of evidence is defined as follows: {A1, A2,…, Al} {m1, m2,…,ml} in which each Aj is a focal element, and mj is the corresponding mass value. Evidence theory could be considered as a direct generalization of Bayesian statistics. One may think of mass value as probability density values; but in evidence theory, mass values are assigned to the subsets of Ω instead of the elements of Ω; so, it conveys a higher level of uncertainty and is capable of modeling both ignorance and indeterminism. Shafer defined the concepts of belief and plausibility as two measures over the subsets of in axiomatic manner and then he showed that bel and pls with the following definitions were belief and plausibility functions.
  • 13. Neural network Trend that contributed to research in fuzzy model identification is the increasing visibility of neural network research in the late 1980s. Because of certain similarities between neural networks and fuzzy logic, researchers began to investigate ways to combine the two technologies. The most important outcome of this trend is the development of various techniques for identifying the parameters in a fuzzy system using neural network learning techniques. A system built this way is called a neuro-fuzzy system.
  • 14. Neural Network How do they work? The network is trained with a set of known facts that cover the solution space During the training the weights in the network are adjusted until the correct answer is given for all the facts in the training set After training, the weights are fixed and the network answers questions not in the training data. These “answers” are consistent with the training data
  • 15. Inspiration from Neurobiology A neuron: many-inputs / one-output unit output can be excited or not excited incoming signals from other neurons determine if the neuron shall excite ("fire") Output subject to attenuation in the synapses, which are junction parts of the neuron
  • 16. Synapse concept The synapse resistance to the incoming signal can be changed during a "learning" process [1949] Hebb’s Rule: If an input of a neuron is repeatedly and persistently causing the neuron to fire, a metabolic change happens in the synapse of that particular input to reduce its resistance
  • 17. Mathematical representation The neuron calculates a weighted sum of inputs and compares it to a threshold. If the sum is higher than the threshold, the output is set to 1, otherwise to -1. Non-linearity
  • 18. GENETIC ALGORITHM The 1990s is an era of new computational paradigms. In addition to fuzzy logic and neural networks, a third nonconventional computational paradigm also became popular —evolutionary computing, which includes genetic algorithms, evolutionary strategies, and evolutionary programming. Genetic algorithms (GA) and evolutionary strategies are optimization techniques that attempt to avoid being easily trapped in local minima by simultaneously exploring multiple points in the search space and by generating new points based on the Darwinian theory of evolution— survival of the fittest. The popularity of GA in the 1990s inspired the use of GA for optimizing parameters in fuzzy systems. Various synergistic combinations of neural networks, genetic algorithms, and fuzzy logic help people to view them as complementary. To distinguish these paradigms from the conventional methodologies based on precise formulations, Zadeh introduced the term soft computing in the early 1990s.
  • 19. Genetic Algorithm Competition Reproduction Selection Survive Based on Darwinian Paradigm Intrinsically a robust search and optimization mechanism
  • 20. Genetic Algorithm Inspired by Darwinian Paradigm or natural evolution Population of individuals Individual is feasible solution to problem Each individual is characterized by a Fitness function Higher fitness is better solution Based on their fitness, parents are selected to reproduce offspring for a new generation Fitter individuals have more chance to reproduce New generation has same size as old generation; old generation dies Offspring has combination of properties of two parents If well designed, population will converge to optimal solution
  • 21. Genetic Algorithm Initialize Population Evaluate Fitness Yes satisfy constraints ? No Randomly Vary Individuals Select Survivors Output Results
  • 22. So far… Avian Influenza warning system with Dempster Shafer Theory and Web Map Shortest Path Routing with Hopfield Neural Network and Dempster Shafer Theory Dempster Shafer Theory with Fuzzy Logic Membership Function to Determine Student Research Interest
  • 23. Thank You I wish I could finish all the things I started