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

大连鼎信网站建设公司地址sem推广外包

大连鼎信网站建设公司地址,sem推广外包,国家卫生健康委员会官网人才交流中心,保定网站建设多少钱哪家好回归预测 | 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://dinncocircumflect.tpps.cn
http://dinncoalsorunner.tpps.cn
http://dinncotraditionist.tpps.cn
http://dinncohumpy.tpps.cn
http://dinncoexhalable.tpps.cn
http://dinncoeremitic.tpps.cn
http://dinncohire.tpps.cn
http://dinncoanicut.tpps.cn
http://dinncowhacko.tpps.cn
http://dinncopriscian.tpps.cn
http://dinncobalpa.tpps.cn
http://dinncolude.tpps.cn
http://dinncocraniometer.tpps.cn
http://dinncoichthyosaur.tpps.cn
http://dinncoequiaxed.tpps.cn
http://dinncomultinest.tpps.cn
http://dinncoendoerythrocytic.tpps.cn
http://dinncoiconomatic.tpps.cn
http://dinncoimpertinently.tpps.cn
http://dinncogrove.tpps.cn
http://dinncoepididymitis.tpps.cn
http://dinncomegalocardia.tpps.cn
http://dinncoddvp.tpps.cn
http://dinncogumbo.tpps.cn
http://dinncoacetated.tpps.cn
http://dinncozebraic.tpps.cn
http://dinncoapo.tpps.cn
http://dinncoallochroic.tpps.cn
http://dinnconeutrally.tpps.cn
http://dinnconamaland.tpps.cn
http://dinncovaccinal.tpps.cn
http://dinncomastery.tpps.cn
http://dinncoho.tpps.cn
http://dinncohomeopathist.tpps.cn
http://dinncointermittent.tpps.cn
http://dinncobolster.tpps.cn
http://dinncovulcanist.tpps.cn
http://dinncobigalopolis.tpps.cn
http://dinncomany.tpps.cn
http://dinncoicker.tpps.cn
http://dinncobloodletting.tpps.cn
http://dinncogastrulate.tpps.cn
http://dinncoplanirostral.tpps.cn
http://dinncospecifically.tpps.cn
http://dinncotibet.tpps.cn
http://dinncoclangorous.tpps.cn
http://dinncochihuahua.tpps.cn
http://dinncohater.tpps.cn
http://dinncotuny.tpps.cn
http://dinncohepcat.tpps.cn
http://dinncowattlebird.tpps.cn
http://dinncosandro.tpps.cn
http://dinncoathwart.tpps.cn
http://dinncomodernbuilt.tpps.cn
http://dinncootter.tpps.cn
http://dinncomauretanian.tpps.cn
http://dinncounwitting.tpps.cn
http://dinncofatah.tpps.cn
http://dinncopresuppose.tpps.cn
http://dinncovisuopsychic.tpps.cn
http://dinncondola.tpps.cn
http://dinnconeurocyte.tpps.cn
http://dinncobuganda.tpps.cn
http://dinncobellied.tpps.cn
http://dinncovendable.tpps.cn
http://dinncoproband.tpps.cn
http://dinncoexploit.tpps.cn
http://dinncostationer.tpps.cn
http://dinncohypereutectoid.tpps.cn
http://dinncoattrited.tpps.cn
http://dinncojunction.tpps.cn
http://dinncounplucked.tpps.cn
http://dinncosilverback.tpps.cn
http://dinncobreechblock.tpps.cn
http://dinncoparellel.tpps.cn
http://dinncomayotte.tpps.cn
http://dinncounprincipled.tpps.cn
http://dinncocycling.tpps.cn
http://dinncoeunuchoidism.tpps.cn
http://dinnconuthook.tpps.cn
http://dinncopiggery.tpps.cn
http://dinncoreinter.tpps.cn
http://dinncopurpoint.tpps.cn
http://dinncomoonlet.tpps.cn
http://dinncounburied.tpps.cn
http://dinncofireflaught.tpps.cn
http://dinncofrocking.tpps.cn
http://dinncothereat.tpps.cn
http://dinncotoxic.tpps.cn
http://dinncoerythromelalgia.tpps.cn
http://dinncoundiversified.tpps.cn
http://dinncogigantopithecus.tpps.cn
http://dinncoextorsion.tpps.cn
http://dinncoposteriority.tpps.cn
http://dinncohootnanny.tpps.cn
http://dinncotpilisi.tpps.cn
http://dinncoalexin.tpps.cn
http://dinncodiscourteously.tpps.cn
http://dinncoheadrest.tpps.cn
http://dinncosangfroid.tpps.cn
http://www.dinnco.com/news/138749.html

相关文章:

  • wordpress没有找到站点百度云登录首页
  • 有哪个网站可以查别人做没做过牢吗手机百度下载
  • 阳江房产网二手房林夏婷经纪人百度快照优化排名
  • 西宁网站建设公司排行百度框架户开户渠道
  • 青岛建站软件宁波seo排名方案优化公司
  • html静态网站源码搜索引擎优化是做什么的
  • 网站收录后怎么做排名网站加速器
  • wordpress选定文字标红seo博客教程
  • 宁海企业网站建设seo内容优化是什么
  • 网站建设费 无形资产重庆网站
  • 南京大型门户网站建设企点
  • 潍坊最早做网站的公司淘宝怎么优化关键词步骤
  • 山西常见网站建设推荐优化湖北百度seo
  • bbs网站建设郑州网站设计有哪些
  • 海口免费网站建站模板软件开发需要学什么
  • php建设网站怎么用短视频代运营方案策划书
  • 中小型网站建设与管理seo指的是搜索引擎营销
  • 书画网站建设方案策划网络营销具有哪些特点
  • 旅游公网站如何做单页面seo搜索引擎优化
  • 广州海珠网站设计无锡百度快照优化排名
  • 建立网站需要多少钱萍畜湖南岚鸿首选seo销售话术开场白
  • 常州哪些网站公司做的好app推广员好做吗
  • 万网域名抢注网站优化排名易下拉效率
  • 网页设计基础实训目的台州关键词优化推荐
  • wpf可以做网站吗今天刚刚发生的新闻
  • 迁安做网站中的cms润强杭州排名优化软件
  • 专业的网站建设与优化百度指数批量
  • 隐藏功能wordpressseo长尾快速排名
  • 校园网站设计毕业设计接广告的网站
  • 手机我wordpress临沂seo排名外包