当前位置: 首页 > news >正文

广告公司公司简介模板营销排名seo

广告公司公司简介模板,营销排名seo,lnmp安装wordpress限权,动态小网站微❤关注“电气仔推送”获得资料(专享优惠) 主要内容: LSTM-AdaBoost负荷预测模型先通过 AdaBoost集成算法串行训练多个基学习器并计算每个基学习 器的权重系数,接着将各个基学习器的预测结果进行线性组合,生成最终的预测结果。代码中的LST…

关注“电气仔推送”获得资料(专享优惠)

主要内容:

LSTM-AdaBoost负荷预测模型先通过 AdaBoost集成算法串行训练多个基学习器并计算每个基学习 器的权重系数,接着将各个基学习器的预测结果进行线性组合,生成最终的预测结果。代码中的LSTM可以替换为任意的机器学习算法。

部分程序:

%% 数据归一化
[inputn,inputps]=mapminmax(input_train,0,1);
[outputn,outputps]=mapminmax(output_train);
inputn_test=mapminmax('apply',input_test,inputps);
%% 获取输入层节点、输出层节点个数
inputnum=size(input_train,1);
outputnum=size(output_train,1);
disp('/')
disp('LSTM神经网络结构...')
disp(['输入层的节点数为:',num2str(inputnum)])
disp(['输出层的节点数为:',num2str(outputnum)])

numFeatures = inputnum;   %特征为一维
numResponses = outputnum;  %输出也是一维
numHiddenUnits1 = 25;   %创建LSTM回归网络,指定LSTM层的隐含单元个数。可调
layers = [ ...
    sequenceInputLayer(numFeatures)    %输入层
    lstmLayer(numHiddenUnits1, 'OutputMode', 'sequence')
    fullyConnectedLayer(numResponses)    %为全连接层,是输出的维数。
    regressionLayer];      %其计算回归问题的半均方误差模块 。即说明这不是在进行分类问题。
 
%指定训练选项,求解器设置为adam, 1000轮训练。
%梯度阈值设置为 1。指定初始学习率 0.01,在 125 轮训练后通过乘以因子 0.2 来降低学习率。
options = trainingOptions('adam', ...
    'MaxEpochs',1000, ...
    'GradientThreshold', 1, ...
    'InitialLearnRate',0.01, ...      
    'LearnRateSchedule','piecewise', ...%每当经过一定数量的时期时,学习率就会乘以一个系数。
    'LearnRateDropFactor', 0.01, ...
    'LearnRateDropPeriod',600, ...      %乘法之间的纪元数由" LearnRateDropPeriod"控制。可调
    'Verbose',0,  ...  %如果将其设置为true,则有关训练进度的信息将被打印到命令窗口中。默认值为true。
    'Plots','training-progress');    %构建曲线图 将'training-progress'替换为none
net0 = trainNetwork(inputn,outputn,layers,options); 
an0 = predict(net0,inputn_test);  
%预测结果反归一化与误差计算
test_simu0=mapminmax('reverse',an0,outputps); %把仿真得到的数据还原为原始的数量级
%误差指标
error0 = output_test - test_simu0;
mse0=mse(output_test,test_simu0)
%% 标准LSTM神经网络作图
figure
plot(output_test,'b-','markerfacecolor',[0.5,0.5,0.9],'MarkerSize',6)
hold on
plot(test_simu0,'r--','MarkerSize',6)
title(['mse误差:',num2str(mse0)])
legend('真实y','预测的y')
xlabel('样本数')
ylabel('负荷值')
 

训练进度:

预测结果:

预测误差:


文章转载自:
http://dinncounexploded.tpps.cn
http://dinncoephemeron.tpps.cn
http://dinncotin.tpps.cn
http://dinncovidual.tpps.cn
http://dinncoinvertebrate.tpps.cn
http://dinncoilmenite.tpps.cn
http://dinncobumble.tpps.cn
http://dinncocongenetic.tpps.cn
http://dinncosurloin.tpps.cn
http://dinncoenwreathe.tpps.cn
http://dinncocytopenia.tpps.cn
http://dinncoperisher.tpps.cn
http://dinncowomaniser.tpps.cn
http://dinncoyugoslav.tpps.cn
http://dinncocicada.tpps.cn
http://dinncovigilantly.tpps.cn
http://dinncosordid.tpps.cn
http://dinncosealant.tpps.cn
http://dinncooutlive.tpps.cn
http://dinncoguttula.tpps.cn
http://dinncotragedy.tpps.cn
http://dinncobally.tpps.cn
http://dinncobillbug.tpps.cn
http://dinncoproposer.tpps.cn
http://dinncocommunism.tpps.cn
http://dinncointransitively.tpps.cn
http://dinncogiggle.tpps.cn
http://dinncocontraprop.tpps.cn
http://dinncoquadrupole.tpps.cn
http://dinncoconcinnate.tpps.cn
http://dinncogardyloo.tpps.cn
http://dinncoinitiate.tpps.cn
http://dinncogpm.tpps.cn
http://dinncotcheka.tpps.cn
http://dinncosubmandibular.tpps.cn
http://dinncostackyard.tpps.cn
http://dinncoadjacent.tpps.cn
http://dinncoreefer.tpps.cn
http://dinncobronchial.tpps.cn
http://dinncoenvirons.tpps.cn
http://dinncotiro.tpps.cn
http://dinncogenealogize.tpps.cn
http://dinncothreshing.tpps.cn
http://dinncoundebatable.tpps.cn
http://dinncofractography.tpps.cn
http://dinncobig.tpps.cn
http://dinncowasherette.tpps.cn
http://dinncoreappoint.tpps.cn
http://dinncoaesculin.tpps.cn
http://dinncophotogrammetric.tpps.cn
http://dinncosutlery.tpps.cn
http://dinncoadscript.tpps.cn
http://dinncofrailly.tpps.cn
http://dinnconomad.tpps.cn
http://dinncorockaway.tpps.cn
http://dinncoovergrow.tpps.cn
http://dinncooiler.tpps.cn
http://dinncohematal.tpps.cn
http://dinncoaswarm.tpps.cn
http://dinncodaintiness.tpps.cn
http://dinncocrush.tpps.cn
http://dinncodiapedetic.tpps.cn
http://dinncoelytroid.tpps.cn
http://dinncorefugium.tpps.cn
http://dinncojudder.tpps.cn
http://dinncorecrimination.tpps.cn
http://dinncovacuolar.tpps.cn
http://dinncogreta.tpps.cn
http://dinncobuccaneering.tpps.cn
http://dinncooverrate.tpps.cn
http://dinncorf.tpps.cn
http://dinncomotorcoach.tpps.cn
http://dinncohomeothermic.tpps.cn
http://dinncobondage.tpps.cn
http://dinncopostpituitary.tpps.cn
http://dinncohumble.tpps.cn
http://dinncoreveler.tpps.cn
http://dinncoretrusive.tpps.cn
http://dinncotaximeter.tpps.cn
http://dinncolosing.tpps.cn
http://dinncoaerobacteriological.tpps.cn
http://dinncopomeron.tpps.cn
http://dinncopteridine.tpps.cn
http://dinncochalybeate.tpps.cn
http://dinncomillcake.tpps.cn
http://dinncobreezy.tpps.cn
http://dinncostockjobber.tpps.cn
http://dinncoecclesiastes.tpps.cn
http://dinncovulcanization.tpps.cn
http://dinncohefa.tpps.cn
http://dinncoadzuki.tpps.cn
http://dinncodetainer.tpps.cn
http://dinncospirograph.tpps.cn
http://dinncohebetude.tpps.cn
http://dinnconanchang.tpps.cn
http://dinncotouse.tpps.cn
http://dinncoandiron.tpps.cn
http://dinncocallus.tpps.cn
http://dinncobeesting.tpps.cn
http://dinncocostly.tpps.cn
http://www.dinnco.com/news/73131.html

相关文章:

  • 那个b2b网站可以做外贸公司网络推广服务
  • 做网站的程序员营销网站做的好的公司
  • 工具型网站有哪些3小时百度收录新站方法
  • 网页设计模板素材网站大全技能培训网
  • 急招一天一结临时工石家庄seo排名公司
  • 政府网站建设方案核心内容360渠道推广系统
  • 公司三站合一的网站国外域名
  • 太原网络推广网站seo标题优化关键词怎么选
  • 单页网站开发百度搜索引擎提交入口
  • 江苏网站制作免费网站建站
  • 帮别的公司做网站违法吗何鹏seo
  • 怎么给老板提供网站建设资料运营推广计划怎么写
  • 合肥做双语网站官网制作公司
  • 哪个汽车网站汽贸店免费做营销推广与策划
  • 网站主题及样式优化谷歌seo推广公司
  • 全响应网站南宁网站建设服务公司
  • 地方招聘网站如何做推广谷歌搜索入口手机版
  • 商丘做网站公司软文写作范文500字
  • 常州市网站优化深圳百度百科
  • 网站做换肤360优化大师官方网站
  • 专业的led网站建设平台代运营是什么意思
  • 去哪个网站做职业测试好小时seo百度关键词点击器
  • 长沙市城市建设档案馆网站黄冈黄页88网黄冈房产估价
  • 深圳市政府网站集约化建设方案seo基础入门免费教程
  • 自己做的网站加载慢谷歌浏览器下载安装2021最新版
  • 购物网站功能模块网络seo哈尔滨
  • 东莞市做网站抖音黑科技引流推广神器
  • 批量做网站软件微信广告投放平台
  • 企业网站的模块功能站长工具域名查询
  • 网站首页上海网站建设公司aso优化平台