-
人工智能经典问题TSP问题的C语言实现,内含源程序和调试过程生成的文件...
人工智能经典问题TSP问题的C语言实现,内含源程序和调试过程生成的文件-AI classic TSP"s C language, and includes source code debugging process produces files
- 2023-03-15 02:55:03下载
- 积分:1
-
K-均值聚类算法的编程实现。包括逐点聚类和批处理聚类。K-均值聚类的的时间复杂度是n*k*m,其中n为样本数,k为类别数,m为样本维数。这个时间复杂度是相当客观的。因为如果用每秒10亿次的计算机对50个样本采用穷举法分两类,寻找最优,列举一遍约66.7天,分成3类,则要约3500万年。针对算法局部最优的缺点,本人正在编制模拟退火程序进行改进。希望及早奉给大家,倾听高手教诲。-K-means clustering algorithm programming. Point by point, including clustering and clustering batch. K-means clustering of the time complexity of n* k* m, n samples, several types of k, m sample dimension. The time complexity is a very objective. Because if we use one billion times per second the computer using 50 samples of two exhaustive method to find the optimal set out again about 66.7 days, divided into three categories, offering 3,500 years. Local optimal algorithm against the shortcomings, I was prepared simulated annealing process improvements. Early Feng hope for everyone, listen to the master teachings.
- 2022-01-28 00:58:44下载
- 积分:1
-
PID控制已经广泛的用于工业生产,但是对于PID参数的获得一直是该控制的难点。本例子为对PID控制有兴趣的人提供一种参考,该PID控制采用遗传算法。...
PID控制已经广泛的用于工业生产,但是对于PID参数的获得一直是该控制的难点。本例子为对PID控制有兴趣的人提供一种参考,该PID控制采用遗传算法。-PID control has been widely used in industrial production, but the PID parameters for the control of access has been difficult. The examples of PID control for those who are interested in providing a reference, the PID control using genetic algorithm.
- 2022-04-17 01:50:48下载
- 积分:1
-
利用OpenCV库实现的一个Kalman滤波的例子。
利用OpenCV库实现的一个Kalman滤波的例子。-A Kalman filter example achieved with OpenCV.
- 2023-02-22 03:35:04下载
- 积分:1
-
遗传算法的原代码,用于最优化计算,只需解压便可使用。
遗传算法的原代码,用于最优化计算,只需解压便可使用。-Genetic algorithm source code for the optimization calculation, just unzip to use.
- 2023-03-25 07:20:03下载
- 积分:1
-
神 经 网 络 的 资 料
神 经 网 络 的 资 料-neural network data
- 2022-07-01 16:08:15下载
- 积分:1
-
Ant Algorithm js realize some time ago in the online collection
蚂蚁算法的js实现
前段时间在网上收集的-Ant Algorithm js realize some time ago in the online collection
- 2022-03-24 04:42:34下载
- 积分:1
-
本例是本人写的遗传算法的最简单的一个实现,并且带有一个说明文档。用C语言编写,在TurborC中调试,由于当时在随机数产生上没有种种子,所以极易收敛,有兴趣可以...
本例是本人写的遗传算法的最简单的一个实现,并且带有一个说明文档。用C语言编写,在TurborC中调试,由于当时在随机数产生上没有种种子,所以极易收敛,有兴趣可以种上种子试一下。-the cases I wrote is the most genetic algorithm to achieve a simple, and with a documented. C language, in which TurborC debugging, because the random number generator not all sons, so vulnerable convergence are interested can plant seeds try.
- 2022-05-19 06:58:58下载
- 积分:1
-
1、编制程序显示印章图像(24位真彩色位图);
2、读出位图中每一像素点的(R,G,B)样本值;
3、以RGB其中某两个(或三个)为坐标,取一定数量的图...
1、编制程序显示印章图像(24位真彩色位图);
2、读出位图中每一像素点的(R,G,B)样本值;
3、以RGB其中某两个(或三个)为坐标,取一定数量的图像点为分析样本,分析其坐标系中的分布;
4、采用本章学习的方法找到分类判别函数,对这些样本进行分类;(要求首先将印章与底纹区分,如有可能将印章、底纹、签字区分)
5、将分类后的结果标记到原始图像上,检查其效果。
-1, the preparation procedures showed that the seal image (24-bit true color bitmap) 2, read out each bitmap pixel (R, G, B) sample value 3 to RGB which a two (or three ) for the coordinates, take a certain number of image points for the analysis of samples, analysis of its coordinate system of distribution 4, the method used in this chapter to learn to find discriminant function classification of these samples for classification (required first to distinguish between the seal and Shading, if possible, will seal, Shading, signatures to distinguish between) 5, will be the result of classification markings to the original image to check its effectiveness.
- 2022-04-27 00:31:30下载
- 积分:1
-
费歇尔,基于PCA和LDA算法
FisherFace, an algorithm based on PCA and LDA
- 2022-08-23 21:42:14下载
- 积分:1