资源列表
BP_sinx
- BP神经网络分别实现sinx、|sinx|、sin(a)sin(b)/ab 程序源代码,采用matlab编写-BP neural network to achieve sinx,| sinx | ,sin (a) sin (b)/ab program source code, using matlab prepared
mydatamining-java
- 数据挖掘的java实现 是我们上课的时候做的哦-Data Mining java realization of the class when we do, oh
hPSOption
- 一个国外学者编辑的粒子群算法,对于初学者和其他人员均有很大的帮助作用-a foreign scholar edit the PSO for beginners and other staff have been very helpful
TSPGA
- 使用遗传算法解决TSP问题,通过模仿生物遗传的方法计算TSP路径
基因计算
- 简单遗传算法(SGA) 主要算法模块有:选择 交叉 变异 (三个遗传操作) 和 群体更新 -simple genetic algorithm (SGA) algorithm for the main modules are : choice of crossover and mutation (3 Genetic Manipulation) and update groups
一个简单的遗传算法C++类
- 一个简单的遗传算法C++类-a simple genetic algorithm C
golden-section
- 采用黄金分割算法计算已知式子的最值并找到此时自变量的值。-Golden section algorithm using known formulas and find the most value from the variable' s value at this time.
ECG_mode
- ECG心电检波的模式识别算法,完成QRS波的自动检测功能,C源代码
bp
- BP神经网络算法用matlab实现的源程序-BP neural network algorithm to achieve the source code with matlab
c++
- 这是一个函数优化得源码 是遗传算法得 你看看吧 希望你能接受-This is a function optimization genetic algorithm is a source you have to see you hope you can accept
zuiduanlujing
- 运输问题 能够实现优化 从而帮助我们找到最短路径--Pipeline transportation problem can be optimized in order to help us find the shortest path
K-均值聚类算法C++编程
- K-均值聚类算法的编程实现。包括逐点聚类和批处理聚类。K-均值聚类的的时间复杂度是n*k*m,其中n为样本数,k为类别数,m为样本维数。这个时间复杂度是相当客观的。因为如果用每秒10亿次的计算机对50个样本采用穷举法分两类,寻找最优,列举一遍约66.7天,分成3类,则要约3500万年。针对算法局部最优的缺点,本人正在编制模拟退火程序进行改进。希望及早奉给大家,倾听高手教诲。-K-means clustering algorithm programming. Point by point, inc
