搜索资源列表
mohuzishiyingkongzhi
- 模型自适应模糊控制源代码,基于matlab编程,并给出了仿真实例,具体说明见程序。-self-adapted mode of blured control program,based on matlab programming,and also have a emluator,and can concretely see program s explain
医学软件
- 一个医学的软件,可以帮助显示医学的重要参数,以图解的方式友好的解释这些参数表示的意思,让医护人生很好地得到临床的反馈-a medical software can help show the important parameters of Medicine, a diagram of the friendly explain these parameters mean, life care to be good clinical feedback
CATest
- 在flashmx下编写的程序,解释并演示元胞自动机规则,并进行动画演示-flashmx prepared in the process, explain and demonstrate cellular automata rules, and animation demo
OA_web
- 遗传算法的详细描述文档,文档中附带一定的代码解释-genetic algorithm described in detail the documents, the document attached to the code must explain
GAGAGA_ppt
- matlab遗传算法工具箱函数及实例讲解 挺不错的-Matlab toolbox functions and examples to explain quite good
基于BP网络的彩票预测系统的研究.kdh
- 基于BP网络的彩票预测系统的研究.kdh 详细讲解了使用BP神经网络预测双色球-BP network based forecasting system of the lottery. Kdh explain in detail the use of BP neural network color ball
STLBP_Matlab
- 基于LBP的特性的测试例程,详细解释了LBP的旋转不变性以及LBP算法的应用。-Based on the characteristics of the test LBP routines, explain in detail LBP rotation invariant and LBP use of the algorithm.
expert
- 油气解释专家系统源码,用于油田油气水的测录井解释,使用了遗传学算法-Oil and Gas explain the expert system source code for the oil and gas fields of water logging interpretation using genetic algorithms
BPalogorithm
- BP网络的各种算法,附各种算法的程序文件及PPT课件,从例子出发讲解,很容易理解。-BP network of various algorithms, with a variety of process and PPT algorithm courseware, starting from the example to explain, it is easy to understand.
MFA
- Marginal Fisher Analysis算法,可用于降维,注释有使用说明!供大家学习交流!-Marginal Fisher Analysis algorithm, can be used for dimensionality reduction, the Notes are used to explain! For all to learn!
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
GA
- 采用c、c++以及matlab进行遗传算法的讲解,其中包含了一个pdf论文,是用于介绍遗传算法的相关技术!-Using c, c++ And matlab genetic algorithm to explain, which contains a pdf paper, genetic algorithm is used to introduce the relevant technology!
NNDemo2.0
- 神经网络matlab代码。有GUI界面实现和讲解,很强大-Neural network matlab code. There are GUI interfaces to achieve and explain the very strong
LSDA
- 局部敏感分类分析,注释有使用说明和对应的参考文献!-Local sensitive classification analysis, the Notes are used to explain and the corresponding references!
KGE
- 核图形嵌入,供大家学习交流,注释有使用说明!-Nuclear embedded graphics for them to learn from the exchange of Notes are used to explain!
TensorLGE
- 张量LGE算法入,供大家学习交流,注释有使用说明!-LGE algorithm into the tensor for them to learn from the exchange of Notes are used to explain!
fuzzy_main
- 模糊控制是一种新的无模型的控制方式,这里是模糊控制的VC源程序,有详细的注释-A complete VC code of fuzzy,and detail explain
BP
- 这个学期我学习是神经网络课程,有很多的知识国内都不是很完善,而国外就有很大的进步,下面就是来自一本 <AI for Game>的电子版英文书.其中我就拿用面向对象写的C++类进行说明怎样编写神经网络程序. 神经网络的基本思想就是怎样去改变权值.-This semester my curriculum study are neural networks, there is a lot of internal knowledge is not very perfect, and
LibSVMexplains
- LibSVM程序代码注释,在该文件中系统的详解了LibSVM中的代码,对其进行了注释,对于入手libSVM的开发人员很有帮助-Notes LibSVM code in the file system of LibSVM explain the code, its a note for developers to start libSVM helpful
CellAuto
- 元胞自动机的虚拟程序 开发工具:Microsoft Visual Basic 6.0 运行平台:Windows OS (VB编译,代码未优化,运行速度较慢) 词语解释: CA,cellular automata,元胞自动机,或称细胞自动机。 模式(Pattern),多个细胞构成的一个状态组合。 模型: 维度,二维四方网格 细胞,两种状态(活、死);一个方格代表一个细胞。 邻居,Moore型(上、下、左、右、左上、右上、左下、