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

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

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

代码说明:

  优秀论文及配套源码。首先阐述了负荷预测的应用研究现状,概括了负荷预测的特点及其影响因素,归纳了短期负荷预测的常用方法,并分析了各种方法的优劣;接着介绍了作为支持向量机(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
    本资料是MATLAB教程的课件,传上来与大家共享一下(卤 戮 脳 脢脕脧脢脟MATLAB 陆 脤 鲁 脤渭脛 驴 脦 录 镁 拢 卢 )
    2007-07-28 16:17:25下载
    积分:1
  • LineDetectonviaStandardHoughTranform
    利用hough变换检测直线的matlab实现,希望对初学者有用.(Detection using hough transform matlab linear realize, I hope useful for beginners.)
    2008-07-30 23:00:26下载
    积分:1
  • gray-matlab
    说明:   灰度处理,可以直接运行,matlab实现 ( matlab implementation)
    2011-02-26 16:21:03下载
    积分:1
  • GA_PID
    遗传算法优化PID,解决传统的PID参数采用试凑的方式的问题,从而进行自整定参数( Genetic Algorithm PID,Solve using traditional PID parameters of trial and error approach problems in order to be self-tuning parameters)
    2014-06-12 19:29:25下载
    积分:1
  • DFsystem
    杜芬系统受迫振动的数值解,及位移与速度分岔,非线性振动初学者可以参考。(Numerical Solution of Duffing system by forced vibration, displacement and velocity and bifurcation, nonlinear vibration beginners can refer to this file.)
    2016-04-22 22:28:31下载
    积分:1
  • 超分辨卷积神经网络 Training-code-for-SRCNN
    超分辨卷积神经网络,深度学习,MATLAB代码,获取深度学习的训练数据(Super-resolution convolution neural network, the depth of learning, MATLAB code, get deep learning of the training data)
    2020-11-27 18:39:30下载
    积分:1
  • anglecos
    利用夹角余弦距离进行样本数据分类。实现步骤主要分为以下两部分:a、待测样品X与训练集里每个样品Xi的距离采用夹角余弦距离公式计算。b、循环计算待测样品和训练集中各已知样品之间的距离,找出距离待测样品最近的已知样品,该已知样品的类别就是待测样品的类别。(Using the sample data classification Angle cosine distance.Implementation steps are divided into the following two parts: a, sample under test with each of the samples in the training set X Xi distance using the included Angle cosine distance formula.B, loop calculation under test samples and the distance between the known samples training focus, find out the known closest to the sample under test samples, the samples of known category is the category of the sample under test.)
    2015-03-30 16:27:58下载
    积分:1
  • PID
    说明:  工业自动化水平已成为衡量各行各业现代化水平的一个重要标志。同时,控制理论的发展也经历了古典控制理论、现代控制理论和智能控制理论三个阶段。智能 控制的典型实例是模糊全自动洗衣机等。自动控制系统可分为开环控制系统和闭环控制系统。(The level of industrial automation has become an important symbol to measure the modernization level of all walks of life. At the same time, the development of control theory has experienced three stages: classical control theory, modern control theory and intelligent control theory. The typical example of intelligent control is fuzzy automatic washing machine. The automatic control system can be divided into open-loop control system and closed-loop control system.)
    2020-07-09 09:35:36下载
    积分:1
  • Tarik
    A suitable algorithm suggested with wavelet compression for gray scale images based on one- and two-dimension combined hierarchical structure, in the sub-band which has been generated by the aid of several types of wavelet functions. It is shown that the using of combined based hierarchical structures allows us to reduce the calculations complexity of compression and decompression at constant values of compression coefficients
    2010-10-05 17:22:15下载
    积分:1
  • Boost_12_80V_30W
    升压变流器 及其控制策略 ( Boost_12_80V_30W.)
    2012-04-17 23:56:57下载
    积分:1
  • 696524资源总数
  • 103843会员总数
  • 49今日下载