搜索资源列表
reasongprogramm
- 利用逻辑编程语言prolog的空间关系组合推理程序。利用的理论是约束处理规则,和空间关系表示 -use logic programming language prolog combination of the spatial relationships reasoning process. The theory is the use of binding rules, and spatial relations
CLIPSJNI_0.1
- clips源代码,是专家系统的主要编程语言。
Artificial-Intelligence
- 人工智能领域前沿和权威资料,并介绍了其应用所需的编程语言,实例和开发工具。-Front and authoritative information of the field of artificial intelligence and applications required programming language, examples and development tools.
SGAC
- 标准遗传算法源码 C语言编程 求解函数优化问题。-Standard genetic algorithm C language programming for Function Optimization.
prolog
- prolog人工智能编程语言,两套习题与详细解答。包括了prolog初学者所需要掌握的所有知识点与练习。-prolog excercise. include the solution .it cover all the knowledge point for the learner.
mySVM
- 支持向量机(SVM)的开发包,有源码,含有各种编程语言-The toolkit of support vector machine,including kinds of programming languages...
vbsensor
- 实现线性分类器的设计,根据线性分类器的特点,利用线性函数来对模式进行分类,编程语言为VB,实现了两类模式的判别。-To achieve a linear classifier design, according to the characteristics of a linear classifier, using a linear function of the mode of classification, programming languages VB, realized the two
perceptron
- 构造一个基于感知器学习算法的神经学习系统利用一编程语言建立一个基于感知器/BP学习算法的神经学习系统。-Construct a perceptron learning algorithm based on neural learning system using a programming language to build a device based on the perception/BP learning algorithm for neural learning system.
particle
- 代码来自2008年数学建模东北赛区B题,原题描述http://www.ivanblog.cn/post/18.html 思想是用粒子群算法来实现相关问题的求解,编程语言是C++。-Mathematical modeling code from the 2008 Northeast Division B title, original title describes http://www.ivanblog.cn/post/18.html thinking is to achieve parti
PCA
- 这是一个PCA人脸识别算法的matlab编程语言,自己写的大家可以参考一下,当然还可以继续改进,互相学习,供大家分享。-This is a PCA face recognition algorithm matlab programming language, write your own you can refer to, of course, can continue to improve, learn from each other, for all to share.
Tabu-search-for-VRP
- 利用C++编程语言,用禁忌搜索解车辆路径问题-Tabu search for VRP
yichuansuanfa
- 遗传算法,一种遗传算法的代码,对我们学习非常有用 主要编程语言是matlab-GA,is useful for us
yi-chuan-suan-fa
- 文件为一个经典的基于MATLAB的遗传算法求解函数极大值的源程序。对于学习matlab编程语言,了解遗传算法的matlab实现方式有很好的帮助作用 -File is a classic genetic algorithm based on MATLAB function maximum of the source. Matlab programming language for learning to understand the genetic algorithm matlab help
diana
- DIANA算法程序说明 编程语言:C++ 运行环境:Visual C++ 6.0 采用控制台应用程序,样本数据在程序中给出,直接点击编译、链接、运行,就能得出所要求的结果。 -DIANA algorithm program the programming language: C++ Runtime Environment: Visual C++ 6.0 console application using the sample data given in the program,
net
- 神经网络 利用matlab编程语言实现神经网络的编程,用于对变形进行监测-netural netwaork
Lab-report
- 学习和理解CLIPS编程语言,通过分析用CLIPS编写的“二手汽车智能鉴定评估系统”的程序,深入理解专家系统的编程技巧,加深对专家系统的认识和理解。-Learning and understanding of the CLIPS programming language, through the analysis of "second-hand car smart identification evaluation system" written with CLIPS program, in-d
Practical_AI_in_Java
- 人工智能编程语言这项工作是授权下创作共用attribution-noderivs-noncommercial许可证。查看本授权的副本,访问:/ /所有组织/许可证。by-nd-nc / 1/或来信创作共用,559弥敦雅培,斯坦福大学,加利福尼亚94305,美国-This work is licensed under the Creative Commons Attribution-NoDerivs-NonCommercial License. To view a copy of this l
bp-and-matlab
- 遗传算法优化bp神经网络程序,利用本程序不但可以熟悉神经网络的工作原理,而且可以熟悉matlab编程语言,从而为以后的工作打下坚实的基础。-it s about bp and matlab,The use of this procedure can not only be familiar with the works of the neural network, but also familiar with the Matlab programming language, and thus l
tempo-sat-tlp-gp
- SAT-TLP规划器是由ML这一通用的函数式编程语言开发出的最优化规划器,对于了解函数式语言在大型系统中的应用以及智能规划理论提供了很好的支持。-SAT-TLP planning is developed by ML generic functional programming language optimized planning, and provides good support for understanding the functional languages ̴
贝叶斯方法 -概率编程与贝叶斯推断 zip
- Probabilistic Programming and Bayesian Methods for Hackers是一本写给开发者的关于贝叶斯方法和概率问题的免费开源书。贝叶斯方法的用途十分广泛,在经济学上能找出一堆的例子。而在IT行业,机器学习是非常典型的一个应用。而机器学习也是本书作者写本书的一个重要的理由。 本书选择了Python作为编程语言,这一点都不奇怪,Python在科研和数据分析上的应用是非常方便和普遍的,比如大名鼎鼎的Numpy等。作者在本书中使用另一个库PyMC,它依赖