-
一个用C编写的SOM(自组织特征映射)神经网络源代码。
一个用C编写的SOM(自组织特征映射)神经网络源代码。-a C prepared by the SOM (self-organizing feature map) neural network source code.
- 2022-10-02 13:10:03下载
- 积分:1
-
以一个简单的例子说明模拟退火算法的思想。 模拟退火法求函数f(x,y) = 5sin(xy) + x^2 + y^2的最小值,对理解模拟退火算法是一个很好的程序...
以一个简单的例子说明模拟退火算法的思想。 模拟退火法求函数f(x,y) = 5sin(xy) + x^2 + y^2的最小值,对理解模拟退火算法是一个很好的程序示例。-to a simple example illustrates the simulated annealing algorithm thinking. Simulated Annealing for the function f (x, y) = 5sin (xy) x ^ 2 y ^ 2 minimum, the right understanding of simulated annealing method is a good example of the procedure.
- 2022-02-16 00:18:16下载
- 积分:1
-
PSO algorithm in C
C语言实现的PSO算法,2007标准版,希望对大家有用-PSO algorithm in C
- 2022-07-20 15:05:59下载
- 积分:1
-
遗传算法和神经网络的结合应用,通过Visual C++环境来实现该功能,使计算能力更强...
遗传算法和神经网络的结合应用,通过Visual C++环境来实现该功能,使计算能力更强-Genetic algorithms and neural networks combination of applications, through the Visual C++ environment to achieve this feature, so that more computing power
- 2022-10-08 11:30:03下载
- 积分:1
-
贝叶斯算法是基于贝叶斯定理 P(H|X) = P(X|H)P(H) / P(X).。对于多属性的数据集,计算 P(X|Ci) 的开销非常大,为减低计算复杂度,我...
贝叶斯算法是基于贝叶斯定理 P(H|X) = P(X|H)P(H) / P(X).。对于多属性的数据集,计算 P(X|Ci) 的开销非常大,为减低计算复杂度,我们做条件独立的假设,即给定元组的类标号,假定属性值有条件地相互独立,即在属性间不存在依赖关系。此程序仅为算法的一个实现,根据训练数据训练分类器-Bayesian algorithm is based on the Bayes theorem P (H | X) = P (X | H) P (H)/P (X).. For multi-attribute data sets, computing P (X | Ci) of the overhead is very large, in order to reduce the computational complexity, we do conditional independence assumption that a given tuple class label, it is assumed that property values conditionally independent of each other, that does not exist in the inter-attribute dependencies. This procedure is only an implementation of algorithm, according to training data classifier training
- 2023-08-27 07:10:03下载
- 积分:1
-
本程序为基于工艺参数优化的改进遗传算法程序
本程序为基于工艺参数优化的改进遗传算法程序-based on the procedures for the optimization of process parameters improved genetic algorithm
- 2023-05-12 04:20:03下载
- 积分:1
-
Neural network model self
神经网络中自组织特征映射模型算法的源程序,属于无导师学习!-Neural network model self-organizing feature map algorithm source, belonging to no mentor to learn!
- 2022-03-03 18:44:18下载
- 积分:1
-
nsga2非支配排序遗传算法,c++源码实现
nsga2非支配排序遗传算法,c++源码实现-nsga2 non-dominated sorting genetic algorithm, c++ source code to achieve
- 2022-07-15 23:12:29下载
- 积分:1
-
ID3算法的另一种用java实现的代码,利用向量。
ID3算法的另一种用java实现的代码,利用向量。-Another ID3 algorithm realize with java code, using vector.
- 2022-02-16 03:14:05下载
- 积分:1
-
神经网络仿真的基本程序
神经网络仿真的基本程序- Nerve network simulation main routine
- 2022-02-04 11:56:29下载
- 积分:1