科学网

 找回密码
  注册

tag 标签: 案例推理

相关帖子

版块 作者 回复/查看 最后发表

没有相关内容

相关日志

基于粗糙集案例推理的数控机床故障诊断专家系统研究
bshen 2019-8-27 09:39
硕士学位毕业论文 硕士研究生: 孙翔 指导教师:沈斌 教授 答辩时间:2014.06 摘要 数控机床是制造企业生产线上的关键设备,为了避免由于发生故障时机床长时间停机给企业造成巨大的经济损失,需要运用故障诊断技术及时判断机床故障状态并进行排除,因此对数控机床展开相关故障诊断技术的研究具有重大的现实意义。但是,目前数控机床的故障诊断过分依赖维修服务人员的经验,尚缺乏一种集信息采集和诊断推理于一体的具有专家水平的智能化诊断系统。 因此本文系统研究了人工智能、案例推理、粗糙集的理论和方法,并针对数控机床的故障特点对上述理论在数控机床故障诊断领域中的应用做了详细的分析,在此基础之上,设计开发了一套智能化的数控机床故障诊断专家系统,具有一定的实用性。 论文所做的主要工作有: 1. 研究分析了数控机床故障常用的诊断方法以及专家系统的原理和粗糙集理论的基本概念,提出本系统故障诊断方法以专家系统为基础、案例推理技术为核心的设计思路,并通过案例的粗集表示和属性约简,阐明了本系统以报警号码作为故障诊断主要依据的合理性。 2. 对案例推理的关键技术案例检索的原理进行了研究,建立了故障案例的两级检索模型,通过采用最近邻相似性度量方法与贝叶斯排序算法相结合的案例检索方法,向用户提供一个综合决策支持,显著提升了案例检索的效率和性能。同时针对传统的最近相邻算法存在的一些不足进行了改进,提出了基于报警号码的相似度算法模型,提高了案例匹配的精度;设计了二级案例检索的影响值算法,并设计实验进行了验证。 3. 研究分析了专家系统的一般性结构与工作原理,结合数控机床故障诊断的特点,对基于粗糙集和 CBR 的数控机床故障诊断专家系统进行了详细的方案设计,给出了案例库以及各基本功能模块的可行方案。 4. 基于 MVC 设计模式并采用 Visual Studio 2010 和 SQL Server 2005 为软件平台开发了该智能化的数控机床故障诊断系统,通过诊断实例,对推理算法和原型系统的运行情况进行了验证,证明其在实际诊断中效果良好,并对下一步的研究方向进行了展望。 关键词: 案例推理,粗糙集,数控机床,故障诊断,专家系统 ABSTRACT CNC machine tool is the key equipment in production line of manufacturing enterprise, in order to avoid the huge economic losses caused by the failure of CNC, it is necessary to timely troubleshoot the CNC fault with fault diagnosis technique. Therefore, it has a great practical significance to carry out the research of CNC machine tool fault diagnosis technology. However, CNC troubleshooting is too dependent on the knowledge and experience of the maintenance engineer at present, it still lacks an intelligent diagnosis system with expert level of understanding, which has the integrated function of information collection and troubleshooting. For this reason, this paper studied the theory and method of artificial intelligence, case-based reasoning and rough set. According to the feature of CNC fault, analyzed the application of the above mentioned theory in CNC machine tool fault diagnosis field in detail. On this basis, designed and developed a set of intelligent CNC machine tool fault diagnosis expert system, with some practicality. The main contents are summarized as follows: 1. The basic concept of rough set, the most common methods of CNC fault diagnosis and basic principle of expert system were researched and analyzed in this paper. Put forward the design idea of diagnosis method of this system, namely based on expert system and case-based reasoning. Used rough set theory in case representation and attribute reduction to illustrate the reasonableness of taking alarm as the main basis in the process of troubleshooting. 2. The key technology of case-based reasoning was studied, established the model of two-stage case retrieval, by using Nearest-Neighbor Approach combined with Bayesian sorting algorithm to provide customers with a comprehensive decision support, it significantly improved the efficiency and performance of case retrieval. According to the shortages of traditional Nearest-Neighbor algorithm, improved it and put forward the model of similarity algorithm based on alarm. Designed the affect value algorithm and verified it with experiment. 3. Studied the general structure and working principle of expert system. Carried out a detailed scheme design of CNC machine tool fault diagnosis expert system based on rough set and case-based reasoning, gave the solution of knowledge base and the basic function modules. 4. Designed and developed database of the expert system and each function module making use of Visual Studio 2010 and SQL Server 2005 as software platform and MVC design model. Through a diagnosis example, the reasoning algorithm and the prototype system running status was verified and the next research direction was prospected. Key Words: case-based reasoning, rough set, CNC machine tool, fault diagnosis, expert system
个人分类: 硕士研究生毕业论文|1389 次阅读|0 个评论
由研究案例推理想到--你抄他抄我抄不抄?
whitesun 2009-6-25 21:59
案例推理是80年代初发展起来的一种人工智能推理方法,该方法基于如下假设:相似问题有相似解。基本推理过程是:检索相似问题,选择其中之一进行重用,根据当前问题进行适应性修改,解决问题后保留成新的案例。 近日上网看新闻,到处都是讨论学术抄袭的问题,一想到自己的科研压力,你抄他抄,那我也抄?这似乎十分符合我正研究的案例推理的精髓之处:相似问题有相似解,模仿别人成功的经验,做一定的调整,解决自己的新问题。 然而,案例推理的本质并非抄袭,而是在推理过程充分吸纳了人解决问题的能力,是人机互动解决问题的一种方法,计算机只是提供案例,帮助选择相似案例和提供其他必要的支持。因此,纵然抄袭仿佛是成功的捷径,你抄他抄,而我也能不抄,因为关键之处是我该借鉴成功解决相似问题的整个过程,并非要照搬一切,并非复制整个过程,并非要学习抄袭之法,最后落个真正失败的下场。
个人分类: 上博心得|4678 次阅读|0 个评论

Archiver|手机版|科学网 ( 京ICP备07017567号-12 )

GMT+8, 2024-5-17 15:09

Powered by ScienceNet.cn

Copyright © 2007- 中国科学报社

返回顶部