-
高人用C++写的ALOPEX(即模式提取算法)实现程序,程序相当精炼,值得大家研究!...
高人用C++写的ALOPEX(即模式提取算法)实现程序,程序相当精炼,值得大家研究!-expert C++ to write the ALOPEX (model extraction algorithm) procedures, procedures considerable refining, we should study!
- 2022-03-16 02:34:02下载
- 积分:1
-
粒子群算法工具箱,有DEMO程序,可以对16中常见函数测试,并附有神经元网络的训练算法...
粒子群算法工具箱,有DEMO程序,可以对16中常见函数测试,并附有神经元网络的训练算法-Particle swarm optimization toolbox, there are DEMO program, you can test for 16 common functions, together with the training algorithm for neural networks
- 2022-10-01 08:20:03下载
- 积分:1
-
遗传算法的c源码 说明很详细
遗传算法的c源码 说明很详细-Genetic Algorithm c Note very detailed source
- 2022-08-22 03:38:25下载
- 积分:1
-
人工神经网络BP算法
1、动态改变学习速率
2、加入动量项
3、运用了Matcom4.5的矩阵运算库(可免费下载,头文件matlib.h),
方...
人工神经网络BP算法
1、动态改变学习速率
2、加入动量项
3、运用了Matcom4.5的矩阵运算库(可免费下载,头文件matlib.h),
方便矩阵运算,当然,也可自己写矩阵类
4、可暂停运算
5、可将网络以文件的形式保存、恢复-Artificial neural network BP algorithm 1, the dynamic change learning rate 2, adding momentum of 3, using the matrix calculation Matcom4.5 library (can be downloaded free of charge, the first document matlib.h), facilitate the matrix calculation, of course, can also write their own matrix Class 4, may be suspended by the operator 5, may be the form of network to the preservation, restoration
- 2022-01-26 07:08:09下载
- 积分:1
-
本压缩软件有vc++图象处理编程的源代码,相信会对从事图像处理的各位有所帮助...
本压缩软件有vc++图象处理编程的源代码,相信会对从事图像处理的各位有所帮助- This compression software has the vc imagery processing
programming the source code, believed can to be engaged in picture
processing each position to have the help
- 2023-01-27 13:20:03下载
- 积分:1
-
是个定时期,不是太有用的东西,
是个定时期,不是太有用的东西,-GOOD
- 2022-03-13 14:23:45下载
- 积分:1
-
实现模糊控制算法(AD DA)和人机接口(4x4键盘 2x16LCD 串口1/2)
实现模糊控制算法(AD DA)和人机接口(4x4键盘 2x16LCD 串口1/2)
- 2023-02-16 04:45:04下载
- 积分:1
-
人工神经网络算法研究及应用 田景文.包括神经网络、遗传算法、小波网络、模拟退火算法和支持向量机,清晰易懂,非常值得一看。...
人工神经网络算法研究及应用 田景文.包括神经网络、遗传算法、小波网络、模拟退火算法和支持向量机,清晰易懂,非常值得一看。-Artificial Neural Network Algorithm Research and Application田景文. Including neural networks, genetic algorithms, wavelet networks, simulated annealing algorithm and support vector machine, clear and easy to understand, is a must see.
- 2022-03-20 19:35:13下载
- 积分:1
-
This a neural network development kit. Ann directory under specific neural netwo...
这是一个神经网络开发包。目录ann下是专门针对神经网络的代码,外部目录是一些公用的代码,与神经网络无关,但是神经网络的代码用到了它们。 ann目录下有一个目录demo,里面存放了一些示例程序,请参照它们进行编程。-This a neural network development kit. Ann directory under specific neural network code, external directory is some common code, has nothing to do with the neural network, but neural networks use of their code. Ann directory is a directory demo, stored inside a sample program, please refer to their program.
- 2022-03-01 10:58:26下载
- 积分:1
-
微分进化算法DE是1995年由Rainer Storn和Kenneth Price首先提出。DE已被证明在求解过程中具有高效性、收敛性、鲁棒性等优点[5,6]...
微分进化算法DE是1995年由Rainer Storn和Kenneth Price首先提出。DE已被证明在求解过程中具有高效性、收敛性、鲁棒性等优点[5,6] 。它在许多优化问题中都表现出优于自适应模拟退火算法、POS 算法、GA算法的性能。DE利用实数值参数向量作为每一代的种群,它的自参考种群繁殖方案与其他优化算法不同。-DE was first proposed in 1995 by Rainer Storn and Kenneth Price and had been proven that it is efficient, convergent, and robust in the solution process. [5,6] In many optimize questions, its performance surpasses the adaptive simulated annealing algorithm, the POS algorithm, and the GA algorithm. DE gets each generation of population using the real value parameter vector, and the crucial idea of DE is a scheme for generating trial parameter vectors.
- 2022-04-30 12:55:51下载
- 积分:1