资源列表
我编写的monte carlo随机数发生器检验程序
- 该程序用来检验monte carlo随机数的分布是否满足随机性要求。包括独立性检验、均匀性检验和参数检验。-procedures used to test the Monte Carlo random number distribution to satisfy the requirements randomness. Including the independence test, uniform test parameters and test.
minimize
- Conjugate Gradient Minimization在梯度下降算法中有着重要应用。可以解决一些一般方法不容易解决的问题
BP神经网络的VC实现
- BP神经网络的VC实现
genetic
- 遗传算法-Genetic algorithms
Hopfield
- 自己编写的一个用VB实现的Hopfield网络-I have written a VB realized by Hopfield network
bp
- BP神经网络的VC实现,BP神经网络的VC实现-VC of BP neural network implementation, BP neural network implementation of the VC
bee
- 人工蜂群算法的具体实现源代码……用C语言写的哦亲-the ABC algorithm s code which was writed by C
NN
- 请选用多层前馈网络和一种改进的BP算法对下面的多输入系统进行辨识仿真
k-means
- k-means算法,用于聚类,是一种机器学习的典型算法- k-means, used to clustering
a
- 数字型低通滤波器的编程,可以替代硬件滤波电路,易于更改参数。-Digital low-pass filter for programming
GA
- MATLAB实现的改进遗传算法程序,希望对大家有所作用。-MATLAB program to achieve the improved genetic algorithm, we hope to effect.
particle_swarm_optimization1
- 用局部最优探索算法求解tsp问题。。。matlab编写。附有城市坐标用于检验。