搜索资源列表

  1. Python-ELM-master

    1下载:
  2. 极限学习机的 python实现,可用于回归,多分类问题等。(The python coad of the extreme learning machine which can be used for regression, multiple classification problems, etc.)
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2024-05-13
    • 文件大小:13312
    • 提供者:huahuafighting
  1. ELM

    0下载:
  2. elm 极限学习机 无内核函数,黄广斌教授的源码。(elm without kernel function, professor huang guangbin's source code.)
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2024-05-13
    • 文件大小:2048
    • 提供者:3shine
  1. MATLAB ELM

    0下载:
  2. 几种改进极限学习机算法,可用于数据分类、故障诊断等(Several improved limit learning algorithm, can be used for data classification, fault diagnosis, etc.)
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2024-05-13
    • 文件大小:264192
    • 提供者:yxl
  1. ELM

    2下载:
  2. MATLAB版极限学习机,自带训练集与测试集,可运行。(MATLAB version of the ELM, with its own data set)
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2024-05-13
    • 文件大小:174080
    • 提供者:啊呀喝
  1. ls.m

    0下载:
  2. 实现极限学习机(ELM),学习速率很高。(Limit learning machine (ELM), learning rate is very high.)
  3. 所属分类:数学计算/工程计算

    • 发布日期:2024-05-13
    • 文件大小:1024
    • 提供者:cindy_gao
  1. ELM

    0下载:
  2. 极限学习机,建立人工智能模型,有学习和分类的作用(Extreme learning machine, the establishment of artificial intelligence model, the role of learning and classification)
  3. 所属分类:matlab例程

    • 发布日期:2024-05-13
    • 文件大小:368640
    • 提供者:凌畅
  1. ELM_MultiOutputRegression

    0下载:
  2. 黄广斌官网下载,多输出回归问题的程序,可做参考(extrem learnig machine multiouptut regression)
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2024-05-13
    • 文件大小:1024
    • 提供者:AmyWang
  1. ELM-classification

    0下载:
  2. 实现电路的不同故障模式进行分类,极限学习机(Different fault modes of the circuit are classified and the limit learning machine is implemented)
  3. 所属分类:matlab例程

    • 发布日期:2024-05-13
    • 文件大小:3072
    • 提供者:Wumeng
  1. elm_kernel_dd

    0下载:
  2. one-class extreme learning machine, 又快又好做异常检测(one-class extreme learning machine for fast and good anomaly detection)
  3. 所属分类:数学计算/工程计算

    • 发布日期:2024-05-13
    • 文件大小:2048
    • 提供者:wangsiqi10c
  1. Training

    0下载:
  2. 极限学习机的回归拟合——对比实验研究,改进BP算法的一些缺点,在ELM算法的基础上进行回归拟合预测。(Regression fitting Some shortcomings of BP algorithm are improved, and regression fitting prediction is carried out on the basis of ELM algorithm.)
  3. 所属分类:matlab例程

  1. ELM代码

    3下载:
  2. 采用极限学习机即(ELM)进行回归和预测的MATLAB代码, 亲测可用,只需要替换自己的数据即可.(Extreme learning machine (ELM) is used for regression and prediction with MATLAB code. You need only use your own data to represent the data in the code.)
  3. 所属分类:matlab例程

    • 发布日期:2024-05-13
    • 文件大小:3072
    • 提供者:狼骑123
  1. NLPLibSVM

    0下载:
  2. svm算法包,简单实现svm,下载下载,机器学习算法(如神经网络BP、支持向量机SVM,循环神经网络JRNN, 递归神经网络LSTM,分组数据处理GMDH, 极限学习机ELM(svm this class label employ a lazy and easy method,any class must written in 0,1,2...so the preprocessing is required)
  3. 所属分类:JSP源码/Java

    • 发布日期:2024-05-13
    • 文件大小:704512
    • 提供者:qzk
  1. ELM

    0下载:
  2. 极限学习机,能够实现数据预测(Extreme learning machine, to achieve data prediction)
  3. 所属分类:matlab例程

    • 发布日期:2024-05-13
    • 文件大小:2048
    • 提供者:wmmsunshine
  1. jixianxuexiji

    0下载:
  2. 《Matlab智能算法30个案例分析》极限学习机的回归拟合及分类——对比试验研究(Regression fitting and classification of extreme learning machine -- comparative experimental study)
  3. 所属分类:matlab例程

    • 发布日期:2024-05-13
    • 文件大小:176128
    • 提供者:maoxiongwang
  1. 5-ELM

    0下载:
  2. 极限学习机(ELM)的matlab实现,对一组数据进行回归的例子(Extreme learning machine (ELM) matlab implementation, for a group of data regression examples)
  3. 所属分类:matlab例程

    • 发布日期:2024-05-13
    • 文件大小:177152
    • 提供者:zlzlzl
  1. MachineLearning-master

    0下载:
  2. 极限学习机,用于极限学习机的学习。用于极限学习机的学习(This is a limit learning machine, and you can use him to learn the extreme learning machine)
  3. 所属分类:JSP源码/Java

    • 发布日期:2024-05-13
    • 文件大小:19456
    • 提供者:偷偷tou
  1. basic-elm

    0下载:
  2. 极限学习机的基本实现,是黄广斌教授最早提出的最初始的代码(the basic elm is the professor Huang proposed the first time)
  3. 所属分类:Windows编程

    • 发布日期:2024-05-13
    • 文件大小:4096
    • 提供者:kaicy
  1. samples

    0下载:
  2. 这个是基于最初始的极限学习机的例子,分别用于回归和分类(This is an example based on the initial limit learning machine, which is used for regression and classification, respectively)
  3. 所属分类:其他小程序

    • 发布日期:2024-05-13
    • 文件大小:1284096
    • 提供者:kaicy
  1. elm

    0下载:
  2. 简单易学的机器学习算法——极限学习机(ELM)(Extreme Learning Machine)
  3. 所属分类:易语言编程

    • 发布日期:2024-05-13
    • 文件大小:2048
    • 提供者:L_sense20
  1. ELM

    0下载:
  2. 用极限学习机作为负荷预测的模型,效果不错(Using the limit learning machine as the model of load forecasting, the effect is good)
  3. 所属分类:Internet/网络编程

« 1 2 ... 5 6 7 8 9 1011 12 »

源码中国 www.ymcn.org