资源列表
shanzhash
- 在人工智能领域,对隐式图的搜索是求解问题的一种基本方法,本程序通过使用多种图搜索策略,对 重排九宫问题进行求解,演示了“广度优先搜索”、“深度优先搜索”、“有界深度优先搜索”、 “最好优先搜索”和“局部择优搜索”五种基本的图图搜索策略。 整个程序使用了动画技术,界面设计美观友好,使用方便。-In the field of artificial intelligence, implicit graph search is a basic method of solving proble
simulatedannealing
- Simulated Annealing Tools Software
the-binary-hopfield-network
- 此目录中的此代码实现二进制hopfield网络。 源代码可能在HOPNET.CPP中找到。示例培训文件是H7x8N4.trn。示例测试模式文件是:H7x8D4.TST,H5x8D7.TST,H5x8D7.TST和H5x8D9.TST,程序的输出转到屏幕和文件ARCHIVE.LST-This code in this directory implements the binary hopfield network. Source code may be found in HOPNET.CP
123
- 虚拟机器人足球 进攻型足球虚拟机器人足球 进攻型足球-xunijiqrzuqiu
module
- 粒子滤波的基本算法,适用于无线传感器网络定位-The basic particle filter algorithm for Wireless Sensor Networks
apriori
- Apriori的经典实现 与 oracle 数据库相连-the implement of apriori,connecting to Oracle database
eclat
- 数据挖掘算法实现,学习这门课的同学可以参考啊-DataMining implements
NARXnet
- NARX神经网络的matlab实现,支持MISO,SISO两类模型的同时,对MIMO也有一定的启发,对学习神经网络有很好的帮助-Matlab NARX neural network implementation, support MISO, SISO two types of models of the same time, there are certain MIMO inspired neural network learning with the help of good
K_MEANS
- This directory contains code implementing the K-means algorithm. Source code may be found in KMEANS.CPP. Sample data isfound in KM2.DAT. The KMEANS program accepts input consisting of vectors and calculates the given number of cluster centers u
BBSO
- 人工智能BBSO算法,MATLAB实现,很基本的人工智能算法,里面有很多源程序-Artificial intelligence bbso
22
- 反向传播算法也称BP算法。由于这种算法在本质上是一种神经网络学习的数学模型,所以,有时也称为BP模型。-Back-propagation algorithm, also known as BP algorithm. As a result of this algorithm is essentially a neural network to learn the mathematical model, therefore, sometimes referred to as BP model.
HOPFIELD
- 这程序是《神经网络模式识别及其实现Networks in C++)美Abhijit S. Pandya等著的HOPFIELD源代码.
