CodeBus
www.codebus.net
Search
Sign in
Sign up
Hot Search :
Source
embeded
web
remote control
p2p
game
More...
Location :
Home
Search - ga neural
Main Category
SourceCode
Documents
Books
WEB Code
Develop Tools
Other resource
Search - ga neural - List
[
matlab
]
matlab-ga-nn
DL : 0
经典的神经网络matlab程序。-classical neural networks Matlab procedures.
Update
: 2025-02-17
Size
: 4kb
Publisher
:
钱阳
[
AI-NN-PR
]
ANN-GA
DL : 0
神经网络和遗传算法的课件,有一定的参考价值。-neural networks and genetic algorithms courseware has some reference value.
Update
: 2025-02-17
Size
: 168kb
Publisher
:
王刚
[
AI-NN-PR
]
GA-wangxp
DL : 0
王小平《遗传算法——理论、应用与软件实现》随书光盘,内容有: \GA 本书中所附源程序C或C++代码文件及其可执行文件 Scs.cpp 基本分类算法源程序,输入数据文件cfile.txt,efile.txt,gfile.txt,pfile.txt,rfile.txt,tfile.txt Sga.c 基本遗传算法源程序, 输入数据文件input,输出文件output A_life.c 基于遗传算法的人工生命模拟源程序, 输入数据文件world GA_nn.c 基于遗传算法优化神经网络结构源程序,输入数据文件sample Patmat.c 基于遗传算法提取基元图形源程序 \Sources 遗传算法相关自由软件及代码 -Wang Xiaoping "genetic algorithm-- Theory, Application and Software" CD with the book, the contents are : \ GA book accompanying C or C source code files and executable files Scs.cpp basic classification algorithm-source Order, the importation of data files cfile.txt, efile.txt, gfile.txt. pfile.txt, rfile.txt. tfile.txt Sga.c basic genetic algorithm source files, input data files input, output file output A_life.c based on genetic algorithm simulation source Artificial Life, import data files GA_nn.c world based on genetic algorithm optimization neural network structure source, import data files Patmat.c sample extraction based on genetic algorithm-based graphics yuan source \ Sour ces genetic algorithms and the associated free software code
Update
: 2025-02-17
Size
: 4.31mb
Publisher
:
zhuli
[
AI-NN-PR
]
GA-elman
DL : 1
我自己编写的基于遗传算法的elman神经网络模型.大家参考!-I prepared based on genetic algorithm elman neural network model. Reference!
Update
: 2025-02-17
Size
: 4kb
Publisher
:
zhs
[
Other
]
matlab2
DL : 0
ga优化神经网权值&阈值程序。 优化的基本原理和过程很多论文可以查到-ga optimizing neural network weights
Update
: 2025-02-17
Size
: 3kb
Publisher
:
潇耳
[
Other
]
ga-nnc-book
DL : 0
上传一些遗传算法改进神经网络的caj资料,希望对大家有用!-From a number of genetic algorithm to improve the neural network CAJ information, in the hope that useful to everybody!
Update
: 2025-02-17
Size
: 1.02mb
Publisher
:
chen
[
matlab
]
GA-bP
DL : 0
遗传算法和神经网络混合编程,可用于优化计算,仅供参考-Genetic algorithm and neural network hybrid programming, can be used to optimize the calculation, for reference only
Update
: 2025-02-17
Size
: 4kb
Publisher
:
蒋立勇
[
AI-NN-PR
]
GA-BP
DL : 0
利用遗传算法来训练BP神经网络的权值和阈值-The use of genetic algorithm to train the BP neural network weights and thresholds
Update
: 2025-02-17
Size
: 1kb
Publisher
:
shui
[
AI-NN-PR
]
ga-bp
DL : 0
程序名:ga_bp_predict.cpp 描述: 采用GA优化的BP神经网络程序,用于单因素时间 序列的预测,采用了单步与多步相结合预测 说明: 采用GA(浮点编码)优化NN的初始权值W[j][i],V[k][j],然后再采用BP算法 优化权值-Program name: ga_bp_predict.cpp Description: The GA-optimized BP neural network procedure for single-factor time series prediction using the single-step and multi-step prediction combining Description: using GA (floating point coding) to optimize the initial NN weights W [j] [i], V [k] [j], then BP algorithm to optimize the use of weights
Update
: 2025-02-17
Size
: 6kb
Publisher
:
fk774
[
AI-NN-PR
]
NN+GA
DL : 0
1,改进BP神经网络在股市预测中的应用.2,基于MATLAB工具箱的开采煤层自燃危险性预测.3,基于改进的神经网络的电力系统负荷预报.4,基于神经网络的灌溉用水量预测.5,基于遗传算法改进BP网络的地表沉陷预计.6,利用遗传算法改进BP学习算法.7,模糊神经网络在电力市场短期负荷预测中的应用.8,神经网络学习算法存在的问题及对策.9,遗传神经网络在电力系统短期负荷预测中的应用.10,应用改进BP神经网络进行用水量预测.11,用遗传算法改进的BP模型在刹车系统诊断中的应用研究.12,遗传算法改进的BP神经网络对汛期三门峡水库泥沙冲淤量的计算13,基于遗传算法的人工神经网络学习算法14.自适应遗传算法优化管网状态估计神经网络模型.15,基于GA_RBF神经网络的电梯交通流模式识别的研究-Improved BP Neural Network in Stock Market Prediction
Update
: 2025-02-17
Size
: 721kb
Publisher
:
军军
[
AI-NN-PR
]
multi-ga
DL : 0
自己编的遗传算法同BP神经网络结合的代码!并且在神经网络模型上进行多目标寻优,结果有doc文档详细说明!实现BP-GA多目标优化应用实例!-Own genetic algorithm with BP neural network combined with the code! And in the neural network model for multi-objective optimization, the result document has a detailed description doc! Realize BP-GA multi-objective optimization application examples!
Update
: 2025-02-17
Size
: 77kb
Publisher
:
ym
[
Documents
]
GA
DL : 0
遗传算法及其MATLAB实现 主要内容: (1)遗传算法简介 (2)遗传算法的MATLAB实现 (3)应用举例 (4)遗传算法优化神经网络方向-MATLAB realization of genetic algorithm and its main elements: (1) brief introduction to genetic algorithm (2) realize MATLAB Genetic Algorithm (3) application, for example (4) genetic algorithm neural network direction
Update
: 2025-02-17
Size
: 11kb
Publisher
:
jet
[
AI-NN-PR
]
ga
DL : 0
基于遗传神经网络的图像分割[神经网络实用教程中的实例]-Based on Genetic Neural Network for Image Segmentation [neural network tutorial and practical examples]
Update
: 2025-02-17
Size
: 115kb
Publisher
:
吴真
[
AI-NN-PR
]
GA
DL : 0
介绍遗传算法基本原理和人工神经网络,并行遗传,遗传程序等,并用这些方法为商旅问题等求解-Genetic algorithm and Artificial neural network Parallel GA Genetic programming Traveling salesman
Update
: 2025-02-17
Size
: 132kb
Publisher
:
张庭
[
AI-NN-PR
]
99273904GA-bP
DL : 0
基于GA的BP改进算法,用遗传算法对BP 神经网络算法进行改进试用过 里面有数据是可以使用的-GA-based improvement of BP algorithm, genetic algorithm with BP neural network algorithm tried there are data that can be used
Update
: 2025-02-17
Size
: 4kb
Publisher
:
kubery
[
AI-NN-PR
]
ga-RBF
DL : 0
基于遗传算法对rbf神经网络的径向基宽度进行优化的matlab程序-Based on genetic algorithm rbf radial basis neural network to optimize the width of the matlab program
Update
: 2025-02-17
Size
: 4kb
Publisher
:
王建
[
AI-NN-PR
]
GA
DL : 0
这是一个遗传神经网络,用遗传算法优化神经网络的权值-This is a genetic neural networks, genetic algorithm with neural network weights
Update
: 2025-02-17
Size
: 1kb
Publisher
:
jinjing
[
matlab
]
GA
DL : 0
遗传算法优化BP神经网络程序,很不错的,值得学习-GA for BP neural network training
Update
: 2025-02-17
Size
: 28kb
Publisher
:
scs
[
AI-NN-PR
]
GA-BP
DL : 0
这是一个采用遗传算法优化bp神经网络权值阈值的MATLAB程序-This is a genetic algorithm to optimize neural network weights bp threshold MATLAB program
Update
: 2025-02-17
Size
: 34kb
Publisher
:
chengfei
[
AI-NN-PR
]
GA-BPANN
DL : 0
经过遗传算法优化的BP神经网络程序GA-BPA-After a genetic algorithm BP neural network program GA-BPANN
Update
: 2025-02-17
Size
: 5kb
Publisher
:
吕刚
«
1
2
3
4
5
6
7
8
9
10
...
14
»
CodeBus
is one of the largest source code repositories on the Internet!
Contact us :
1999-2046
CodeBus
All Rights Reserved.