登录
首页 » 算法 » 神经网络优化算法

神经网络优化算法

于 2022-03-02 发布 文件大小:7.09 kB
0 192
下载积分: 2 下载次数: 2

代码说明:

BP学习算法具有结构简单、参数可调、可操作性好等优点,虽然BP神经网络是人工神经网络中应用最广泛的算法,但也存在一些缺陷,如学习收敛速度太慢。利用遗传算法对神经网络的网络结构、初始连接权值和阈值选取进行优化。

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • C语言作的四色验证1.需求分析问题描述:证明了可以用不多于4种颜色对n个区域着色,而满足相邻的区域具有不同的颜色输入形式 : 暂定最多50个区域,如需证明更多区...
    C语言作的四色验证1.需求分析问题描述:证明了可以用不多于4种颜色对n个区域着色,而满足相邻的区域具有不同的颜色输入形式 : 暂定最多50个区域,如需证明更多区域,修改#define S 50 即可;以整形形式输入(取值范围1-32767)用户需要证明的区域数目,相联的一对矩阵; 输出形式:以0和1输出关联矩阵,和以blue yellow orange pink形式输出每个区域相对应证明出的颜色;-C language does four colors confirm 1. demands analyses question description: Had proven may use not to be many to 4 kind of colors to n region coloration, but satisfies the neighboring region to have the different color input form: Establishes provisionally more than 50 regions, if must prove more regions, revise#define S 50 then; Region number (value scope 1-32767) the user needs to prove which by the reshaping form input, unites a pair of matrix; Output form: By 0 and 1 output incidence matrixs, with form outputs the color by blue yellow orange the pink which each region corresponds proves;
    2022-10-20 02:35:04下载
    积分:1
  • 常用的C程序。主要内容包括多项式的计、复数运、随机数的产生、矩阵运、矩阵特征值与特征向量的计、线性代数方程组的求解、非线性方程与方程组的求解、插值与
    常用算法的C程序。主要内容包括多项式的计算、复数运算、随机数的产生、矩阵运算、矩阵特征值与特征向量的计算、线性代数方程组的求解、非线性方程与方程组的求解、插值与逼近、数值积分、常微分方程组的求解、数据处理、极值问题的求解、数学变换与滤波、特殊函数的计算、排序和查找。-Commonly used algorithm of C procedures. Include polynomial terms, complex computation, random number generation, matrix operations, matrix eigenvalue and eigenvector calculations, linear algebra equations, nonlinear equations with the equations, interpolation and approximation, numerical integration, solving ordinary differential equations, data processing, for solving extremum problems, mathematical transformation and filtering, the calculation of special functions, sorting and search.
    2022-05-01 03:01:58下载
    积分:1
  • 三维点云配准ICP C++实现ICP_test
    应用背景       ICP算法即:迭代最近点法(Iterative Closest Points Algorithm)。ICP算法由Besl和Mckey提出,是一种基于轮廓特征的点配准方法主要用于解决基于自由形态曲面的配准问题。 关键技术 ICP算法的基本思想是:根据某种几何特性对数据进行匹配,并设这些匹配点为假想的对应点,然后根据这种对应关系求解运动参数。再利用这些运动参数对数据进行变换。并利用同一几何特征,确定新的对应关系,重复上述过程。
    2022-02-20 01:31:19下载
    积分:1
  • JAVA足球游戏
    JAVA制作的fifa2004,可在手机上运行,模拟比赛双方的完整算法,真实还原比赛过程。
    2022-03-22 23:49:04下载
    积分:1
  • 点集凸包( 收缩)Jarris步进
    点集凸包( 收缩法)Jarris步进法-point set convex hull (contraction) Jarris Step Method
    2022-07-04 05:21:25下载
    积分:1
  • 非线性方程不能消除和分解方求解,…
    非线性方程组不能用消去和分解法进行求解,jacabi迭代和高斯迭代是最常用的两种迭代方法-Nonlinear equations can not be eliminated and the decomposition method to solve, jacabi iteration and Gauss iteration is the most commonly used two types of iterative methods
    2022-01-26 07:01:24下载
    积分:1
  • G726 解码器-asm.js
    这些例程包括 CCITT G.726 16 Kbps 的实现ADPCM 编码算法。这种实现在本质上是相同的的位级描述除了几个偏差,利用的工作站属性,如硬件 2 的补充算法。 ITU-T G.726 编码器是编码算法,适用于编码的数字化的电话带宽自适应差分脉冲编码调制 (ADPCM) 波形 (0.3-3.4 千赫) 语音或在 8 kHz 采样的音频信号。此编码器在样本的样本基础上运作。可以用线性 PCM 或准 8 位 G.711 (m 法 A 律) 格式代表输入的样本(即 64 kbps)。对于 32 kbps 速率进行操作,每个样本被转换成一个 4 位量化的差异信号造成 G.711 格式的压缩比为 2: 1。对于 24 kbps 40 kbps 操作,量化后的色差信号是 3 位和 5 位,分别。
    2022-02-25 14:17:37下载
    积分:1
  • 复杂网络,删除指定节点的复杂网络模型,适用性强
    复杂网络,删除指定节点的复杂网络模型,适用性强-Complex networks, the complexity of the deletion of the specified node network model, the application of strong
    2022-02-05 19:26:28下载
    积分:1
  • 问题源代码:骑士遍历、万年历、N皇后问题回溯、动态计网络最长最短路线、货郎担分枝限界图形演示、货郎担限界、矩阵乘动态规划、网络最短路径Dijks...
    问题算法源代码:骑士遍历、万年历、N皇后问题回溯算法、动态计算网络最长最短路线、货郎担分枝限界图形演示、货郎担限界算法、矩阵乘法动态规划、网络最短路径Dijkstra算法-problems algorithm source code : Knight traversal, calendar, N Queens backtracking algorithms, Dynamic computing network longest shortest routes, traveling salesman Branch and Bound graphic demonstration, traveling salesman Bound algorithm, Matrix multiplication dynamic programming, network Dijkstra shortest path algorithm
    2022-01-25 17:06:40下载
    积分:1
  • 单片外围电路中常用的小无件,ds1302,是一个时钟芯片
    单片外围电路中常用的小无件,ds1302,是一个时钟芯片-Single-chip peripheral circuits commonly used in non-small pieces, ds1302, is a clock chip
    2023-08-06 01:45:03下载
    积分:1
  • 696516资源总数
  • 106918会员总数
  • 4今日下载