资源列表
[人工智能/神经网络/遗传算法] K-均值聚类算法C++编程
说明:K-均值聚类算法的编程实现。包括逐点聚类和批处理聚类。K-均值聚类的的时间复杂度是n*k*m,其中n为样本数,k为类别数,m为样本维数。这个时间复杂度是相当客观的。因为如果用每秒10亿次的计算机对50个样本采用穷举法分两类,寻找最优,列举一遍约66.7天,分成3类,则要约3500万年。针对算法局部最优的缺点,本人正在编制模拟退火程序进行改进。希望及早奉给大家,倾听高手教诲。-K-means clustering algorithm pr<韩磊> 在 2024-11-11 上传 | 大小:4kb | 下载:0
[人工智能/神经网络/遗传算法] Stochastic-Programming-2
说明:随机规划解决随机优化问题,主要用到遗传算法,神经元网络。-stochastic programming problem solving stochastic optimization, use genetic algorithms, neural network.<李晓鹏> 在 2024-11-11 上传 | 大小:4kb | 下载:0
[人工智能/神经网络/遗传算法] id3.c
说明:这是用C语言编写的ID3算法,希望对大家有所帮助-This is the C language prepared by the ID3 algorithm, we hope to help<邢五丰> 在 2024-11-11 上传 | 大小:4kb | 下载: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-11 上传 | 大小:4kb | 下载:0
[人工智能/神经网络/遗传算法] 12111
说明:一个关于神经网络遗传算法的源程序,对于初学者肯定有帮助-A source code about NN(nerve network),it is helpful for beginners<叶勇> 在 2024-11-11 上传 | 大小:4kb | 下载:0
[人工智能/神经网络/遗传算法] BP算法基本程序
说明:基本的BP神经网络框架,比较适用于初学者快速掌握神经网络的构成。-basic fr a mework BP neural network, suitable for beginners to grasp the composition of neural networks.<吕化> 在 2024-11-11 上传 | 大小:4kb | 下载:0
[人工智能/神经网络/遗传算法] c 5.5
说明:本人用c作的c 5.5,一种决策书的开发工具,感兴趣的可以一起研究-I used for the c c 5.5, a decision on the development tools, together with interest the study<王浩> 在 2024-11-11 上传 | 大小:4kb | 下载:0
[人工智能/神经网络/遗传算法] 神经网络遗传算法代码
说明:神经网络遗传算法的一个简单例子代码,开发神经网络遗传算法的第一步-neural network genetic algorithm code a simple example, the development of neural network genetic algorithm first step<oewilliam> 在 2024-11-11 上传 | 大小:4kb | 下载:0
[人工智能/神经网络/遗传算法] 九宫搜索
说明:本程序代码是人工智能中九宫搜索的解决 采用Java语言-the code is AI JiuGongTu search solutions using Java language<汪永威> 在 2024-11-11 上传 | 大小:4kb | 下载:0
[人工智能/神经网络/遗传算法] CBPNET
说明:BP神经网络VC类,此类对BP神经网络进行了封装,整个类是基于动态构建,可以适合于任何采用BP神经网络的模式识别应用。-BP neural network VC categories, such BP neural network to a package, the whole category is based on dynamic construction, and is suitable for use in any BP neu<胡文静> 在 2024-11-11 上传 | 大小:4kb | 下载:0
[人工智能/神经网络/遗传算法] vb神经网络预测
说明:利用VB进行神经网络预测,可以进行路基沉降及路面工程预测。-With ANN coded by VB, the condition of base sedimentation and road engineering can be predicted.<贺磊> 在 2024-11-11 上传 | 大小:4kb | 下载:0
[人工智能/神经网络/遗传算法] clique算法源代码(c语言)
说明:数据挖掘算法 clique算法 c语言版本- Data mining algorithm clique algorithm c language edition<万喜> 在 2024-11-11 上传 | 大小:4kb | 下载:0