资源列表
[人工智能/神经网络/遗传算法] K-均值聚类算法C++编程
说明:K-均值聚类算法的编程实现。包括逐点聚类和批处理聚类。K-均值聚类的的时间复杂度是n*k*m,其中n为样本数,k为类别数,m为样本维数。这个时间复杂度是相当客观的。因为如果用每秒10亿次的计算机对50个样本采用穷举法分两类,寻找最优,列举一遍约66.7天,分成3类,则要约3500万年。针对算法局部最优的缺点,本人正在编制模拟退火程序进行改进。希望及早奉给大家,倾听高手教诲。-K-means clustering algorithm pr<韩磊> 在 2024-11-05 上传 | 大小:4096 | 下载:0
[人工智能/神经网络/遗传算法] Stochastic-Programming-2
说明:随机规划解决随机优化问题,主要用到遗传算法,神经元网络。-stochastic programming problem solving stochastic optimization, use genetic algorithms, neural network.<李晓鹏> 在 2024-11-05 上传 | 大小:4096 | 下载:0
[数值算法/人工智能] 一个求解极值的多元的二次方程程序
说明:这是一个利用VC++编写的求解极值的多元的二次方程程序,在WindowsXP运行成功。-This is a VC solution prepared by the extreme diversity of the quadratic equation procedures, the successful running WindowsXP.<李小> 在 2024-11-05 上传 | 大小:4096 | 下载:0
[数据结构常用算法] huffman编码解码
说明:这是一个霍夫曼编码解码的源程序,可以用它高效实现霍夫曼解码编码,注释详细,可读性好.压缩包止包括源程序文件,再vc中运行.-Hoffman codec of the source, can be used to achieve efficient codec Hoffman Notes detailed and readable. Compressed only those source files, then vc run.<xtbc> 在 2024-11-05 上传 | 大小:4096 | 下载:0
[人工智能/神经网络/遗传算法] id3.c
说明:这是用C语言编写的ID3算法,希望对大家有所帮助-This is the C language prepared by the ID3 algorithm, we hope to help<邢五丰> 在 2024-11-05 上传 | 大小:4096 | 下载:0
[matlab例程] Matlab code for LMS algorithm
说明:lms算法在MATLAB上的实现,有点小错误,给大家当参考吧-LMS algorithm in MATLAB on the realization of a little wrong, we can refer to it<马会> 在 2024-11-05 上传 | 大小:4096 | 下载:0
[人工智能/神经网络/遗传算法] 基因计算
说明:简单遗传算法(SGA) 主要算法模块有:选择 交叉 变异 (三个遗传操作) 和 群体更新 -simple genetic algorithm (SGA) algorithm for the main modules are : choice of crossover and mutation (3 Genetic Manipulation) and update groups<赵小美> 在 2024-11-05 上传 | 大小:4096 | 下载:0
[数值算法/人工智能] 货郎担分枝限界算法图形
说明:货郎担 分枝限界算法图形求解货郎担问题的分枝限界算法图形演示-traveling salesman Branch and Bound graphics algorithm to solve the traveling salesman problem Branch and Bound algorithm graphic demonstration<李宏亮> 在 2024-11-05 上传 | 大小:4096 | 下载:0