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

搜索资源列表

  1. ELM

    0下载:
  2. 新神经网络 Extreme Learning Machine 比SVM快,附4个例子
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2008-10-13
    • 文件大小:869843
    • 提供者:yu wei
  1. diabetes

    0下载:
  2. extreme learning machine 例子 run sinc_mean
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2008-10-13
    • 文件大小:627110
    • 提供者:yu wei
  1. sinc

    0下载:
  2. extreme learning machine 例子 run sinc_mean
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2008-10-13
    • 文件大小:786
    • 提供者:yu wei
  1. segment

    0下载:
  2. extreme learning machine 例子 run segment_mean
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2008-10-13
    • 文件大小:117766
    • 提供者:yu wei
  1. satimage

    0下载:
  2. extreme learning machine 例子 run satimage_mean
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2008-10-13
    • 文件大小:117041
    • 提供者:yu wei
  1. sinc

    0下载:
  2. extreme learning machine例子 run sinc_mean
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2008-10-13
    • 文件大小:1685
    • 提供者:yu wei
  1. ELM_EELM_YELM

    0下载:
  2. ELM和ELM_2是现在流行的超强学习机(也叫极限学习机)源码 EELM是有效ELM的源码 (EELM发表于neuralcomputing ,作者:yuguangwang) YELM是一种改进的ELM的源码(已发表,作者:yuboyuan) 这个程序是三者的方法比对。 相关理论,可以用作者找文章。 运行时,要运行pendigits_mean就可以了!-extreme learning machine and effective learning machin
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-06-21
    • 文件大小:38535530
    • 提供者:BoLiu
  1. EELM

    0下载:
  2. 利用差分演化优化极限学习机神经网络的MATLAB源代码-Differential evolution+ Extreme learning machine, MATLAB
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-22
    • 文件大小:6820
    • 提供者:LEVIN
  1. DEELMNN

    1下载:
  2. 利用差分演化优化极限学习机神经网络的matlab源代码,涉及2个matlab程序-evolutionary extreme learning machine, differential evolution
  3. 所属分类:AI-NN-PR

    • 发布日期:2015-03-17
    • 文件大小:6954
    • 提供者:LEVIN
  1. elm

    0下载:
  2. 极限学习机 一种比支持向量机更快的算法-Extreme Learning Machine for a faster than SVM algorithm. . . . . . . .
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-23
    • 文件大小:2494
    • 提供者:yingang
  1. ELM

    0下载:
  2. 基于传统支持向量机(sVM)训练速度慢、参数选择难等问题,提出了基于极限学习机(ELM)的岩性识别。该算法是一种新的单隐层前馈神经网络(sLFNs)学习算法,不但可以简化参数选择过程,而且可以提高网络的训练速度。-Based on the traditional support vector machine (sVM) training is slow, difficult issues such as parameter selection, extreme learning machine
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-02
    • 文件大小:2632
    • 提供者:lcl
  1. ELM-NN

    0下载:
  2. 基于极限学习机(ELM)的岩性识别。该算法是一种新的单隐层前馈神经网络(sLFNs)学习算法,不但可以简化参数选择过程,而且可以提高网络的训练速度。-Based on the traditional support vector machine (sVM) training is slow, difficult issues such as parameter selection, extreme learning machine is proposed based on (ELM) of li
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-04
    • 文件大小:2634
    • 提供者:lcl
  1. ELM

    0下载:
  2. 极限学习机,一种很快的学习算法,有很好的泛化性能,性能略低于SVM,但快于SVM。-Extreme learning machine, a very fast learning algorithm has good generalization of features, performance was slightly lower than SVM, but faster than the SVM.
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-04
    • 文件大小:2613
    • 提供者:zhuce1
  1. ELM

    1下载:
  2. 该算法完整地描述了极限学习机对混凝土强度预测的过程-The algorithm is a complete descr iption of extreme learning machine for concrete strength prediction process
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-06
    • 文件大小:3831
    • 提供者:郭伟峰
  1. jixianxuexiji-huiguihefenlei

    0下载:
  2. 极限学习机的回归拟合和分类,测试是没问题可以用的。-Extreme Learning Machine regression fit and classification, the test is no problem with.
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-11-18
    • 文件大小:176643
    • 提供者:杨晓帆
  1. elm

    0下载:
  2. 黄广斌等人提出的极限学习机理论,使用 Matlab 实现,可用于回归和分类问题!-Huangguang Bin, who proposed the theory of extreme learning machine, using Matlab to achieve, can be used for regression and classification problems!
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-11-01
    • 文件大小:2806
    • 提供者:xuzhixin
  1. M-Extreme-Learning-Machine

    0下载:
  2. 关于改进极限学习机melm的应用期刊论文,作者为江南大学的毛力等- 您是不是要找: 关于改进极限学习机elm的应用期刊论文,作者为江南大学的毛力等 Application Papers on improving the extreme learning machine melm, the author of Mao force of Jiangnan University
  3. 所属分类:AI-NN-PR

    • 发布日期:2016-01-27
    • 文件大小:874496
    • 提供者:柳飞
  1. New-Extreme-Learning-Machine

    0下载:
  2. 新神经网络 Extreme Learning Machine 比SVM快,附4个例子-a new neural networks algorithm faster than SVM, with 4 examples
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-04
    • 文件大小:7846
    • 提供者:chen
  1. Extreme-Learning-Machine

    0下载:
  2. 极限学习机的matlab源程序,实测可运行,并且可自动显示预测结果与实测结果,便于进行对比-Extreme Learning Machine matlab source, measured runs, and automatically displays the forecast and actual results for easy comparison
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-14
    • 文件大小:2984
    • 提供者:王伟
  1. Extreme-Learning-Machine

    0下载:
  2. 极限学习机,用于预测或分类,具有较好的实际应用效果。-Extreme Learning Machine, used to predict or classify
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-14
    • 文件大小:2904
    • 提供者:文文山
« 12 3 4 »
搜珍网 www.dssz.com