资源列表

[人工智能/神经网络/遗传算法fuheyuce

说明:基于BP神经网络的电力系统日负荷预测,模型采用24个输入,24个输出,训练次数为10000,训练目标为0.5,学习速率设置为0.1。(Load forecasting based on BP neural network, the model uses 24 inputs, 24 outputs, the number of training is 10000, the training target is 0.5, the learn
<青农> 在 2024-11-08 上传 | 大小:1kb | 下载:0

[人工智能/神经网络/遗传算法opt_swizzle_swizzle

说明:Eliminates the second swizzle in a swizzle chain.Does a copy propagation pass on the code present in the instruction stream.
<dinmomt> 在 2024-11-08 上传 | 大小:1kb | 下载:0

[人工智能/神经网络/遗传算法Genetic_Algotithm

说明:用遗传算法求y=x*sin(10*pi*x)+2的最大值 -1=<x<=2 精确到6位小数 pow(2,21)<3*1000000<pow(2,22) 编码的二进制长度为22 (Using genetic algorithms seek y = x* sin (10* pi* x)+2 maximum-1 = <x<=2)
<段冰可> 在 2024-11-08 上传 | 大小:1kb | 下载:0

[人工智能/神经网络/遗传算法bp

说明:一种BP神经网络的PYTHON代码,可用于简单预测等(A BP neural network PYTHON code)
<wb12345> 在 2024-11-08 上传 | 大小:1kb | 下载:0

[人工智能/神经网络/遗传算法RBF_FZ

说明:本程序为RBF神经网络预测。输入量为多个,输出为单个,可根据自己需求进行修改。预测效果明显,较为实用。(This procedure is RBF neural network prediction. The input quantity is many, the output is a single, may according to own need to carry on the revision. Prediction effe
<phenixfk> 在 2024-11-08 上传 | 大小:1kb | 下载:0

[人工智能/神经网络/遗传算法1

说明:给定一颗有权无根树,修改任意一条边,求最少的任意两点间的距离和:修改一条边是指删除树中的一条边,然后选择两个端点连线,形成一课新的树,并且不改变这条边的权值,在这棵树的基础上,求最少的任意两点间的距离和是多少 任意两点的距离和指:sum(a到b的距离,a<b,a和b都是树上的点) 输入:第一行是整数n,接下来n-1行,每行包括3个整数ai,bi,wi,表示节点ai与bi之间有一条权重为wi的边。 输出
<qzm> 在 2024-11-08 上传 | 大小:1kb | 下载:0

[人工智能/神经网络/遗传算法Untitled

说明:小波神经网络是由 Qinhua Zhang 和 Albert Benveniste(1992)首先提出的,它 充分利用了小波变化良好的局部化性质并结合 ANN 的自学习功能,因而具有较 强的逼近和容错能力。
<dinghang> 在 2024-11-08 上传 | 大小:1kb | 下载:0

[人工智能/神经网络/遗传算法elmpredict

说明:用单隐层前馈神经网络ELM算法实现信号预测(Elm with single hidden layer feedforward neural network prediction algorithm to realize signal)
<郄小美> 在 2024-11-08 上传 | 大小:1kb | 下载:0

[人工智能/神经网络/遗传算法Gale_Shapley

说明:实现稳定婚姻算法,解决在同等男士女士数量情况下的稳定配对问题(To achieve a stable marriage algorithm, to solve the problem of the stability of the same number of men in the case of the same)
<Liu SJ> 在 2024-11-08 上传 | 大小:1kb | 下载:0

[人工智能/神经网络/遗传算法F2

说明:这是全国研究生第十一届数学建模竞赛E题第二问的程序,它可以用于解决优化问题(This is the eleventh National Graduate Mathematical Contest in Modeling E second question asked of the program, which can be used to solve optimization problems)
<闫友菲> 在 2024-11-08 上传 | 大小:1kb | 下载:0

[人工智能/神经网络/遗传算法class09

说明:自己实现的一个LCS最长公共子序列算法,参考算法导论第三版进行实现(An LCS longest common subsequence algorithm to achieve their own, refer to the third edition of Introduction to Algorithms were realized)
<lanxin> 在 2024-11-08 上传 | 大小:1kb | 下载:0

[人工智能/神经网络/遗传算法ANN

说明:人工神经网络(ANN),简称神经网络,是一种模仿生物神经网络的结构和功能的数学模型或计算模型。神经网络由大量的人工神经元联结进行计算。大多数情况下人工神经网络能在外界信息的基础上改变内部结构,是一种自适应系统。现代神经网络是一种非线性统计性数据建模工具,常用来对输入和输出间复杂的关系进行建模,或用来探索数据的模式。(Artificial neural network (ANN), referred to as neural networ
<子W曦> 在 2024-11-08 上传 | 大小:1kb | 下载:0

源码中国 www.ymcn.org