资源列表
[matlab例程] matlab-ga-nn
说明:经典的神经网络matlab程序。-classical neural networks Matlab procedures.<钱阳> 在 2025-04-03 上传 | 大小:4kb | 下载:0
[数据结构常用算法] 字符串匹配的KMP算法
说明:这是字符串匹配算法中很著名的KMP算法,此文件仅供大家参考,具体是否能调通,本人还没有试过-This is a string matching algorithm is famous KMP algorithm, this document is your reference, specifically whether Qualcomm will emphasize, I have not tried<郑旋> 在 2025-04-03 上传 | 大小:4kb | 下载:0
[数值算法/人工智能] cn700_c346767335
说明:用链表实现的职工管理软件 ( C+ + ) -achieve with the union management software (C) with the trade unions to achieve Chain Management Software (C)<陈林> 在 2025-04-03 上传 | 大小:4kb | 下载:0
[人工智能/神经网络/遗传算法] 解决TSP的遗传算法
说明:对于具有一定规模的TSP问题的求解,至今没有较完善的求解办法。本程序是用遗传算法来求解TSP问题。-for a certain size of the TSP solution and there has been no better way to solve. This procedure is used genetic algorithms to TSP.<阳光灿烂> 在 2025-04-03 上传 | 大小:4kb | 下载:0
[人工智能/神经网络/遗传算法] K-均值聚类算法C++编程
说明:K-均值聚类算法的编程实现。包括逐点聚类和批处理聚类。K-均值聚类的的时间复杂度是n*k*m,其中n为样本数,k为类别数,m为样本维数。这个时间复杂度是相当客观的。因为如果用每秒10亿次的计算机对50个样本采用穷举法分两类,寻找最优,列举一遍约66.7天,分成3类,则要约3500万年。针对算法局部最优的缺点,本人正在编制模拟退火程序进行改进。希望及早奉给大家,倾听高手教诲。-K-means clustering algorithm pr<韩磊> 在 2025-04-03 上传 | 大小:4kb | 下载:0