搜索资源列表
expert
- 人工智能领域中的一个简易的专家系统, prolog语言实现-field of artificial intelligence a simple expert system, prolog language
prolog-in-AI
- 一个动物识别专家系统在PROLOG下的实现,通过一个简单的实例来讲解PROLOG在人工智能领域的应用-An animal recognition expert system in PROLOG under implementation through a simple example to explain the application of PROLOG in the field of artificial intelligence
Prolog
- 这是个源码合集,里面有用几个小型专家系统的源码,供大家学习使用。-This is a source collection, which a few mini-expert system useful source for learning to use you.
PROLOG
- 一本关于人工智能语言prolog与专家系统的原理与设计的电子书-A book on artificial intelligence and expert system language prolog Principle and Design of the e-book
PhotographyexpertsystemonProlog
- Photography expert system on Prolog
zhuanjiaxitong
- 这是使用prolog语言编写的专家系统,可以简单的识别七种动物,其中包括实验源码,以及实验说明书。-It is written using the prolog expert system, you can simply identify the seven kinds of animals, including experimental source, and experimental instructions.
project
- GNU prolog的数理逻辑课程设计,海洋生物识别专家系统,GNU prolog+GCC下编译通过-GNU prolog of mathematical logic course design, marine life identification expert system, compiled by GNU prolog and GCC
Diagnosis-Expert-System
- 采用人工智能专家系统计算机技术模拟故障诊断领域专家的推理思维方式, 对机械设备发生的故障实现迅速准确的 诊断,同时缩短故障停机时间具有重大意义。本文应用Visual prolog 语言,构造了转子系统故障诊断专家系统,提出了一阶谓 词逻辑子句表达知识的方法,建立了专家知识库。系统的推理机采用深度优先的推理策略。应用表明系统有效完成旋转机械 常出现的十多种故障的诊断,并运行可靠。-The computer technology of artificial intelligence ex
recursion-in-the-expert-systems
- 在智能故障诊断中, C(C++)语言具有多方面优于传统人工智能语言(如LISP、PROLOG)的特性, 它对递归的支持使得用 其来开发故障诊断专家系统成为可能。本文研究了故障诊断专家系统开发中用到的递归方法及其基于C(C++)的实现, 具体 包括: 动态数据库设计中结构体的递归定义, 推理机设计中函数的递归调用等。针对知识推理中易出现的“循环递归”问题, 提出了一种基于“因果网络直观图”的解决方法。-C ( C++ )language possesses characteristic
forward_chainer
- It shows how the forward chaining system works, how to use it, and how to implement it quickly and easily using Prolog. A large number of expert systems