登录
首页 » matlab » 优秀论文及配套源码 SVM Short-term-Load-Forecasting

优秀论文及配套源码 SVM Short-term-Load-Forecasting

于 2021-04-01 发布 文件大小:327KB
0 2815
下载积分: 1 下载次数: 2534

代码说明:

  优秀论文及配套源码。首先阐述了负荷预测的应用研究现状,概括了负荷预测的特点及其影响因素,归纳了短期负荷预测的常用方法,并分析了各种方法的优劣;接着介绍了作为支持向量机(SVM)理论基础的统计学习理论和SVM的原理,推导了SVM回归模型;本文采用最小二乘支持向量机(LSSVM)模型,根据浙江台州某地区的历史负荷数据和气象数据,分析影响预测的各种因素,总结了负荷变化的规律性,对历史负荷数据中的“异常数据”进行修正,对负荷预测中要考虑的相关因素进行了归一化处理。LSSVM中的两个参数对模型有很大影响,而目前依然是基于经验的办法解决。对此,本文采用粒子群优化算法对模型参数进行寻优,以测试集误差作为判决依据,实现模型参数的优化选择,使得预测精度有所提高。实际算例表明,本文的预测方法收敛性好、有较高的预测精度和较快的训练速度。(first expounds the recent application research of load forecasting, summarized the characteristics of load forecasting and influencing factors, summed up common methods of short-term load forecasting, and analyzed the advantages and disadvantages of each method then introduced statistical learning theory and the principle of SVM as the basis of support vector machine (SVM ) theory, SVM regression model is derived this paper adopted least squares support vector machine (LSSVM) model, according to the historical load data and meteorological data of a certain area of Zhejiang Taizhou, Analysised the various factors affecting the forecast, summed up the regularity of load change , amended "outliers" in the historical load data,the load forecasting factors to be considered were normalized. The two parameters of LSSVM have a significant impact on the model, but it is still soluted based on the experience currently. So, this paper adopted particle swarm optimization algorithm to optimized )

文件列表:

AdaptFunc.m,2392,2010-06-04
AdaptFunc1.m,2386,2010-06-17
BaseStepPso.m,3813,2010-05-18
gaijin.m,2725,2010-06-04
InitSwarm.m,2174,2010-05-18
pso.m,2112,2010-06-03
shorttime.m,2527,2010-06-17
基于支持向量机的短期电力负荷预测.doc,959488,2010-11-18
数据
....\a23.xls,22016,2010-06-03
....\a45.xls,20992,2010-06-03
....\B2.xls,16896,2010-06-03
....\b3.xls,19456,2010-05-17
....\B4.xls,19456,2010-06-03
....\B5.xls,17408,2010-06-03
....\bdata1.xls,35840,2010-03-12

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • Matlab-chapter4
    matlab的空间域曾强。实现通过应用各种滤波器来使得图片清晰度曾强等功能(matlab has strong spatial domain. To achieve through the application of various filters to make picture-definition and other functions have been strong)
    2009-06-15 13:56:43下载
    积分:1
  • simulink_learn
    simulink 学习教程 适合初学者的好教程 分享给大家(simulink tutorial for beginners learning a good tutorial for everyone to share)
    2013-08-21 15:17:37下载
    积分:1
  • New-folder-(2)
    this is the code for repetition code and ostbc code
    2013-10-07 01:17:53下载
    积分:1
  • ofdm
    完美的ofdm仿真程序,交织,编码,调制和解调,等很全(Perfect ofdm simulation program, interleaving, coding, modulation and demodulation, and so is the whole)
    2010-08-03 15:22:42下载
    积分:1
  • eulertoquat
    众所周知,欧拉角和四元数是存在对应关系的。后者用于导航等时不存在死区现象,而且,精度高,计算简单。(known, the Euler angles and quaternion is a correlation between them. Navigation for the latter did not exist at the Dead phenomenon, and with high accuracy, is simple.)
    2006-06-08 21:05:07下载
    积分:1
  • P3-1
    灰色预测例题。。。。。。。。。。。。。。。。。。。。。。。。。。。(Grey. . . . . . . . . . . . . . . . . . . . . . . . . . .)
    2013-08-20 10:50:11下载
    积分:1
  • A009
    数学建模 最后论文 关于房价预测的matlab仿真及预测(Mathematical modeling predicted final paper on the price of matlab simulation and forecasting)
    2013-10-20 22:25:18下载
    积分:1
  • getCore
    core point detection
    2015-04-09 21:46:21下载
    积分:1
  • conversion_gui
    function ret = Int2Hex(var) Prints integer array to hexadecimal string varType = class(var) cast signness away: if ( u ~= varType(1) ) varType = [ u varType] var = typecast(var,varType) end nBits = str2double(varType(5:end)) if (64 == nBits) split 64 bit case into two 32 s cuz dec2hex doesn t handle 64 bit... varType(5:end) = 32 var = typecast(var,varType) end ret = dec2hex(var) if (64 == nBits) littleEndian = all(typecast(uint32(1), uint16 )==[1 0]) first = 1 + littleEndian second = 2 - littleEndian ret = [ret(first:2:end,:),ret(second:2:end,:)] end end
    2010-07-30 09:39:56下载
    积分:1
  • hough_lst
    harris角点检测的小程序,希望对大家有用,谢谢(harris corner detection of small procedures, we hope to be useful, thank you)
    2013-10-23 16:42:14下载
    积分:1
  • 696545资源总数
  • 101607会员总数
  • 67今日下载