资源列表
matlab_ga
- 基于MATLAB的遗传算法部分程序,可解决一些简单的部分优化问题。-MATLAB-based genetic algorithm part of the process, solve some simple optimization problem.
HK.rar
- H-K(Ho-Kashyap)算法。在模式识别应用中运用HK算法根据样本进行分类器训练。,HK (Ho-Kashyap) algorithm. Applications in pattern recognition algorithm based on the use of HK classifier training samples.
fuzzyBP
- 利用模糊算法和神经网络的结合来预测工业系统的参数-Fuzzy algorithm and neural network to predict the combination of the parameters of industrial systems
MonteCarlo
- 神经网络,人工智能,蒙特卡洛算法,matlab源代码-Neural networks, artificial intelligence, the Monte Carlo algorithm, matlab source code
BP
- BP神经网络matlab程序,BP算法由数据流的前向计算(正向传播)和误差信号的反向传播两个过程构成。正向传播时,传播方向为输入层→隐层→输出层,每层神经元的状态只影响下一层神经元-BP neural network matlab program, BP algorithm the data stream forward calculation (forward propagation) and two back-propagation process error signal configu
GA-2
- 遗传算法的源代码,使用c++语言编写,结构清晰,注释完整,明了易懂-Genetic Algorithm
BP-YYSB
- 使用BP算法实现语音识别及预测的功能,调试可用-BP algorithm to achieve the function of speech recognition and forecast
sflf
- bp神经网络的经典之一,三分类法,源程序,用matlab 编写
NAA
- 神经网络算法,仅供参考,希望对大家有用!-NAA
unary-code
- Unary code in matlab mathe work
maze
- 人工智能之迷宫寻路实验源代码,运用启发式算法,实现迷宫寻路的功能。-Experimental source code of the maze of artificial intelligence, using the heuristic algorithm, the function of maze seeking.
LPA
- 标签传播算法JAVA实现 初始化,每个结点携带一个唯一的标签;然后更新结点的标签,令其标签与它的大多数邻居的标签相同,若存在多个则随机选择。迭代直至每个结点的标签不再变化。-Label propagation algorithm