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

搜索资源列表

  1. 20060410

    0下载:
  2. 动态时间规整(DTW)算法基于动态规划的思想,解决了说话人不同时期发音长短、语速不一样的匹配问题。-dynamic time warping (DTW) algorithm is based on dynamic programming ideas, Speaker solve the different pronunciation of the length of time, Ma'am not match the same problem.
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2008-10-13
    • 文件大小:408.57kb
    • 提供者:陈宗耿
  1. mathmodel

    6下载:
  2. 这是一个好的建模学习资料,赶快下载吧, 数学建模十大算法 ( 包含:蒙特卡罗算法、数据拟合、参数估计、 插值等数据处理算法、线性规划、整数规划、多元规划、二次规划等规划类问题、 图论算法、动态规划、回溯搜索、分治算法、分支定界等计算机算法、 最优化理论的三大非经典算法:模拟退火法、神经网络、遗传算法、 网格算法和穷举法、一些连续离散化方法、数值分析算法、图象处理算法)-This a good model to study the information, downloa
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2008-10-13
    • 文件大小:5.65mb
    • 提供者:zhxj
  1. POSTagger

    0下载:
  2. (1)从已经标注好词性的语料中统计得到词性标记的二元转移矩阵,以及每个词以确定的词性标记出现的次数等数据(训练阶段) (2)利用动态规划算法快速选取词性标记路径,得到词性标记结果 (3)可以选择不同的词性标记集 -(1) from the good part-of-speech tagging has been the Corpus statistics to be part of speech marking the transfer of binary matrix, a
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2008-10-13
    • 文件大小:754.82kb
    • 提供者:赵阳
  1. changyong

    0下载:
  2. 动态规划分治算法概率算法模拟退火算法神经网络搜索算法贪婪算法网上matlab遗传算法组合算法Floyd算法-dynamic programming algorithm partition probability algorithm simulated annealing neural network algorithm for the greedy algorithm search online matl ab genetic algorithm combination algorithm Fl
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2008-10-13
    • 文件大小:2.6mb
    • 提供者:dgdfgd
  1. dynprog

    1下载:
  2. 动态规划算法matlab源程序,m文件,从工具箱中调用。 -Dynamic programming algorithm matlab source, m file, from the toolbox call.
  3. 所属分类:AI-NN-PR

    • 发布日期:2016-05-19
    • 文件大小:1.51kb
    • 提供者:jiajt
  1. jiegoufangchng

    0下载:
  2. 在提高训练中我们主要针对时序图分析,现代智能优化算法(遗传算法和蚁群算法),动态规划,排队理论,目标规划,层次分析以及决策论等相关理论做了比较深刻的了解。然后针对具体情况,具体问题进行建模训练,并加以上机实习。-In training, we aimed to improve timing diagram analysis, modern intelligent optimization algorithm (genetic algorithm and ant colony optimizati
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-06
    • 文件大小:284.08kb
    • 提供者:杨科
  1. knapsack

    0下载:
  2. 0—1背包问题的五种解法 1贪心法 2动态规划 3回溯 4分支限界 5遗传算法-0-1 knapsack problem greedy algorithm five Solution 1 2 3 back in 4 dynamic programming genetic algorithm branch and bound 5
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-25
    • 文件大小:247.42kb
    • 提供者:tunzhao
  1. DP_TSP

    0下载:
  2. Dynamic Programming Code for the TSP
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-23
    • 文件大小:17.01kb
    • 提供者:foxman
  1. shortest_path_adjacencyWDigraph

    1下载:
  2. 采用动态规划法,构建邻接矩阵带权有向图,解决最短路径问题。-Dynamic programming method used to construct adjacency matrix weighted directed graph, the shortest path to solve the problem.
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-05-08
    • 文件大小:1.93mb
    • 提供者:柳春锋
  1. recursiveDPKnapsack

    0下载:
  2. 用vc++6编写的程序,采用动态规划递归算法,解决背包问题。-Vc++6 with the preparation of the procedures, the use of dynamic programming recursive algorithm to solve knapsack problem.
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-07
    • 文件大小:992.43kb
    • 提供者:柳春锋
  1. GA_Dynamic_Route

    0下载:
  2. 遗传算法,用于智能动态规划。可以利用程序里的ga1.inp直接计算。-Genetic algorithm for intelligent dynamic programming. Program can be used inside ga1.inp direct calculation.
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-17
    • 文件大小:12.62kb
    • 提供者:
  1. DO

    0下载:
  2. 动态规划算法的java实现,输入数据集,求最优路径。包括可执行文件和源代码-Dynamic Programming 4 java
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-06
    • 文件大小:60.99kb
    • 提供者:liyongshun
  1. DynamicPlanning

    0下载:
  2. 详细讲解了动态规划的算法问题,再通过“装箱问题”等7个程序实例介绍解决动态规划问题的思路和方法。-Gave a detailed algorithm for dynamic programming problems, and through the " bin-packing problem" and other instances of seven procedures introduced to solve the problem of dynamic programmin
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-01
    • 文件大小:142.99kb
    • 提供者:吴贵洪
  1. merger

    0下载:
  2. 算法设计与分析中的动态规划算法中的石头合并问题的C++代码-Algorithm design and analysis of the dynamic programming algorithm in the stone merger of the C++ code
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-03
    • 文件大小:9.16kb
    • 提供者:mr wu
  1. TSP

    0下载:
  2. 利用动态规划思想,求货郎担问题,采用C++,显示各结点的路径并求出最短距离-The use of dynamic programming ideas, seeking traveling salesman problem, using C++, showing the node' s path and find the shortest distance
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-30
    • 文件大小:10.09kb
    • 提供者:mr wu
  1. project

    0下载:
  2. 已知资金总数为a(万元),工程数n,以及利润值g(i,j)(表示对工程i投资j万元所获得的利润,其中 ,且j只取整数),试用动态规划方法求出如何分配资金才能使获得的利润 最大(资金的分配以万元为单位)。 -The total number of funds are known to a (million), project the number of n, as well as the profits of the value of g (i, j) (expressed j milli
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-08
    • 文件大小:9.51kb
    • 提供者:mr wu
  1. GeneticAlgorithm(ccnu02)

    0下载:
  2. 旅行商问题TSP的动态规划算法,结果以图形方式给出-TSP, traveling salesman problem dynamic programming algorithm, results are presented graphically
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-05
    • 文件大小:111.17kb
    • 提供者:alien
  1. dongtaiguihuafa

    0下载:
  2. 用于计算发电竞价的第三种算法:发电竞价算法_三_动态规划法-Used to calculate the third generation auction algorithm: generation bidding algorithms dynamic programming _ 3 _
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-02
    • 文件大小:315.38kb
    • 提供者:李想
  1. the-dynamic-programming-algorithm

    0下载:
  2. 算法设计课件(第三章动态规划),最主要讲述动态规划的算法-Algorithm design courseware dynamic programming) (Chapter III, the most important about the dynamic programming algorithm
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-27
    • 文件大小:17.14kb
    • 提供者:刘强
  1. dynamic

    0下载:
  2. Matlab中使用动态规划解决数学建模中的花瓶问题,即有限制条件的寻优过程-Applied Dynamic programming to solve the problem of bottles
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-11-18
    • 文件大小:923byte
    • 提供者:jermerney yin
« 12 3 »
搜珍网 www.dssz.com