-
genetic algorithm combined with neural networks, in the hope of a brighter guida...
遗传算法结合神经网络的思想,希望给你指点光明-genetic algorithm combined with neural networks, in the hope of a brighter guidance to you
- 2022-08-18 20:08:17下载
- 积分:1
-
Binary Search Tree
Binary Search Tree - with additional recursion functions (smallest, parent & successor) etc-Binary Search Tree- with additional recursion functions (smallest, parent & successor) etc
- 2022-01-28 01:15:26下载
- 积分:1
-
财经类数值算法(finacial numerical recipes),压缩包内有pdf文件和c++源码...
财经类数值算法(finacial numerical recipes),压缩包内有pdf文件和c++源码-Financial category numerical algorithm (Financial numerical recipes), compressed within a pdf file and c-source
- 2022-05-07 13:55:22下载
- 积分:1
-
DSP with Matlab by Proakis and Ingle
DSP with Matlab by Proakis and Ingle
- 2023-05-17 21:40:02下载
- 积分:1
-
This is a float to float into the IEEE process, the type of electrical parameter...
这是一个将浮点数转换成IEEE浮点数的程序,可以对电气类的参数设置和调试有帮助。此程序可以生成西门子变频器的调试代码的psw部分。-This is a float to float into the IEEE process, the type of electrical parameter setting and debugging help. This procedure can generate Siemens inverter Debugging valid part of the code.
- 2022-06-17 08:33:15下载
- 积分:1
-
算法 排序算法的比较
本代码以插入排序,冒泡排序,选择排序,快速排序,希尔排序等等进行比较,以替换的次数数值的来直观的比较
- 2023-03-15 08:55:04下载
- 积分:1
-
这是数字信号处理――matlab释义与实现一书的源代码
这是数字信号处理――matlab释义与实现一书的源代码-This is the Digital Signal Processing-- Matlab Interpretation and Implementation of a source book
- 2022-08-21 10:43:20下载
- 积分:1
-
PID算法的C程序代码(带自整定功能哦)
pid的算法,带有自整定。还有详细的中文注释。
用户应熟知自动化工程技术,并了解闭环控制的基本原理。
- 2022-01-25 15:33:44下载
- 积分:1
-
matlab编写的数值计算程序,用于数学实验方面
matlab编写的数值计算程序,用于数学实验方面-Matlab prepared by the numerical calculation program for math experiments
- 2022-01-26 14:59:23下载
- 积分:1
-
反向传播神经网络的多个输出
反向传播的原则是其实很容易理解,即使它背后的数学可以看起来相当令人望而却步。基本步骤如下:
初始化与小随机加权网络。
目前对网络的输入层的输入的模式。
饲料通过网络来计算其激活值的输入的模式。
采取所需的输出和激活值来计算的网络激活错误之间的区别。
饲喂以减少其激活错误对此输入模式的输出神经元的权重进行调整。
传播错误值返回到每个隐藏的神经元,是其在网络激活错误的贡献成正比。
喂养每个隐藏的神经元,以减少它们的贡献对此输入模式错误的权重进行调整。
对每个输入模式输入集合中重复步骤 2 到步骤 7。
重复步骤 8,直到网络接受过适当培训。
为了使这个新的网络通过它的步伐,我下载了经典的虹膜植物数据库从UCI 机器学习资料库。数据集包含三个类的五十实例,每个,其中每个类是指一种类型的鸢尾属植物。一类是线性可分从其他两个 ;后者不是从彼此线性可分的。若要使用此数据,为 csv 文件扩展名的文本文件保存该 web 页。用 Excel 打开并添加三个新列在右边,与0,0,1或0,1,0或1,0,0根据植物品种填补。删除物种名称列,并且您现在有一个文件,它可以喂进入您的网络。
- 2022-01-25 23:46:40下载
- 积分:1