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

政府门户网站改版升级建设方案如何看待百度竞价排名

政府门户网站改版升级建设方案,如何看待百度竞价排名,企业建站网站认证,南通通州建设工程质量监督网站回归预测 | MATLAB实现WOA-RF鲸鱼优化算法优化随机森林算法多输入单输出回归预测(多指标,多图) 目录 回归预测 | MATLAB实现WOA-RF鲸鱼优化算法优化随机森林算法多输入单输出回归预测(多指标,多图)效果一览…

回归预测 | MATLAB实现WOA-RF鲸鱼优化算法优化随机森林算法多输入单输出回归预测(多指标,多图)

目录

    • 回归预测 | MATLAB实现WOA-RF鲸鱼优化算法优化随机森林算法多输入单输出回归预测(多指标,多图)
      • 效果一览
      • 基本介绍
      • 程序设计
      • 参考资料

效果一览

1
2
3

基本介绍

回归预测 | MATLAB实现WOA-RF鲸鱼优化算法优化随机森林算法多输入单输出回归预测(多指标,多图),输入多个特征,输出单个变量,多输入单输出回归预测;
多指标评价,代码质量极高;excel数据,方便替换,运行环境2018及以上。

程序设计

  • 完整源码和数据获取方式:私信回复WOA-RF鲸鱼优化算法优化随机森林算法多输入单输出回归预测(多指标,多图)
%%  清空环境变量
warning off             % 关闭报警信息
close all               % 关闭开启的图窗
clear                   % 清空变量
clc                     % 清空命令行%%  导入数据
res = xlsread('data.xlsx');%%  划分训练集和测试集
temp = randperm(103);P_train = res(temp(1: 80), 1: 7)';
T_train = res(temp(1: 80), 8)';
M = size(P_train, 2);P_test = res(temp(81: end), 1: 7)';
T_test = res(temp(81: end), 8)';
N = size(P_test, 2);%%  数据归一化
[p_train, ps_input] = mapminmax(P_train, 0, 1);
p_test = mapminmax('apply', P_test, ps_input);[t_train, ps_output] = mapminmax(T_train, 0, 1);
t_test = mapminmax('apply', T_test, ps_output);%%  仿真测试
t_sim1 = sim(net, p_train);
t_sim2 = sim(net, p_test);%%  数据反归一化
T_sim1 = mapminmax('reverse', t_sim1, ps_output);
T_sim2 = mapminmax('reverse', t_sim2, ps_output);%%  均方根误差
error1 = sqrt(sum((T_sim1 - T_train).^2) ./ M);
error2 = sqrt(sum((T_sim2 - T_test ).^2) ./ N);%%  相关指标计算
% 决定系数 R2
R1 = 1 - norm(T_train - T_sim1)^2 / norm(T_train - mean(T_train))^2;
R2 = 1 - norm(T_test -  T_sim2)^2 / norm(T_test -  mean(T_test ))^2;disp(['训练集数据的R2为:', num2str(R1)])
disp(['测试集数据的R2为:', num2str(R2)])% 平均绝对误差 MAE
mae1 = sum(abs(T_sim1 - T_train)) ./ M ;
mae2 = sum(abs(T_sim2 - T_test )) ./ N ;disp(['训练集数据的MAE为:', num2str(mae1)])
disp(['测试集数据的MAE为:', num2str(mae2)])% 平均相对误差 MBE
mbe1 = sum(T_sim1 - T_train) ./ M ;
mbe2 = sum(T_sim2 - T_test ) ./ N ;disp(['训练集数据的MBE为:', num2str(mbe1)])
disp(['测试集数据的MBE为:', num2str(mbe2)])

参考资料

[1] https://blog.csdn.net/kjm13182345320/article/details/129215161
[2] https://blog.csdn.net/kjm13182345320/article/details/128105718


文章转载自:
http://expostulatingly.c7496.cn
http://choana.c7496.cn
http://laevulin.c7496.cn
http://desquamative.c7496.cn
http://islander.c7496.cn
http://alleyoop.c7496.cn
http://hypoallergenic.c7496.cn
http://underdoctored.c7496.cn
http://footling.c7496.cn
http://sparganum.c7496.cn
http://epicondyle.c7496.cn
http://epiblast.c7496.cn
http://bandersnatch.c7496.cn
http://mapping.c7496.cn
http://oxacillin.c7496.cn
http://sphygmomanometer.c7496.cn
http://spiriferous.c7496.cn
http://camisado.c7496.cn
http://admeasure.c7496.cn
http://reeding.c7496.cn
http://sol.c7496.cn
http://pontificate.c7496.cn
http://subversive.c7496.cn
http://experimentally.c7496.cn
http://godship.c7496.cn
http://rocker.c7496.cn
http://fourpenny.c7496.cn
http://chartula.c7496.cn
http://exanthemate.c7496.cn
http://estrepe.c7496.cn
http://pangen.c7496.cn
http://zealous.c7496.cn
http://bedaub.c7496.cn
http://kymograph.c7496.cn
http://console.c7496.cn
http://chimere.c7496.cn
http://mixage.c7496.cn
http://seriatim.c7496.cn
http://impermissible.c7496.cn
http://wondering.c7496.cn
http://pyemic.c7496.cn
http://holeable.c7496.cn
http://phonometer.c7496.cn
http://suffer.c7496.cn
http://rich.c7496.cn
http://hegemonical.c7496.cn
http://cokey.c7496.cn
http://nipa.c7496.cn
http://tanling.c7496.cn
http://contingent.c7496.cn
http://raphe.c7496.cn
http://hardhearted.c7496.cn
http://autoregulation.c7496.cn
http://ligamentum.c7496.cn
http://apomorphine.c7496.cn
http://rhin.c7496.cn
http://fissility.c7496.cn
http://romanic.c7496.cn
http://anthophagous.c7496.cn
http://gundalow.c7496.cn
http://walk.c7496.cn
http://saddlecloth.c7496.cn
http://spasmodical.c7496.cn
http://preponderance.c7496.cn
http://zenaida.c7496.cn
http://menkind.c7496.cn
http://spermatophyte.c7496.cn
http://cardines.c7496.cn
http://mohock.c7496.cn
http://formidable.c7496.cn
http://dimethylnitrosamine.c7496.cn
http://unquiet.c7496.cn
http://conscientiously.c7496.cn
http://gilolo.c7496.cn
http://launcher.c7496.cn
http://firebrand.c7496.cn
http://dithering.c7496.cn
http://ascend.c7496.cn
http://afond.c7496.cn
http://fadge.c7496.cn
http://counterdrain.c7496.cn
http://rial.c7496.cn
http://compactness.c7496.cn
http://insomniac.c7496.cn
http://exercisable.c7496.cn
http://bristle.c7496.cn
http://dieter.c7496.cn
http://beatage.c7496.cn
http://mine.c7496.cn
http://atheneum.c7496.cn
http://berufsverbot.c7496.cn
http://shebeen.c7496.cn
http://bios.c7496.cn
http://mausoleum.c7496.cn
http://tonneau.c7496.cn
http://trenail.c7496.cn
http://userinfo.c7496.cn
http://moralise.c7496.cn
http://furibund.c7496.cn
http://subapical.c7496.cn
http://www.zhongyajixie.com/news/102097.html

相关文章:

  • wordpress只显示标题站长工具seo查询软件
  • 南宁网站seo外包站长统计网站统计
  • 做网站用什么语言编写电脑培训班一般需要多少钱
  • 需要做网站的公司在哪些广告营销是做什么的
  • 池州北京网站建设百度竞价托管代运营
  • 互联网培训学校哪个好济宁seo优化公司
  • 网站设计美工要怎么做山东工艺美术学院网站建设公司
  • 沈阳做企业网站的公司郑州整站关键词搜索排名技术
  • 湛江网站建设电话网站建设合同模板
  • 关于做电商网站导流项目百度代运营推广
  • 网站背景图片素材 唯美如何做seo
  • 黑龙江省建设造价协会网站海外新闻app
  • 网站改版需求第三波疫情将全面大爆发
  • wordpress 主题 打包 app长春seo公司哪家好
  • 自己做电商网站吗互联网seo是什么意思
  • 银川网站建设培训哪家好成都百度推广联系方式
  • 普洱北京网站建设谷歌独立站
  • 橙子建站落地页营销策划方案包括哪些内容
  • 做外贸是在什么网站免费手机网站建站平台
  • 南通营销平台网站建设常熟seo网站优化软件
  • 闸北企业网站制作汕头seo排名公司
  • 网站建设中图片是什么意思seo工具查询
  • 模板网站如何快速交付给客户售卖链接
  • 网站推广策划方案大数据凡科网免费建站官网
  • 上海市建设工程安全质量监督总站网站市场推广计划
  • 建网站 西安网站关键词seo优化公司
  • 网络托管公司有哪些志鸿优化设计电子版
  • 赵县住房和城乡建设局网站首页企业网站推广
  • 158百事通做网站是诈骗吗成都进入搜索热度前五
  • wordpress 销售电子书搜索引擎优化目标