CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - pruning matlab

搜索资源列表

  1. skelinationpruning

    0下载:
  2. 一种新的骨架修剪算法,与之前的其他算法相比,在处理复杂图像时,其修剪效果更好。-A new skeleton pruning algorithm, and compared to other algorithms before, in dealing with complex images, the better pruning.
  3. 所属分类:Graph program

    • 发布日期:2017-04-08
    • 文件大小:904546
    • 提供者:王卫国
  1. nnprune

    0下载:
  2. This function applies the Optimal Brain Surgeon (OBS) strategy for % pruning neural network models of dynamic systems. That is networks % trained by NNARX, NNOE, NNARMAX1, NNARMAX2, or their recursive % counterparts.-This function applies the
  3. 所属分类:matlab

    • 发布日期:2017-03-29
    • 文件大小:5592
    • 提供者:张镇
  1. skeletonization

    0下载:
  2. 这是神经网络里面结构优化里面重要的剪枝方法之一,灵敏度剪枝方法。-This is a neural network structure optimization inside one of the methods inside the major pruning, sensitivity pruning method.
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-06
    • 文件大小:2177
    • 提供者:赵寿玲
  1. RBF

    0下载:
  2. 一类新颖的径向基神经网络的MATLAB源代码,有助于加深对RBF NN的理解-Generalized Growing And Pruning RBF, MATLAB source
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-30
    • 文件大小:464078
    • 提供者:LEVIN
  1. MyViterbi

    0下载:
  2. Viterbi解码器Matlab版.生成输入、输出表、状态转移表,沿Trellis进行剪枝,记录保留路径,最后返回并得到最终解码。-Matlab version of Viterbi decoder. Generate input, output tables, state transition table, along the Trellis for pruning, record succeed path, finally trace back and get eventually deco
  3. 所属分类:3G develop

    • 发布日期:2017-03-24
    • 文件大小:2696
    • 提供者:苏英
  1. C4_5

    3下载:
  2. c4.5经典算法,实现决策树分类功能,可以对连续数值和离散数值实现很好的分类,并有剪枝功能-c4.5 classic algorithms, to achieve the decision tree classification, can be continuous and discrete numerical values to achieve good classification, and a pruning function
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-03-30
    • 文件大小:1932
    • 提供者:zhangyi
  1. C4_5

    2下载:
  2. matlab实现决策树C4.5算法,首先利用训练数据创建决策树,再用测试数据对决策树进行剪枝。-C4.5 decision tree algorithm matlab realize, first use training data to create decision trees, and then test data for decision tree pruning.
  3. 所属分类:matlab

    • 发布日期:2017-04-04
    • 文件大小:2062
    • 提供者:王杰
  1. inpaint_2

    2下载:
  2. Matlab code of Image Completion Using Efficient Belief Propagation Via Priority Scheduling and Dynamic Pruning
  3. 所属分类:2D图形编程

    • 发布日期:2013-08-30
    • 文件大小:2991
    • 提供者:Kuo
  1. GoldsteinUnwrap2D_r1

    2下载:
  2. 来自国外的2D phase unwrap 的matlab源码。基于branch cut(剪枝法) 及FloodFill(洪泛法)实现。速度很快。相位解卷绕精度高。-2D phase unwrap from abroad matlab source. Based branch cut (Pruning) and FloodFill (flooding method). Fast. Phase unwrapping high precision.
  3. 所属分类:matlab

    • 发布日期:2014-06-01
    • 文件大小:40960
    • 提供者:yz
  1. fengzhidingjie

    0下载:
  2. 分支定界 MATLAB编程 分支 定界 剪枝 取整数解-Branch and bound MATLAB programming branch and bound pruning rounded solution
  3. 所属分类:matlab

    • 发布日期:2017-04-14
    • 文件大小:4996
    • 提供者:meizhihuang
  1. OPELM_Toolbox

    1下载:
  2. 最优剪枝极限学习机的matlab工具箱,内有源码课直接拿来修改使用-Extreme Learning Machine optimal pruning matlab toolbox, there are lessons directly used to modify the source code
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-07
    • 文件大小:388583
    • 提供者:bms
  1. Random-Forest-Matlab-master

    0下载:
  2. This toolbox was written for my own education and to give me a chance to explore the models a bit. It is NOT intended for any serious applications and it does not NOT do many of things you would want a mature implementation to do, like leaf pruni
  3. 所属分类:Other systems

    • 发布日期:2017-04-24
    • 文件大小:35032
    • 提供者:aman
  1. Athi_2048_Game_AI_Solver_01-05-2014

    1下载:
  2. 详细说明:包含alphaBeta剪枝智能算法的matlab源程序,能很好解决2048小游戏的搜索功能-alphaBeta Pruning intelligent algorithm matlab source code, can achieve a good search function and other games 2048
  3. 所属分类:matlab

    • 发布日期:2017-04-24
    • 文件大小:22775
    • 提供者:丁晓
  1. 实验报告7-马杰民1030514432

    0下载:
  2. 1. 在GUI中,实现图像的阈值分割(交互式、迭代法)、区域生长。 2. 在GUI中,,实现二值图像的膨胀、腐蚀, 比较'结构元素类型为:square,line, diamond, disk等的区别。 3. 在GUI中,实现二值图像的开运算、闭运算。 4. 在GUI中,实现二值图像的形态学应用: 边界抽取 (boundary extraction) 区域填充 (region filling) 细化 (thinning) 粗化 (thickening) 骨架 (skeletons) 修剪 (pr
  3. 所属分类:图形图象

    • 发布日期:2017-12-21
    • 文件大小:800768
    • 提供者:Jamesma
  1. 程序

    0下载:
  2. 无模式LINGO优化程序: 小规格优化程序(含剩余材料) 中规格优化程序 大规格优化程序 Matlab程序所有输出模式的程序: 小、中、大规格格的模式生成与输出.(剪枝枚举) 自动实现对三种模式的剪枝枚举 采用组合方式对小规格的所有模式输出。 从710930种模式种选取1/8。 LINGO解的验证与格式输出. 模式化后的LINGO优化程序 小规格有剩余材料的优化程序 小、中、大规格按模式的优化程序(Modeless LINGO optimizer: Small size op
  3. 所属分类:matlab例程

    • 发布日期:2017-12-28
    • 文件大小:17408
    • 提供者:yxsheng
  1. 独立性T检验

    0下载:
  2. 决策树4.5 不含剪枝 详细标准 emmm不要下载!!不要下载!!不要下载!!(Decision Tree 4.5 No Pruning Callout Details)
  3. 所属分类:matlab例程

    • 发布日期:2018-04-29
    • 文件大小:6144
    • 提供者:ninomasaki
搜珍网 www.dssz.com