搜索资源列表
nnToolKit_src
- nnToolKit 神经网络工具包是基于 MATLAB 神经网络工具箱自行开发的一组神经网络算法函数库,其中的函数在MATLAB环境下均可独立运行,并可打包成DLL组件,这些组件作为独立的COM对象,可以直接被Visual Basic、Visual C++ 、C++ Builder或其它支持COM的高级语言所引用。本工具包中包含的算法包括BP算法中的一些改进算法、模糊神经网络、小波神经网络、遗传算法优化神经网络权值改进算法等,根据需要,读者还可以对该工具包进行扩展,即扩充一些新的函数,以实现特殊
BP
- 基于visual basic的遗传算法优化BP神经网络权值源程序-visual basic
GA-bp
- 基于遗传算法的bp神经网络优化程序,经测试好用,有很好的应用价值-Bp based on genetic algorithm neural network optimization program, tested easy to use, there is a good value
BP-based-on-genetic
- 基于遗传算法的BP神经网络在多目标优化中的应用研究-BP based on genetic algorithm neural network in multi-objective optimization of
genetic-algorithm-and-BP
- 基于遗传算法的BP神经网络优化算法,用遗传算法和BP神经网络优化算法相结合,来寻找最优值。-Based on genetic algorithm optimization algorithm BP neural network, genetic algorithm and BP neural network optimization algorithm combined to find the optimal value.
chapter3
- 基于遗传算法的BP神经网络优化算法Matlab实现-Optimization algorithm based on genetic algorithm BP neural network
ga-bp
- 这是基于遗传算法的BP神经网络优化预测的程序,具有非常的意义-This is based on genetic algorithm to optimize BP neural network prediction program, with very meaning
遗传算法优化BP神经网络
- 遗传算法优化BP神经网络,一种优化全的 比bp神经网络算法。基于MATab编写
BP-shenjing
- chapter3基于遗传算法的BP神经网络优化算法-chapter3 genetic algorithm BP neural network optimization algorithm based ,,,,,,,,
000003
- 基于遗传算法的BP神经网络优化算法的源代码实现,比较了增添遗传算法前后的差别-BP neural network optimization algorithm based on genetic algorithm of the source code to achieve, compared with the genetic algorithm before and after the difference
GA_BP
- 基于遗传算法的BP神经网络优化算法,以某拖拉机的齿轮箱为工程背景,介绍使用基于遗传算法的BP神经网络进行齿轮箱故障的诊断。-BP neural network optimization algorithm based on genetic algorithm, in the engineering background of a tractor gearbox, introduces using BP neural network based on genetic algorithm for g
chi-lun-xiang
- 基于遗传算法的BP神经网络优化算法。以此方法对齿轮箱进行故障诊断。-Optimization Algorithm of BP Neural Network Based on Genetic Algorithm. In this way, the gearbox is diagnosed
遗传算法优化BP神经网络-非线性函数拟合
- 基于遗传算法优化神经网络进行故障诊断的研究(Genetic neural network optimization)
chapter3基于遗传算法的BP神经网络优化算法
- 用遗传算法去优化BP神经网络,使控制更加精准(Genetic algorithm is used to optimize BP neural network)
基于遗传算法的BP神经网络优化算法
- 基于遗传算法的BP神经网络优化算法,Matlab代码。(BP neural network optimization algorithm based on genetic algorithm, Matlab code.)
基于遗传算法的BP神经网络优化
- 基于遗传算法的BP神经网络优化,并对比使用遗传算法前后的差别。
chapter3 基于遗传算法的BP神经网络优化算法
- 《MATLAB智能算法30个案例分析》(史峰等)(30 case studies of MATLAB intelligent algorithm (Shi Feng et al.))
基于遗传算法的BP神经网络优化算法
- 基于遗传算法的BP神经网络优化算法,便于相关研究人员理解(BP neural network optimization algorithm based on genetic algorithm to facilitate the understanding of relevant researchers)
基于GA优化的BP算法
- 通过遗传算法优化BP神经网络,提高其收敛速度和预测准确度。(BP neural network is optimized by genetic algorithm to improve its convergence speed and prediction accuracy.)
基于遗传算法优化BP神经网络
- 利用遗传算法实现对BP神经网络的优。内容包含:GA主函数;GA-BPNN优化主函数;目标函数objfun;BPNN主函数;以及一个分类原始数据可供优化模型验证。