资源列表
Perceptron
- 利用感知机的线性分类功能,实现2维平面的两类模式分类,matlab实现,并用图像显示-Perceptron using linear classification function, the realization of 2-D plane of the two types of pattern classification, matlab achieve, and image display
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
Bp-recognition-program
- 一个BP神经网络的matlab程序把训练数据拷入,load的*.m文件中, 文件中部load的*.m为测试数据 save 存盘的文件为测试数据的bp预测值, 该程序可以扩充n个输入,n个输出,很容易-A BP neural network matlab program
evacnet4
- 为一个研究火灾人员疏散的软件,内含说明书,希望对大家有帮助!! -A fire evacuation of the software, containing the instructions, we want to help! !
knn
- k最邻近算法,经典的分类算法,绝对有帮助-k-nearest neighbour algorithm,it is a classical algorithm for text cluster
neral_network
- 清华大学的神经网络的课件!主要讲了感知器,对传网,自适应共振理论!-Tsinghua University, the neural network software! The main speaker of the perceptron on the Biography network, adaptive resonance theory!
chess.py
- Python实现A*算法解决八数码问题。 输入为九个数字的列表,代表八个数的位置(Z字型方向),空位以-1代替。 输出为各移动步骤得到的九个数的矩阵(输出到屏幕)。 使用是调用answer函数。返回一个各移动步骤得到的九个数的矩阵的列表。-Python achieving eight A* algorithm to solve digital problems. Enter a list of the nine numbers represent the number eight p
ANN-Clanguage
- 人工神经网络的C语言实现 三层人工神经网络实现对函数y=sin(x)的模拟-ANN C language layer artificial neural network to function y = sin (x) of the simulation
WangJiminSVM
- SVM的讲义!具体的内容可以自己看!很详细的-SVM lectures! Specific content can look! Very detailed
MachineLearning
- MCMC方法是一种重要的模拟计算方法,马尔可夫链蒙特卡尔理论(Markov chain Monte Carlo:MCMC)的研究对建立可实际应用的统计模型开辟了广阔的前景。90年代以来,很多应用问题都存在着分析对象比较复杂与正确识别模型结构的困难。现在根据MCMC理论,通过使用专用统计软件进行MCMC模拟,可解决许多复杂性问题。此外,得益于MCMC理论的运用,使得贝叶斯(Bayes)统计得到了再度复兴,以往被认为不可能实施计算的统计方法变得是很轻而易举了-MCMC method is an im
chi2
- 论文:chi2 算法,是在chimerge算法基础上改进的一种算法,-chi2
高斯背景模型
- 高斯背景模型,进行前景分离,目标提取,稳定性高。