资源列表
AI
- 人工智能,野人与传教士c语言程序。在vc6.0环境中能够正常运行。-Artificial intelligence, savage and missionaries c language program. In vc6.0 environment to normal operation.
修道士与野人1.9
- 用C++实现传教士与野人问题,其中规定有一个野人不会划船的人工智能问题-C and Savage realize missionaries, which is not a savage row of artificial intelligence problem
thererbfmatlab[matlab]
- 3个径向基网络的matlab源程序[matlab],一维输入,一维输出,逼近效果很好!-three RBF network Matlab source [Matlab], one-dimensional input and one-dimensional output. Approximation good effect!
Genetic-algorithm-for-TSP
- 遗传算法求解TSP问题. -Genetic algorithm for TSP
MLP
- A multilayer perceptron (MLP) is a feedforward artificial neural network model that maps sets of input data onto a set of appropriate outputs. An MLP consists of multiple layers of nodes in a directed graph, with each layer fully connected to the nex
bp
- 本文件是用C语言实现的3层BP神经网络,结构清晰,模块合理,是学习神经网络的很好的例子
bp
- #include "iostream.h" #include "iomanip.h" #define N 20 //学习样本个数 #define IN 1 //输入层神经元数目 #define HN 8 //隐层神经元数目 #define ON 1 //输出层神经元数目 double P[IN] //单个样本输入数据 double T[ON] //单个样本教师数据 double W[HN][IN] //输入层至隐层权值 double V[ON][HN] //隐
求解野人与传教士问题
- 求解野人与传教士问题,利用C语言实现宽度搜索算法。
Recursive.algorithm.game
- Recursive algorithm for nine serial game九连环游戏算法递归实现 -Recursive algorithm for nine serial game
knapsac1.C
- knapsac problem of the algorithm
4fd822c0e8e5
- 功率谱估计,基于现代功率谱估计的功率谱估计的matlab算法-Power spectrum estimation
BP2014728
- BP神经网络实例,通过输入特征向量,提供理想输出,使网络学习以达到理想网络结构-BP Net Example