搜索资源列表
elm_example
- 极限学习机(extreme learning machine)ELM是一种简单易用、有效的单隐层前馈神经网络SLFNs学习算法。2006年由南洋理工大学黄广斌副教授提出。传统的神经网络学习算法(如BP算法)需要人为设置大量的网络训练参数,并且很容易产生局部最优解。极限学习机只需要设置网络的隐层节点个数,在算法执行过程中不需要调整网络的输入权值以及隐元的偏置,并且产生唯一的最优解,因此具有学习速度快且泛化性能好的优点。-Extreme Learning Machine (extreme learn
elm
- 极限学习机分类与拟合,训练采用elmtrain.m,分类与拟合用elmprediction.m.-Extreme Learning Machine classification and fitting
4-elm-examples
- 4个 elm例子,供大家学习极限学习机,请批评指正-four elm examples for every one
基于机器学习的时间序列预测关键技术研究
- 利用ELM进行预测,配合震荡盒理论的交易策略的一个交易系统设置。(A trading system is set up by using ELM to predict the trading strategy in conjunction with the shock box theory.)
elm
- 极限学习机,分类和回归,有程序,数据和相关案例(ultimate learning machine classification and regression, procedures, data, and examples.)
basic-elm
- 极限学习机的基本实现,是黄广斌教授最早提出的最初始的代码(the basic elm is the professor Huang proposed the first time)
samples
- 这个是基于最初始的极限学习机的例子,分别用于回归和分类(This is an example based on the initial limit learning machine, which is used for regression and classification, respectively)
ELM
- 极限学习机,核心机代码,来自于新加坡NTU黄教授网站(ELM,from the website of prof.huang)
elm
- ELM(极限学习机)对序列进行预测,里面含有测试数据,可以运行,欢迎下载!(ELM (extreme learning machine) to predict the sequence, which contains test data, can run, welcome to download!)
ELM
- 采用python语言实现极限学习机算法,数据三分类,加入数据可以跑通(Using python language to achieve extreme learning machine algorithm, data three classification, join data can run through)
ELM分类
- 利用极限学习机elm来进行分类,你值得拥有,这个程序是可以实现的,有问题,一起讨论。(Use extreme learning machine elm to classify, you deserve it, thank you for this platform, thank you.)
ELM
- 极限学习机(ELM算法)初级版本,包括训练和测试两个版本,数据:http://benchmark.ini.rub.de/?section=gtsrb&subsection=news(Extreme learning machine (ELM algorithm) preliminary version)
基于极限学习机ELM的数据分类
- 针对数据分类问题,提出了基于极限学习机的分类方法,将数据样本分为训练样本和测试样本,并采用准确率指标进行评价。(Aiming at the problem of data classification, a classification method based on extreme learning machine is proposed. The data samples are divided into training samples and test samples, and the
四输入四输出ELM
- 多输入多输出的极限学习机,被证明是可以使用的(Extreme Learning Machine with Multiple Input and Multiple Output has been proved to be usable)
ELM
- 用于光谱数据的分类,极限学习机是针对单隐层前馈神经网络提出的新算法。相对于传统的神经网络算法,不仅保证了学习精度,而且提高了学习速度。(Classification of spectral data The extreme learning machine is a new algorithm proposed for the single hidden layer feedforward neural network. Compared with the traditional neural
粒子群算法优化极限学习机PSO_ELM
- PSO粒子群算法优化极限学习机ELM参数,即PSO-ELM(The PSO particle swarm optimization algorithm is used to optimize the extreme learning machine ELM, ie pso-elm)
极限学习机预测,ELM负荷预测
- 极限学习机Extreme learning machine负荷预测(load forecasting using Extreme learning machine)
anfis-elm-pso-master
- matlab。优化PSOELM算法源码,粒子群优化算法极限学习机(The matlab. Optimal PSOELM algorithm source code, the particle swarm optimization algorithm is extreme learning machine)
ELM_PSO-master
- 为了提升配网供电可靠性的预测精度!提出了基于主成分分析和粒子群优化极限学习机的配网供电可靠 性预测模型$ 从多方面分析影响供电可靠性的指标!利用主成分分析得到综合变量!实现对数据的降维$ 在此基 础上!构建人工神经网络并利用粒子群算法优化极限学习机的输入权值和阈值!完成对训练供电可靠性预测模型 的训练$ 以某大型电网的 ?L 个供电局样本 !% 种影响供电可靠性因素为例进行仿真分析!并将 E S R C E FQ C 4 G D算 法与 ! 种回归拟合算法对比!验证了该方法的有效性(It i
pso-elm
- 极限学习机,单隐层前馈神经网络,算法源程序。(Extreme learning machine, single hidden layer feedforward neural network, algorithm source code.)