-
该程序是用C语言写的采用了动量方法的BP神经网络,它具有极其强大的扩展性,可用于函数的逼近及分类识别等各方面,语言书写规范,其中大量使用了动态分配一、二维数组的...
该程序是用C语言写的采用了动量方法的BP神经网络,它具有极其强大的扩展性,可用于函数的逼近及分类识别等各方面,语言书写规范,其中大量使用了动态分配一、二维数组的方法,该网络实例中实现的是对某一函数的逼近,输入层为二层,中间层可自己设定多达十几层,逼近精度非常精确。读者可根据自己的需要设定各层的数目以及相应的训练样本进行训练与测试。-The program is written in C language using the momentum method of BP neural network, which has extremely powerful scalability, can be used for function approximation and classification in areas such as language specification, including large-scale use of a dynamically allocated one, two dimensional array of methods, examples of the network realize that the approximation of a function, for the second input layer, middle layer can be set as many as a dozen layers, close to very precise accuracy. Readers may need to be set in accordance with its own number of floors and the corresponding training samples for training and testing.
- 2022-09-23 15:35:02下载
- 积分:1
-
VOF
VOF-3d,NASA开发的用于3维的VOF计算程序-VOF-Nasa-3D
- 2022-12-05 20:25:03下载
- 积分:1
-
The procedures used to deal with differential equations system to simplify a sys...
该程序用来处理微分方程系统的,用来化简一个微分系统的-The procedures used to deal with differential equations system to simplify a system of differential
- 2022-03-07 06:05:14下载
- 积分:1
-
胡小玉的PEG算法
PEG构造创建了周长非常大的矩阵。这种构造已被证明可以产生最著名的Gallager码,对于较小的块长度(如500、1000或2000)尤其重要。
- 2022-05-01 01:11:58下载
- 积分:1
-
elliptic partial differential equation algorithm applied to solving rectangular...
二阶椭圆偏微分方程的差分算法,适用于求解矩形区域,任意边界条件。-elliptic partial differential equation algorithm applied to solving rectangular region, arbitrary boundary conditions.
- 2022-04-25 13:57:58下载
- 积分:1
-
图像纹理分析:灰度共生矩阵
把给定的图像分解为大小相同的小块,并算出灰度共生矩阵,求出图像的熵,能量等特征值。
- 2022-02-24 22:36:21下载
- 积分:1
-
线段覆盖程序
基于c++的线段覆盖程序 本段程序采用的是贪心算法,初始化之后对线段进行预处理,如果读入的左端点比右端点大,那么调换一下位置。先用快速排序对线段的左端点排序, 排序结束之后,从左到右进行扫描,对线段的右端点的几种情况分别讨论保留还是舍去,最终输出结果即可。
- 2022-04-16 03:58:19下载
- 积分:1
-
Visual.C_#.2010从入门到精通-中文版章节课后源码
此源码为Visual.C_#.2010从入门到精通配套的章节代码,适合初学者跟着课本完成C#的学习
- 2022-09-15 21:45:03下载
- 积分:1
-
聚类算法实现
聚类算法VC++,可产生随机数,实现了k均值聚类算法和ISODATA算法,可实现样本的载入和聚类,系统在Vc++6平台下运行,有运行的界面和菜单,聚类数目可以人为设定,不同类别以不同的颜色来表示。
- 2022-02-26 11:54:45下载
- 积分:1
-
人工智能神经网络之感应器
该程序主要包括计算输出值、感知器学习算法(权值的调整)
- 2022-12-02 08:10:04下载
- 积分:1