CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 数值算法/人工智能 搜索资源 - 算法

搜索资源列表

  1. 遗传算法的优化计算

    0下载:
  2. 遗传优化算法,自变量降维,训练集BP网络,单BP网络(genetic optimization algorithm)
  3. 所属分类:matlab例程

    • 发布日期:2017-12-27
    • 文件大小:90112
    • 提供者:待续193
  1. 遗传算法

    0下载:
  2. 遗传算法(Genetic Algorithm)是模拟达尔文生物进化论的自然选择和遗传学机理的生物进化过程的计算模型,是一种通过模拟自然进化过程搜索最优解的方法。保证能运行。(The genetic algorithm (Genetic Algorithm) is a computational model of biological evolution process of natural selection and genetic mechanism of the simulation of
  3. 所属分类:数值算法/人工智能

    • 发布日期:2017-12-25
    • 文件大小:3072
    • 提供者:太阳部落
  1. 遗传算法

    0下载:
  2. MATLAB实现遗传算法用于求解无约束问题的最优解。(Use genetic algorithm to solve the optimal solution)
  3. 所属分类:人工智能/神经网络/深度学习

    • 发布日期:2017-12-17
    • 文件大小:13312
    • 提供者:夏有乔木
  1. SMO算法实现

    0下载:
  2. 使用Matlab重新实现了svm算法中的核心算法SMO,即序列优化问题。 其中my_seqminopt.m是重写的实现代码,完成了核心的迭代优化过程。(MATLAB code of SMO algorithm in SVM algorithm)
  3. 所属分类:人工智能/神经网络/深度学习

    • 发布日期:2017-12-23
    • 文件大小:83968
    • 提供者:yyarrow
  1. 精通MATLAB智能算法(2015代码) 书名对应的

    1下载:
  2. 与《MATLAB智能算法30个案例分析》第2版书,对应配套书本例子的程序代码("MATLAB intelligent algorithm 30 case analysis," the second edition of the book, corresponding to the book example of the program code)
  3. 所属分类:数值算法/人工智能

    • 发布日期:2017-12-13
    • 文件大小:5136799
    • 提供者:huangyuanjun1
  1. 粒子群算法的寻优算法-非线性函数极值寻优

    2下载:
  2. 通过粒子群算法对非线性函数的极值进行求解(The extremum of the nonlinear function is solved by particle swarm optimization)
  3. 所属分类:matlab例程

    • 发布日期:2017-12-17
    • 文件大小:1024
    • 提供者:海航
  1. MATLAB智能算法(遗传_神经网络_蚁群_免疫)

    1下载:
  2. 针对matlab中智能算法工具箱求解多目标函数问题是用遗传算法工具箱更加方便的计算多约束优化问题。(Aiming at the problem that multi-objective function is solved by using the intelligent algorithm toolbox in matlab, it is more convenient to calculate multi-constrained optimization problem with genet
  3. 所属分类:数值算法/人工智能

    • 发布日期:2017-12-20
    • 文件大小:1501184
    • 提供者:李乃双
  1. 基于遗传模拟退货的聚类算法

    2下载:
  2. 基于遗传算法和模拟退火的模糊均值聚类算法(Fuzzy mean clustering)
  3. 所属分类:matlab例程

    • 发布日期:2017-12-17
    • 文件大小:12288
    • 提供者:清风雅荷
  1. 粒子群算法-非线性函数极值寻优

    3下载:
  2. 根据粒子群算法原理,在MATLAB上完成非线性函数的极值寻优。(According to the principle of particle swarm optimization algorithm, the extremum of nonlinear function is optimized on MATLAB.)
  3. 所属分类:matlab例程

    • 发布日期:2017-12-16
    • 文件大小:1024
    • 提供者:你好,SCI
  1. AIA免疫算法

    0下载:
  2. 数据检测,优化选择免疫算法,可以直接运行。(Data detection, optimization selection immune algorithm)
  3. 所属分类:人工智能/神经网络/深度学习

    • 发布日期:2017-12-19
    • 文件大小:6873088
    • 提供者:xwx_hit
  1. 差分演化算法

    1下载:
  2. 算法简单,收敛能力强,便于解决复杂的优化问题(The algorithm is simple and has strong convergence ability. It is easy to solve complex optimization problems)
  3. 所属分类:matlab例程

    • 发布日期:2017-12-21
    • 文件大小:3072
    • 提供者:Kevin-wang
  1. 遗传算法源代码

    0下载:
  2. 用遗传算法求函数最大值问题,vc++实现,简单明了(Using the genetic algorithm to solve the problem of maximum function, the vc + + implementation is simple and straightforward)
  3. 所属分类:人工智能/神经网络/深度学习

    • 发布日期:2017-12-23
    • 文件大小:573440
    • 提供者:逆晓风
  1. 蚁群算法

    0下载:
  2. 蚁群算法的使用,很好的 用来学习的例子,可以在上面自行改动,供以后学习(lt's use for study Origin Ant colony algorithm,which is really useful and can be foundation for use or change in the future!)
  3. 所属分类:matlab例程

    • 发布日期:2017-12-29
    • 文件大小:2048
    • 提供者:涂涂涂
  1. 遗传算法求解PID数值

    1下载:
  2. 利用matlab基于遗传算法求解pid数值(Using MATLAB to solve PID numerical value based on genetic algorithm)
  3. 所属分类:数学计算

    • 发布日期:2017-12-24
    • 文件大小:9216
    • 提供者:Dl123
  1. B_M算法

    1下载:
  2. 线性反馈移位寄存器序列求解极小多项式的BM算法(a method to find a minimum polinomial of a LFSR)
  3. 所属分类:人工智能/神经网络/深度学习

    • 发布日期:2017-12-25
    • 文件大小:450560
    • 提供者:wxt201
  1. PCA两种算法matlab+C++

    0下载:
  2. C++和matlab的两种算法实现PCA的源程序。(Two algorithms to achieve PCA source.)
  3. 所属分类:大数据

    • 发布日期:2017-12-19
    • 文件大小:9216
    • 提供者:Elifen
  1. 模拟退火算法

    0下载:
  2. 模拟退火算法是一种演化算法,在很多地方都有应用,这是一个C语言实现的模拟退火程序。(A simulated annealing program wiitten by C.)
  3. 所属分类:人工智能/神经网络/深度学习

    • 发布日期:2017-12-19
    • 文件大小:2048
    • 提供者:晨晨宝宝
  1. 粒子群优化算法

    10下载:
  2. 粒子群优化算法子程序,包括单目标,多目标程序,可以直接用(This file mainly committed to the Particle swarm optimization method, which including single target, multi-objective program and can be used directly.)
  3. 所属分类:数值算法/人工智能

    • 发布日期:2017-12-18
    • 文件大小:2048
    • 提供者:阿飞飞
  1. 遗传算法

    1下载:
  2. 解决遗传算法实际应用问题,适合初学者学习(Solving genetic algorithm problems)
  3. 所属分类:人工智能/神经网络/深度学习

    • 发布日期:2017-12-24
    • 文件大小:27648
    • 提供者:好好11
  1. 利用遗传算法优化BP神经网络权值和阈值

    0下载:
  2. 利用遗传算法优化BP神经网络权值和阈值,内含程序和m文件(Using genetic algorithm to optimize BP neural network weights and thresholds, containing procedures and M files)
  3. 所属分类:matlab例程

    • 发布日期:2017-12-15
    • 文件大小:111616
    • 提供者:qwer123456
« 1 2 ... 5 6 7 8 9 1011 12 13 14 15 ... 50 »
搜珍网 www.dssz.com