1、 计算机科学与技术学院计算机科学与技术学院 人工智能课程设计报告人工智能课程设计报告 设计题目: 动物识别系统 设计人员: 学号: 学号: 学号: 学号: 学号: 学号: 指导教师: 第 1 页 目录目录 目录 1 摘 要 3 Abstract 4 一、专家系统基本知识 5 1.1 专家系统实际应用 5 1.2 专家系统的开发 5 二、设计基本思路 5 2.1 知识库 5 2.2.1 知识库作用. 5 2.1.2 知识库建立 6 2.1.3 知识库获取 7 2.2 数据库. 7 2.2.1 数据库作用. 7 2.2.2 数据库建立. 7 三、推理机构 8 3.1 推理机介绍 8 3.1.1 推
2、理机作用原理 8 3.1.2 推理网络. 8 3.2 正向推理. 9 3.2.1 正向推理基本思想 9 3.2.2 正向推理示意图 10 3.2.3 正向推理机所要具有功能 . 10 3.3 反向推理 11 3.3.1 反向推理基本思想. 11 3.3.2 反向推理示意图 11 3.3.3 反向推理机所要具有功能 11 四、实例系统实现 12 第 2 页 4.1 系统介绍 12 4.2 基本思路 12 4.3 程序主要代码 12 4.4 系统执行结果 13 五、结论 13 参考文献: 14 附录一 15 附录二 24 第 3 页 摘摘 要要 动物识别专家系统是将人的思维过程转化为计算机语言的逻
3、辑过程, 其关键 在于知识和信息的表示,智能推理或求解的基础知识库的创建和管理,以 及基于某种知识和信息表示的智能推理或求解过程。使动物识别具有一定的智 能性、良好的交互性和可视化效果。本论文也主要以识别七种动物的设计思路 和程序为例所写的。动物识别专家系统是人工智能中一个比较基础的规则演绎 系统,是人工智能领域里的一个大模块的专家系统的一个特定例子。是集知识 表与推理为一体的,以规则为基础对用户提供的事实进行向前、逆向或双向的 推理得出结论的一种产生式系统。如果通过良好的分析、精确地设计和细致的 规划会创设出高度灵活和快速有效的识别系统,再加上良好的界面供用户添加 新的事实和规则,反馈详细的
4、错误或信息的话,那就是一个相当完整的识别系 统了。 关键词: 人工智能 ; 专家系统 ; 动物识别 第 4 页 Abstract animal recognition expert system is the human thinking process is transformed into the logical process of computer language, the key lies in knowledge and information, said intelligent reasoning or solving based knowledge base - creati
5、ng and management, and based on some information and knowledge representation of intelligent reasoning and solving process. So that the animal identification has a certain intelligence, good interaction and visual effect. This paper also mainly to identify seven kinds of animal design ideas and proc
6、edures for the case of the written. Animal identification expert system is one of the more basic rules in artificial intelligence, and is a specific example of the expert system in the field of artificial intelligence. A production system based on rules is a production system which is based on the fact that the user is provided with the facts. If the good analysis and accurate design and meticulous planning created a highly flexible, efficient and rapid recognition syste