资源列表
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
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
n_pls
- 这是我自己花了很多时间写的一个模式识别源码。奉献出来与感兴趣的朋友分享,绝对可靠。.. - Dedication out with friends interested in sharing, absolutely reliable. ..
BP2014728
- BP神经网络实例,通过输入特征向量,提供理想输出,使网络学习以达到理想网络结构-BP Net Example
bp
- 一个用C编写的实现BP神经网络的源程序,希望大家用得上
source
- Use fuzzy logic to solve TSP(traveling sales man)problem. Note that the fuzzy system can only find today s price and today s MAD(prediction of stock tendency, positive or negative or zero)-Use fuzzy logic to solve TSP (traveling sales man) problem. N