跳到主要內容

臺灣博碩士論文加值系統

(216.73.216.97) 您好!臺灣時間:2026/03/17 01:41
字體大小: 字級放大   字級縮小   預設字形  
回查詢結果 :::

詳目顯示

我願授權國圖
: 
twitterline
研究生:高韓英
研究生(外文):Han-Ying Kao
論文名稱:採用模糊資訊的推理:方法與應用
論文名稱(外文):Reasoning with Fuzzy Information: Methods and Applications
指導教授:黎漢林黎漢林引用關係
指導教授(外文):Han-Lin Li
學位類別:博士
校院名稱:國立交通大學
系所名稱:資訊管理研究所
學門:電算機學門
學類:電算機一般學類
論文種類:學術論文
論文出版年:2004
畢業學年度:92
語文別:英文
論文頁數:102
中文關鍵詞:模糊推理貝氏網路影響圖供應鏈管理醫療資訊
外文關鍵詞:fuzzy reasoningBayesian networksinfluence diagramssupply chain managementmedical informatics
相關次數:
  • 被引用被引用:0
  • 點閱點閱:188
  • 評分評分:
  • 下載下載:0
  • 收藏至我的研究室書目清單書目收藏:2
對於專家系統或是決策支援系統而言,推理是一項重要的工作。現實世界中,有三類常見的推理工作:預測、診斷、與規劃。在形形色色的知識庫與運算機制中,貝氏網路與影響圖是很普遍的圖形化模式,常用來處理不確定情況下的推理與決策。過去有許多學者提出各種演算法,試圖解決貝氏網路或影響圖上的查詢。然而,這些方法通常存在一些限制。首先,相關的參數或機率值,必須是確定而非模糊的。當決策或推理環境中,無法取得確定的知識,而只能取得不完整或是模糊的資訊時,推理工作將難以進行。其次,傳統貝氏網路的推理方法,難以考慮額外的限制。再者,不同的推理工作無法同時完成,例如診斷與決策之規劃。鑑於上述之限制,本論文擴展傳統的貝氏網路,而發展出一般性的貝氏網路,在這一般性的貝氏網路中,有幾個重要的組成集合:離散隨機節點之集合、連續隨機節點之集合、決策節點之集合,確定性參數之集合、與模糊參數之集合。除了傳統上只考慮離散隨機節點與確定參數的推理演算法,本論文研究三類貝氏網路的特殊題型,並提出解答的方法。這三類特殊推理題型為:(1) 考慮離散隨機節點與模糊參數之診斷,(2) 考慮離散隨機節點與模糊參數之診斷及決策,與(3) 考慮連續隨機節點之診斷與決策。
本論文的特色包含下列幾點:(1) 擴展傳統的貝氏網路,而發展出一般性的貝氏網路,其中考慮:離散隨機節點之集合、連續隨機節點之集合、決策節點之集合,確定性參數之集合、與模糊參數之集合。此一般性的貝氏網路,將作為本研究的基礎架構。(2) 解決在一般性貝氏網路上的模糊推理問題,包括牽涉模糊參數與可能性分配的題型。 (3) 在推理的過程中,考慮無法納入正規知識庫的額外的限制或知識。(4) 在靜態與動態的環境下,解答針對貝氏網路的查詢。(5) 將發展的推理模式與方法,應用於醫療資訊或供應鏈管理的個案。所有的應用個案皆有詳細的解說。
Reasoning is a major task to an expert system or a decision support system. Three types of reasoning tasks prevail in real-world applications: prediction, diagnosis and planning. Among the various knowledge bases and computation schema, Bayesian networks and influence diagrams are well-known graphical models for reasoning and decision-making under uncertainty. Many algorithms have been designed to answer the queries on a Bayesian network or an influence diagram. However, several limitations persist in the conventional methods. First, all relevant parameters are assumed to be crisp. Second, extra constraints or knowledge regarding belief propagation in Bayesian networks are difficult to embed. Third, diagnosis and planning cannot be completed in the same place. Motivated by the limitations mentioned above, this dissertation extend the traditional Bayesian networks to general Bayesian networks (GBN) that are composed of several components: the set of discrete random nodes, continuous random nodes, decision nodes, crisp parameters, and fuzzy parameters. In addition to the conventional reasoning problems that consider only crisp nodes and crisp parameters, three categories of reasoning are solved as the special cases (subsets) of general Bayesian networks: (1) diagnosis with discrete random nodes and fuzzy parameters; (2) diagnosis and decision-making with discrete random nodes and fuzzy parameters; and (3) diagnosis and decision-making with continuous random nodes in dynamic environments.
The distinguished features of this dissertation include: (1) extend the traditional Bayesian networks to general Bayesian networks, including discrete random nodes, continuous random nodes, decision nodes, crisp parameters, and fuzzy parameters. The general Bayesian networks are induced as the general research framework; (2) solve fuzzy reasoning tasks in three subsets of GBN where fuzzy parameters and possibility distributions are considered; (3) consider extra knowledge or constraints for the belief propagation, which are not implemented in the formal knowledge bases; (4) answer the queries from Bayesian networks in dynamic as well as static environments; (5) the reasoning models and methods are applied to the cases from medical informatics and supply chain management. All the applications are developed and illustrated in details.
摘要 i
Abstract ii
誌謝 iii
Contents iv
Tables vi
Figures vii
Chapter 1 Introduction 1
1.1 Research background 1
1.2 Research Objectives and Framework 4
Chapter 2 Literatures review 10
2.1 Expert systems and probabilistic reasoning 10
2.2 Bayesian networks 12
2.3 Fuzzy sets and theory 14
Chapter 3 Diagnosis with fuzzy parameters 16
3.1 Reasoning with crisp information 16
3.2 Problem and goals 21
3.3 Model development 24
3.3.1 Fuzzy parameters 24
3.3.2 Fuzzy Abductive Models 26
3.4 Solution and illustrative examples 28
3.5 Discussions and conclusions 37
Chapter 4 Diagnosis and decision with fuzzy parameters 39
4.1 Influence diagrams 40
4.2 Problem and goals 47
4.3 Model development 49
4.4 Algorithm and solutions 53
4.5 Discussions and conclusions 56
Chapter 5 Diagnosis and decision with fuzzy nodes 59
5.1 Reasoning in supply chain management 59
5.2 Problem and Goals 61
5.2.1 Dynamic Bayesian networks with fuzzy nodes 64
5.2.2 Uncertainties in supply chains 64
5.3 Model development 65
5.4 Algorithms and solutions 74
5.4.1 Phase I: diagnostic phase 74
5.4.2 Phase II: Optimization phase 78
5.4.3 Linearization strategies 87
5.5 Discussions and conclusions 90
Chapter 6 Discussions and conclusions 93
6.1 Discussions 93
6.2 Future extensions 95
6.3 Concluding remarks 96
References 98
[1] Castill E., Gutoerre J. M., Hadi A. S., "A new method for symbolic inference in Bayesian networks", Networks, Vol. 28, 1996, 31-43.
[2] Castillo E., Gutoerrez J. M., Hadi A. S., Expert systems and probabilistic network models, Spinger-Verlag New York, Inc., 1997.
[3] Choi, T. Y., Z. Wu, L. Ellram, and B. R. Koka, Supplier-supplier relationships and their implications for buyer-supplier relationships, IEEE transactions on engineering management, 49 (2) (2002) 119-130.
[4] Dagum, P., A. Galper & E. Horvitz, Dynamic network models for forecasting. Proceedings of the 8th conference on uncertainty in Artificial intelligence (UAI’ 92), Stanford University, San Francisco (CA), Morgan Kaufmann (1992) 41-48.
[5] Ecker, J. G., M. Kupferschmid, C. E. Lawrence, A. A. Reilly, and A. C. H. Scott, An application of nonlinear optimization in molecular biology, European journal of operational research, 138 (2002) 452-458.
[6] Floudas C. A., “Deterministic global optimization- theory and applications,” Kluwer Academic Publishers, 2000.
[7] Freeling, A. N. S., Possibility versus fuzzy probabilities- two alternative decision aids, Fuzzy sets and decision analysis, TIMS/ Studies in the management sciences, 20 (1984) 67-81.
[8] Galán, S. F., F. Aguado, F. J. Díez & J. Mira, NasoNet, modeling the spread of nasopharyngeal cencer with networks of probabilistic events in discrete time. Artificial Intelligence in Medicine, 25 (2002) 247-264.
[9] Giannoccaro, I., P. Pontrandolfo and B. Scozzi, A fuzzy echelon approach for inventory management in supply chains, European Journal of Operational Research, 149 (2003) 185-196.
[10] Heide, J. B. and G. John, Alliances in industrial purchasing: The determinants of joint action in buyer-supplier relationships, Journal of Marketing Research, 27 (1) (1990) 24-36.
[11] Howard R. A. and Matheson, J. E. (1981). Influence diagrams. In Principles and applications of decision analysis, vol. 2, (1984). Menlo Park, Calif.: Strategic Decisions Group.
[12] Holm, D. B., K. Eriksson, and J. Johanson, “Creating value through mutual commitment to business network relationships,” Strategic Management Journal, 20 (5) (1999) 467-486.
[13] Huang, C-H, H-Y Kao & H-L Li, “Web Services for forward integration in international tourism supply chains: a case study of tourism in Thailand”, International Conference on Electronic Business, Singapore, Dec. 9-13, 2003.
[14] Kao, H-Y and H-L Li, "A diagnostic reasoning and optimal treatment model for Bacterial infections with fuzzy information," Computer Methods and Programs in Biomedicine, (revised and under review) 2003.
[15] Kao, H-Y, C-H Huang & H-L Li, “An Optimization Model for Dynamic Supply Chain Diagnostics and Decision-Making”, European Applied Business Research Conference, Venice, Italy, Jun. 9-13, 2003.
[16] Kao, H-Y, C-H Huang and H-L Li, “Supply chain diagnostics with Dynamic Bayesian networks," accepted to Computers and Industrial Engineering, 2003.
[17] Kao, H-Y, H-L Li, and C-H Huang, “An integrated diagnostic and decision model of supply chain management”, submitted, 2004.
[18] Kao, H-Y, J-J Shuai and H-L Li, “Probabilistic Reasoning in Supply Chain Management,” The 5th International Conference on Industrial Engineering-Theory, Application and Practice, Taiwan, Dec. 10-12, 2000.
[19] Kaynak, H., “The relationship between just-in-time purchasing techniques and firm performance”, IEEE transactions on engineering management, 49 (3) (2002) 205-217.
[20] Kononenko I., "Machine learning for medical diagnosis: history, state of the art and perspective", Artificial Intelligence in Medicine, 23, 2001, 89-109.
[21] Kurokawa, S., Make-or-buy decisions in R&D: small technology based firms in the United States and Japan, IEEE transactions on engineering management, (1997) Vol. 44, No. 2, 124-134.
[22] Lee, E. S. and R. J. Li, Fuzzy multiple objective programming and compromise programming with Pareto optimum, Fuzzy sets and systems, 53 (1993) 275-288.
[23] Leibovici Leonard, Fishman M., Schonheyder H. C., C. Riekehr, B. Kristensen, I. Shraga, Andreassen S., "A causal probabilistic network for optimal treatment of bacterial infections", IEEE Transactions on Knowledge and Data Engineering, Vol. 12, No. 4, 2000, 517-528.
[24] Li H-L, Chang C-T, Tsai J-F, “Approximately global optimization for assortment problems using piecewise linearization techniques”, European Journal of Operational Research, 140, 2002, 584-589.
[25] Li, H-L and H-Y Kao, "Causal reasoning from imperfect experiments and fuzzy information," accepted to International Journal of Fuzzy Systems, Vol. 6, No. 1, 2004, 44-51.
[26] Li, H-L and H-Y Kao, "Constrained Abductive Reasoning with Fuzzy Parameters in Bayesian networks," accepted to Computers & Operations Research, 2003
[27] Long W. J., "Medical informatics: reasoning methods", Artificial Intelligence in Medicine, 23, 2001, 71-87.
[28] McCullen, P. and D. Towill, Diagnosis and reduction of bullwhip in supply chains. Supply chain management, 7(3/4) (2002) 164-179.
[29] Naim, M. M., P. Childerhouse, S. M. Disney& D. R. Towill, A supply chain diagnostic methodology: determining the vector of change, Computers and Industrial Engineering, 43 (2002) 135-157.
[30] Nease, R. F. and D. K. Owens, Use of influence diagrams to structure medical decisions, medical decision making, 17 (1997) 263-275.
[31] Oliver R.M., Smith J.Q., Influence diagrams, belief nets and decision analysis, John Wiley & Sons, 1990.
[32] Olsen, R. F. and L. M. Ellram, “A portfolio approach to supplier relationships,” Industrial Marketing Management, 26 (2) (1997) 101-113,.
[33] Owens, D.K., R.D. Shacher, and R. F. Nease, Representation and analysis of medical decision problems with influence diagrams, medical decision making, 17 (1997) 251-262.
[34] Pearl J., Causality-models, reasoning, and inference, Cambridge University Press, 2000.
[35] Pearl, J., Probabilistic reasoning in intelligent systems: networks of plausible inference, Morgan Kaufmann Publishers, Inc., 1997.
[36] Pool D., “Average-case analysis of a search algorithm for estimating prior and posterior probabilities in Bayesian networks with extreme probabilities,” Proceedings of the 13th international joint conference on artificial intelligence, 13, 1, 1993, 606-612.
[37] Polya, G. 1954 Mathematics and plausible reasoning. Princeton: Princeton University Press.
[38] Shacher R. D., D'Ambrosi B., DelFabero B., "Symbolic probabilistic inference in belief networks," in Proceedings of the 10th conference on uncertainty in artificial intelligence, Morgan Kaufmann Publishers, San Francisco, 514-522.
[39] Tatman, J.A. and R. D. Shacher, Dynamic programming and influence diagrams, IEEE Transactions on systems, man, and cybernetics, 20(2) (1990) 365-379.
[40] Tsai, J-F, H-L Li and N-Z Hu, Global optimization for signomial discrete programming problems in engineering design, Engineering Optimization, 34(6) 2002.
[41] Winston, W. L. (1999), “Operations Research: applications and algorithms”, 3rd, Duxbury Press.
[42] Youssef, M. A., Agile manufacturing: a necessary condition competing in global markets, Industrial Engineering, 24 (12) (1992) 18-20.
[43] Zadeh, L. A., Fuzzy sets, Information and Control, 8 (1965), 338-353.
[44] Zimmermann, H-J, Fuzzy programming and linear programming with several objective functions, Fuzzy sets and systems, 1 (1978) 45-55.
[45] Ariba: http://www.ariba.com/
[46] BizTalk: http://www.biztalk.org/
[47] ebXML: http://www.ebxml.org/
[48] LINGO, http://www.lindo.com/cgi/frameset.cgi?leftlingo.html;lingof.html.
[49] Microsoft BizTalk Server: http://www.microsoft.com/biztalk/
[50] Peregrine System: http://www.inovis.com/
[51] RosettaNet Consortium: http://www.rosettanet.org/
[52] TIBCO: http://www.tibco.com/
[53] W3C, World Wide Web Consortium: http://www.w3.org/
[54] webMethods: http://www.webmethods.com/
QRCODE
 
 
 
 
 
                                                                                                                                                                                                                                                                                                                                                                                                               
第一頁 上一頁 下一頁 最後一頁 top