资源列表

« 1 2 ... .36 .37 .38 .39 .40 541.42 .43 .44 .45 .46 ... 2830 »

[人工智能/神经网络/遗传算法SOM_Elman

说明:自组织特征映射网络实现无监督聚类,调用工具箱,非手算-Self organizing feature map network to realize unsupervised clustering, call tool box, non hand count
<余霆嵩> 在 2024-10-05 上传 | 大小:2048 | 下载:0

[人工智能/神经网络/遗传算法Main_DE

说明:差分进化算法用于求解非线性问题的优化方法,本代码用C++实现的差分进化算法.-Differential evolution algorithm for solving nonlinear optimization method, the code using C++ to achieve the differential evolution algorithm.
<xiaobing> 在 2024-10-05 上传 | 大小:2048 | 下载:0

[人工智能/神经网络/遗传算法buxian

说明:布线算法是VLSI中重要的算法。buxian.cpp基于模拟退火实现的布线算法。-VLSI routing algorithm is an important algorithm. buxian.cpp routing algorithm based on simulated annealing implementation.
<xuxx> 在 2024-10-05 上传 | 大小:2048 | 下载:0

[人工智能/神经网络/遗传算法mnist_transfer_cnn

说明:基于keras的python的转换的卷积神经网络,对数据库minis进行的分类。希望大家喜欢-Based on Convolution neural network keras of python conversion, minis conduct classification. I hope you like
<yaxon> 在 2024-10-05 上传 | 大小:2048 | 下载:0

[人工智能/神经网络/遗传算法EM

说明:EM算法是在概率模型中寻找参数的最大拟然估计或最大后验估计的迭代算法-EM algorithm is looking for parameters in the probability model of maximum quasi likelihood estimation or maximum a posteriori estimate of the iterative algorithm
<zhangweidong> 在 2024-10-05 上传 | 大小:2048 | 下载:0

[人工智能/神经网络/遗传算法Biogeography-Optimization-algorithm

说明:生物地理学优化算法,作者Dan Simon,是在遗传算法和粒子群算法的基础上发展来的,适用于解决高维度的,多目标的最优化问题。-Biogeography optimization algorithm, author Dan Simon, is based on genetic algorithm and particle swarm algorithm development to apply to solve high-dimensi
<文文山> 在 2024-10-05 上传 | 大小:2048 | 下载:0

[人工智能/神经网络/遗传算法Artificial-bee-colony-algorithm

说明:人工蜂群算法是模仿蜜蜂行为提出的一种优化方法,具有较快的收敛速度和寻优精度。-Artificial bee colony algorithm is to mimic the behavior of an optimization method proposed by bees, has a faster convergence rate and optimization accuracy.
<文文山> 在 2024-10-05 上传 | 大小:2048 | 下载:0

[人工智能/神经网络/遗传算法Firefly-Algorithm

说明:萤火虫算法源于模拟自然界萤火虫在晚上的群聚活动的自然现象而提出的,每只萤火虫被视为解空间的一个解,萤火虫种群作为初始解随机的分布在搜索空间中,然后根据自然界萤火虫的移动方式进行解空间中每只萤火虫的移动。通过每一代的移动,最终使的萤火虫聚集到较好的萤火虫周围,也即是找到多个极值点,从而达到种群寻优的目的。-Firefly firefly algorithm derived the simulation of natural phenom
<文文山> 在 2024-10-05 上传 | 大小:2048 | 下载:0

[人工智能/神经网络/遗传算法Differential-Evolution

说明:DE 算法主要用于求解连续变量的全局优化问题,其主要工作步骤与其他进化算法基本一致,主要包括变异(Mutation)、交叉(Crossover)、选择(Selection)三种操作。算法的基本思想是从某一随机产生的初始群体开始,利用从种群中随机选取的两个个体的差向量作为第三个个体的随机变化源,将差向量加权后按照一定的规则与第三个个体求和而产生变异个体,该操作称为变异。然后,变异个体与某个预先决定的目标个体进行参数混合,生成试验个体,这一
<文文山> 在 2024-10-05 上传 | 大小:2048 | 下载:0

[人工智能/神经网络/遗传算法blue

说明:采用malab的elman神经网络训练和测试294期蓝球数据预测下一期蓝球号码。-The elman using matlab neural network training and testing 294 basketball data to predict the next number.
<毅宜> 在 2024-10-05 上传 | 大小:2048 | 下载:0

[人工智能/神经网络/遗传算法BP_ANN

说明:一个用于数值预测的单层BP人工神经网络的c++源程序,可以直接使用,没有使用任何第三方库,开发环境为VS2015专业版。-a simple bp ann with c++,it s a source file you can add it in your project without do other thing,IDE is VS2015PRO.
<黄津> 在 2024-10-05 上传 | 大小:2048 | 下载:0

[人工智能/神经网络/遗传算法product

说明:人工智能产生式系统的通用程序,能够根据规则集文本自动生成事实选项和问题,自动根据用户选择进行推理,可以处理不同的问题。-It is a general program for AI product system, it can auto generate fact item and problem, auto reasoning according to use select, it can deal different probl
<wangtao> 在 2024-10-05 上传 | 大小:2048 | 下载:0
« 1 2 ... .36 .37 .38 .39 .40 541.42 .43 .44 .45 .46 ... 2830 »

源码中国 www.ymcn.org