Literature DB >> 26629825

Improved Neural Networks with Random Weights for Short-Term Load Forecasting.

Kun Lang1, Mingyuan Zhang1, Yongbo Yuan1.   

Abstract

An effective forecasting model for short-term load plays a significant role in promoting the management efficiency of an electric power system. This paper proposes a new forecasting model based on the improved neural networks with random weights (INNRW). The key is to introduce a weighting technique to the inputs of the model and use a novel neural network to forecast the daily maximum load. Eight factors are selected as the inputs. A mutual information weighting algorithm is then used to allocate different weights to the inputs. The neural networks with random weights and kernels (KNNRW) is applied to approximate the nonlinear function between the selected inputs and the daily maximum load due to the fast learning speed and good generalization performance. In the application of the daily load in Dalian, the result of the proposed INNRW is compared with several previously developed forecasting models. The simulation experiment shows that the proposed model performs the best overall in short-term load forecasting.

Entities:  

Mesh:

Year:  2015        PMID: 26629825      PMCID: PMC4667993          DOI: 10.1371/journal.pone.0143175

Source DB:  PubMed          Journal:  PLoS One        ISSN: 1932-6203            Impact factor:   3.240


Introduction

As with water supply, gas supply, communications, and transportation systems, electric power system is a necessary component of the urban lifeline engineering as well. Accurate load forecasting is increasingly important since it is critical for the planning, operations and investments of power systems [1]. Improving the accuracy of load forecasting contributes to the promotion of the power supply efficiency and the reduction of operating costs [2]. Load forecasting can be classified into long-term, mid-term, short-term and very short-term forecasting, based on the forecasting horizon. During the past decades, researchers have developed many different kinds of methods to improve the load forecasting accuracy [1], especially in the field of short-term load forecasting [3-5]. Most of these methods have been restricted in practical applications due to the randomness and nonlinearity of the short-term load. In contrast, some intelligent forecasting calgorithms, such as artificial neural network (ANN) [6,7] and support vector machine (SVM), have been widely used [2]. Park et al. first used ANN to forecast short-term load [8]. Lee et al. analyzed the influence of different structures of the ANN on forecasting results [5]. Hippert et al gave a review of ANN methods for short-term load forecasting, and pointed out the overfitting problems existing in ANN methods [4]. Taylor et al. took the weather into account while modeling with ANN methods [9]. In addition, SVM performs well in the field of short-term load forecasting as well. Moreover, as SVM is based on the structural risk minimization framework, it can overcome overfitting problems effectively [10]. However, the effectiveness of SVM depends on the selection of kernel, the kernel's parameters, and the regularization parameter. Typically, each combination of parameters is checked using the cross validation, and the best combination of parameters is often selected by the grid search method with the exponentially growing computational complexity. Simulated annealing algorithm [11], genetic algorithm [12] and particle swarm optimization were used by some researchers to select the proper parameters of SVM. Recently, researchers from all over the world have been improving the ANN according to different forecasting tasks and have obtained some satisfying results [13]. Nevertheless, the gradient-based learning algorithms are widely used to train traditional ANNs, which may result in some drawbacks such as the slow convergence speed, the local minimum, and the overfitting phenomenon. In order to solve the aforementioned problems, we focus our study in this paper on an improved machine learning algorithms based on neural networks with random weights (NNRW) models [14]. There are three layers in NNRW: input layer, hidden layer, and output layer. In the NNRW, the weights connecting the input layer to the hidden layer, as well as the bias values of the hidden layer, are randomly generated before the learning process. Only the weights connecting the hidden layer to the output layer are trained by the fast linear regression. Because of the rapid learning speed and the good generalization performance, NNRW has been successfully used in fields of computational intelligence and machine learning communities, such as electricity price forecasting [15], power loss analysis [16], lying and truth-telling classification [17], and attention-deficit/hyperactivity disorder (ADHD) classification [18]. The structure of NNRW, i.e. the number of the hidden nodes, is one of the important factors that affect the performance of NNRW. It is empirically determined by the users. Recently, neural networks with random weights and kernels (KNNRW) [19-22] has been proposed by replacing the hidden nodes mapping with the kernel mapping. It does not need to determine the number of hidden nodes of KNNRW. Based on the analysis above, this paper proposes a short-term load forecasting method based on KNNRW, which can combine the fast learning speed of NNRW and the good generalization performance of SVM. Eight relevant factors (e.g., the historical load data, the temperature data, and the holiday data) are first selected as the inputs of the forecasting model. It is known that the inputs are treated equally in KNNRW. However, different inputs may have different influences on the forecasting values. As a result, a mutual information weighting algorithm is then applied to allocate different weights to the inputs according to the corresponding influences. Finally, the resulting improved neural networks with random weights is used to approximate the nonlinear function between the selected inputs and the daily maximum load.

Neural Networks with Random Weights and Kernels

2.1 Basic Neural Networks with Random Weights

NNRW has been proposed by Schmidt et al. [14]. However, there are still existing some similar ideas coming out from other researchers, such as Pao et al. [23] and Huang et al. [24]. Pao et al. described such randomized learner models as the random vector functional-link (RVFL) net [23]. Huang et al. defined such machine learning models as extreme learning machine (ELM) [24]. Researchers have done some further researches on RVFL and ELM, and achieved some theoretical results [22,25,26]. In fact, a feed forward NNRW has a simple three-layer structure: input layer, output layer, and a hidden layer consisting of a large number of nonlinear processing nodes. Mathematically, NNRW [14] can be expressed as follows: where ∈ R is the input weight matrix, ∈ R is the bias value vector of the hidden layer, ∈ R is the output weight vector, g(⋅) is the activation function (g(⋅) could be almost any nonlinear piecewise continuous activation function or any linear combination of these functions), N is the number of the samples, L is the number of the hidden layer nodes, ∈ R is the input vector which has m-dimension features, and o ∈ R is the output value. The output of the proposed forecasting model is the maximum load of the next day. Consequently, we use the single output form of NNRW in this paper. For N arbitrary distinct samples { ∈ R , t ∈ R}, NNRW with L hidden nodes can approximate these N samples with zero error. It means that , i.e., there exists in NNRW such that The matrix-vector formulation of (2) can be written as where is the hidden layer output matrix of NNRW, and = [t 1, t 2,…,t ] is the desired output vector. In the NNRW model, and are generated randomly beforehand, and remain fixed in the training process. is the only parameter that needs to be tuned through the training. It can be calculated analytically as follows: where † is the Moore-Penrose generalized inverse of matrix . The training of the NNRW model can be summarized as follows: Randomly generate the input weight and the hidden layer bias ; Calculate the hidden layer output matrix ; Calculate the output weight by (4). As can be seen from the above, the training process of NNRW is a simple linear regression process, which can overcome the limitations of traditional ANNs effectively. Despite the success of NNRW, there is still room for improvement, such as the determination of the structure (i.e., the number of the hidden layer nodes), and the ill-conditioned solution in the training process [22].

2.2 Neural Networks with Random Weights and Kernels

In order to overcome the aforementioned shortcomings of NNRW, neural networks with weights and kernels (KNNRW) has been proposed by introducing the kernel function mapping of SVM as the hidden node mapping of NNRW [19,21]. The optimization problem of NNRW can be written as: where ξ is the training error related to the ith training sample , C is the regularization coefficient, and ( ) denotes the ith row of . The corresponding dual optimization problem of (5) can be formulated as: where α is the Langrage multiplier with respect to the ith training sample . The corresponding Karush-Kuhn-Tucker (KKT) conditions are as follows: Substituting (7) and (8) into (9), the following equation can be obtained where is an identity matrix. Considering (7) and (10), the weight can be calculated as: Thus, the output function of NNRW can be written as: It can be seen from (12) that the specific form of () is not important as long as the dot product of (or () ) is known. As a result, if the hidden node mapping () is unknown, we can define the kernel matrix of KNNRW as follows: Consequently, the output function can be rewritten accordingly as: In the kernel implementation of NNRW, () can be unknown, while the corresponding kernel function K (, ) usually should be given (e.g., K (, ) = exp(−γ‖−‖2), where γ is the kernel width.). Hence, the number of the hidden layer nodes does not need to be determined any more. Moreover, the KNNRW has the following universal approximation capability: Theorem [21]: Universal Approximation Capability: According to NNRW, a widespread type of the hidden node mapping () can be used in NNRW so that NNRW can approximate any continuous target function. In other words, given any target continuous function g(), there is a weight vector such that With this universal approximation capability, KNNRW can use a wide range of feature mappings, such as Sigmoid, radial basis function (RBF), trigonometric, and polynomial mappings. The optimization objective functions of KNNRW are similar to those of traditional SVM/least squares support vector machine (LS-SVM). However, KNNRW does not have any constraints on the Lagrangian multipliers. As a result, KNNRW can obtain a better solution than SVM/LS-SVM. In addition, as KNNRW does not need the bias values while SVM does need, it is superior to the traditional SVM/LS-SVM algorithms in the performance of the scalability and learning rate [21].

Short-Term Load Forecasting Model Based on KNNRW

3.1 Inputs of KNNRW

In this section, the proposed INNRW was used to forecast the short-term load of Dalian city of China. The output of the model was the daily maximum load. With the analysis in literature [4], the load data had weekly and monthly characteristics. It can be seen from Figs 1 and 2 that values of the load remain stable on weekdays while dropping apparently at weekends; values of the same month show approximately the same tendency; values of every week indicate a regular variation tendency (Take Dalian as an example). Therefore, we took both weekly and monthly characteristics as the inputs. Additionally, it was verified that the temperature was an essential factor influencing the maximum load [9], and the temperature showed an obvious correlation with the maximum load. Therefore, we selected the temperature as another input.
Fig 1

The week characteristic of daily maximum load.

The blue line represents the maximum load from November 5th of 2012 to December 2nd of 2012. The red line represents the maximum load from November 4th of 2013 to December 1st of 2013.

Fig 2

The month characteristic of daily maximum load.

The blue line represents the maximum load from March 1st of 2012 to July 31st of 2012. The red line represents the maximum load from March 1st of 2013 to July 31st of 2013.

The week characteristic of daily maximum load.

The blue line represents the maximum load from November 5th of 2012 to December 2nd of 2012. The red line represents the maximum load from November 4th of 2013 to December 1st of 2013.

The month characteristic of daily maximum load.

The blue line represents the maximum load from March 1st of 2012 to July 31st of 2012. The red line represents the maximum load from March 1st of 2013 to July 31st of 2013. Meanwhile, the holiday data also affected the maximum load, for the descent of the industries power consumptions during the holidays can lead to the decrease of the total power consumptions. For example, as is known, there were 6 Chinese legal holiday vacations in 2012, and they were from 1st January to 3rd January, from 22nd January to 28th January, from 2nd April to 4th April, from 29th April to 1st May, from 22nd June to 24th June, and from 30th September to 7th October, respectively. In addition, it can be clearly seen from Fig 3 that the load data have an obvious holiday characteristic, that is, values of the load descend sharply during the holidays. Consequently, the binary encoded holiday data served as an input in this paper. As the maximum load was closely related to the historical maximum load, which can be verified by analyzing the load data as time series, we selected the maximum load of the day before, and that of the day last week as inputs of KNNRW.
Fig 3

The holiday characteristic of daily maximum load.

The blue line represents the maximum load of 2012.

The holiday characteristic of daily maximum load.

The blue line represents the maximum load of 2012. Finally, the inputs selected for the INNRW were month of the year, day of the month, day of the week, week number, holiday indicator, daily average temperature, maximum electricity load of the day before, and maximum electricity load of the day last week.

3.2 Mutual Information Weighting Algorithm

In order to further improve the forecasting accuracy, the contributions of the inputs to the output of KNNRW were calculated and the weight values were allocated to the inputs accordingly. The mutual information (MI) is a measurement of the variables’ mutual dependence [27-30]. Accordingly, the high mutual information indicates the high dependence, and the low mutual information indicates the low dependence. For two given discrete variables X and Y, suppose the joint probability distribution was P (x, y), and the mutual information between X and Y, denoted I(X;Y), can be formatted as where P (x) and P (y) were the marginal probability distribution In the case of continuous variables, (16) was replaced by where P (x, y) was the joint probability density function of X and Y, and P (x) and P (y) were the marginal probability density functions of X and Y, respectively. For discrete feature variables, both the joint and marginal probability can be estimated by tallying the samples of the categorical variables in the data. For continuous feature varibles, the following Parzen windows method was used to approxiamte I(X;Y). Given N samples of a vector variable , the approximate density funciton had the following form: where ( was the ith sample, h was the window width, and δ(⋅) was the Parzen window function: where = − (, d was the dimension of the sample and Σ was the covariance of . When d = 1, (19) returned the estimated marginal density; when d = 2, we can use (19) to estimate the density of the bivariate (x, y), P (x, y), which was the joint density of x and y in fact. Hence, in this paper, we used the mutual information to determine the contribution of the inputs to the output of the INNRW. First, the mutual information MI , i = 1,…, m of the inputs to the output were calculated. Then the weights can be allocated to the corresponding inputs according to the following equation where μ was the weight allocated to the ith input. Then, the input of KNNRW can be expressed as . And the resulting forecasting model was denoted as the improved neural networks with random weights.

Simulation

In order to verify the effectiveness, the proposed model was applied to forecast the actual maximum load. The electricity load data from January 1, 2012 to November 30, 2013 from the Dalian Electricity Corporation in China, the temperature, the holiday indicator and some other data were used to train the forecasting model. Daily maximum load data of 31 days in December of 2013 were used to test the performance of the forecasting model. The forecasting results were described using Mean Absolute Percentage Error (MAPE), Maximum Error (ME) and Forecasting Error (FE) as follows: where stood for the actual values of the daily maximum load, stood for the forecasting values of the daily maximum load, and n stood for the number of days.

4.1 Simulation Experiment

Firstly, data sets were normalized. The inputs were normalized to [–1, 1] and the outputs were normalized to [0, 1]. According to (18), the weights were calculated and allocated to the corresponding inputs. Secondly, the INNRW model was initialized, in which the Gaussian kernel function was used in the hidden layer, and the regularization coefficient and kernel width were determined by the grid search. Thirdly, the INNRW model was trained by the training samples. Fourthly, the testing samples based on the trained INNRW were forecasted, and the forecasting results of the daily maximum load of 31 days in December of 2013 were obtained. Eventually, the residual errors between predicted values and actual values were calculated.

4.2 Experiment Results

Based on Eq (18), the mutual information and the resulting weights of the inputs are summarized in Table 1.
Table 1

Mutual information and weight results.

Input FeasuresMonth of the YearDay of the MonthDay of the WeekWeek NumberHoliday Indica-torDaily Average Temper-atureMaximum Electricity Load of the Day BeforeMaximum Electricity Load of the Day Last Week
MI0.02860.00600.04020.00750.12910.06520.28540.0932
Weight0.04370.00920.06140.01140.19700.09950.43560.1422
Based on the analysis above, the Gaussian kernel function K(, ) = exp(−γ‖−‖2), where γ was the kernel width, was chosen to be the kernel function in the INNRW model. Fig 4(A) illustrates the relations among MAPE, the kernel width and the regularization coefficient, while Fig 4(B) illustrates the relations among ME, the kernel width and the regularization coefficient. It can be seen from Fig 4 that both the kernel width and the regularization parameter are key parameters influencing the forecasting performance of the INNRW. The grid search method was used to optimize the two parameters. The optimal kernel width was 3.7276e+03, and the optimal regularization parameter was 1.3895.
Fig 4

Kernel width and regularization coefficient cross validation.

(A) Kernel width and regularization coefficient of MAPE. (B) Kernel width and regularization coefficient of ME.

Kernel width and regularization coefficient cross validation.

(A) Kernel width and regularization coefficient of MAPE. (B) Kernel width and regularization coefficient of ME. In order to further illustrate the effectiveness of the proposed method, a comparison was conducted between the INNRW method and several state-of-the-art load forecasting methods, such as back propagation (BP) neural network, RBF neural network, support vector regression (SVR), NNRW, online sequential extreme learning machine (OS-ELM) and KNNRW. The forecasting results were shown in Table 2, Table 3 and Table 4.
Table 2

Forecasting results.

Day of DecemberActual Load (MW)BPSVR
Forecasting Load(MW)Forecasting ME(MW)Forecasting Error (%)Forecasting Load(MW)Forecasting ME(MW)Forecasting Error (%)
13312.83077.9234.9-7.093270.142.7-1.29
23520.23548.928.70.823452.867.4-1.92
33615.53577.937.6-1.043481.0134.5-3.72
43541.83588.746.91.323545.84.00.11
53600.43535.564.9-1.803585.714.7-0.41
63533.13522.210.9-0.313546.913.80.39
73444.53380.364.2-1.863431.812.7-0.37
83304.33217.686.7-2.623254.549.8-1.51
93610.83577.733.1-0.923625.915.10.42
103683.23656.426.8-0.733673.89.4-0.26
113744.33708.036.3-0.973774.330.00.80
123725.73717.48.3-0.223809.083.32.24
133779.43697.581.9-2.173760.119.3-0.51
143633.83646.8130.363582.451.4-1.41
153554.63429.5125.1-3.523362.3192.3-5.41
163799.03666.2132.8-3.503792.56.5-0.17
173768.93730.738.2-1.013842.773.81.96
183757.33779.3220.593969.8212.55.65
193828.43785.742.7-1.123954.8126.43.30
203839.83794.245.6-1.193862.522.70.59
213638.93751.2112.33.093652.413.50.37
223570.33497.472.9-2.043389.4180.9-5.07
233833.73656.5177.2-4.623699.5134.2-3.50
243884.63738.0146.6-3.773797.587.1-2.24
253840.43726.4114-2.973820.619.8-0.52
263867.63795.771.9-1.863906.739.11.01
273904.83803.1101.7-2.603795.9108.9-2.79
283705.93777.171.21.923600.3105.6-2.85
293495.53495.60.10.003285.6209.9-6.00
303561.93605.043.11.213340.6221.3-6.21
313333.93575.2241.37.243311.822.1-0.66
Table 3

Forecasting results.

Day of DecemberActual Load (MW)OS-ELMINNRW
Forecasting Load(MW)Forecasting ME(MW)Forecasting Error (%)Forecasting Load(MW)Forecasting ME(MW)Forecasting Error (%)
13312.83277.235.6-1.073146.0166.8-5.04
23520.23540.620.40.583504.515.7-0.45
33615.53558.457.1-1.583544.071.5-1.98
43541.83612.570.72.003594.752.91.49
53600.43640.339.91.113528.871.6-1.99
63533.13602.369.21.963516.916.2-0.46
73444.53485.941.41.203394.050.5-1.47
83304.33282.721.6-0.653233.071.3-2.16
93610.83609.11.7-0.053509.9100.9-2.79
103683.23706.223.00.623649.833.4-0.91
113744.33788.944.61.193705.638.7-1.03
123725.73842.3116.63.133719.06.7-0.18
133779.43805.526.10.693677.1102.3-2.71
143633.83655.321.50.593628.15.7-0.16
153554.63416.2138.4-3.893447.2107.4-3.02
163799.03844.445.41.203654.1144.9-3.82
173768.93868.099.12.633785.316.40.44
183757.33960.2202.95.403794.937.61.00
193828.43942.2113.82.973762.865.6-1.71
203839.83880.340.51.063757.882.0-2.13
213638.93682.743.81.203699.060.11.65
223570.33419.0151.3-4.243469.3101.0-2.83
233833.73702.7131.0-3.423636.5197.2-5.14
243884.63777.0107.6-2.773809.475.2-1.94
253840.43757.083.4-2.173802.837.6-0.98
263867.63919.752.11.353790.177.5-2.00
273904.83841.063.8-1.633767.9136.9-3.51
283705.93675.930.0-0.813722.616.70.45
293495.53335.4160.1-4.583452.243.3-1.24
303561.93450.6111.3-3.123528.733.2-0.93
313333.93377.143.21.303518.4184.55.54

The forecasting results of BP neural network, SVR, OS-ELM and the proposed INNRW were summarized in Table 2 and Table 3. It can be observed from Table 2 and Table 3 that the ME of BP neural network is 241.3 and the maximum FE is 7.24%; the ME of SVR is 221.5 and the maximum FE is -6.21%; the ME of OS-ELM is 202.9 and the maximum FE is 5.40%; while the ME of the proposed INNRW is 184.5 and the maximum FE is 5.54%. The mean absolute forecasting error of the INNRW is 1.97%. There are 9 days’ forecasting errors of the INNRW are less than 1.00%, and 19 days’ are less than 2.00%. Moreover, the training time of the INNRW is much smaller than BP and SVR.

Table 4

Compared forecasting results.

MethodsMAPEME
BP2.6787241.2887
RBF1.8728316.8827
SVR2.0537221.2840
NNRW1.7404210.5358
OS-ELM1.9408202.8823
KNNRW1.7195209.2874
INNRW 1.6944 184.5290
The forecasting results of BP neural network, SVR, OS-ELM and the proposed INNRW were summarized in Table 2 and Table 3. It can be observed from Table 2 and Table 3 that the ME of BP neural network is 241.3 and the maximum FE is 7.24%; the ME of SVR is 221.5 and the maximum FE is -6.21%; the ME of OS-ELM is 202.9 and the maximum FE is 5.40%; while the ME of the proposed INNRW is 184.5 and the maximum FE is 5.54%. The mean absolute forecasting error of the INNRW is 1.97%. There are 9 days’ forecasting errors of the INNRW are less than 1.00%, and 19 days’ are less than 2.00%. Moreover, the training time of the INNRW is much smaller than BP and SVR. As can be seen from Table 4, KNNRW and the proposed INNRW can obtain much better forecasting results in both MAPE and ME indexes than the other methods. Moreover, the INNRW outperforms KNNRW in both indexes, which demonstrates the effectiveness of the weighting algorithm. The forecasting results of December in 2013 based on the INNRW were described in Fig 5. It is clear that the predicted values can be approximately fitting the tendency of the actual values. Consequently, the effectiveness of the proposed method was well verified.
Fig 5

Forecasting results of daily maximum load of December in 2013.

The blue solid line represents the forecasting maximum load of December in 2013. The red dotted line represents the actual maximum load of December in 2013. The green line represents the forecasting error between the forecasting values and the actual values.

Forecasting results of daily maximum load of December in 2013.

The blue solid line represents the forecasting maximum load of December in 2013. The red dotted line represents the actual maximum load of December in 2013. The green line represents the forecasting error between the forecasting values and the actual values.

Conclusions

A forecasting model based on the INNRW was proposed for the short-term load forecasting. Through the data pre-processing, eight features, i.e. month of the year, day of the month, day of the week, week number, holiday indicator, daily average temperature, maximum electricity load of the day before, and maximum electricity load of the day last week, were selected as the inputs of the INNRW. Then, in order to further improve the forecasting accuracy, different weights were allocated to the inputs according to their mutual information with the forecasting load values. A novel neural network, KNNRW, which combined the universal approximation ability and the fast learning speed of NNRW and the good generalization performance of SVM, was used to model the nonlinear function between the selected inputs and the maximum load. Simulation experiment results based on the actual load data from Dalian, China, showed that the proposed method can obtain smaller predicted errors than the traditional forecasting methods in both MAPE and ME. The kernel types and kernel parameters were crucial to the forecasting performance of the INNRW, and they were selected by the time-consuming grid search in this paper. The multiple kernel learning will be a potential solution. It is able to combine the kernel funtions which have different types or different parameters. As a result, the investigation of the multiple kernel learning in the INNRW will be a subject of the further research. (RAR) Click here for additional data file.
  8 in total

1.  Estimating mutual information.

Authors:  Alexander Kraskov; Harald Stögbauer; Peter Grassberger
Journal:  Phys Rev E Stat Nonlin Soft Matter Phys       Date:  2004-06-23

2.  Extreme learning machine for regression and multiclass classification.

Authors:  Guang-Bin Huang; Hongming Zhou; Xiaojian Ding; Rui Zhang
Journal:  IEEE Trans Syst Man Cybern B Cybern       Date:  2011-10-06

3.  Feature selection based on mutual information: criteria of max-dependency, max-relevance, and min-redundancy.

Authors:  Hanchuan Peng; Fuhui Long; Chris Ding
Journal:  IEEE Trans Pattern Anal Mach Intell       Date:  2005-08       Impact factor: 6.226

4.  A general backpropagation algorithm for feedforward neural networks learning.

Authors:  Xinghuo Yu; M O Efe; O Kaynak
Journal:  IEEE Trans Neural Netw       Date:  2002

5.  Stochastic choice of basis functions in adaptive function approximation and the functional-link net.

Authors:  B Igelnik; Y H Pao
Journal:  IEEE Trans Neural Netw       Date:  1995

6.  Partial mutual information for coupling analysis of multivariate time series.

Authors:  Stefan Frenzel; Bernd Pompe
Journal:  Phys Rev Lett       Date:  2007-11-14       Impact factor: 9.161

7.  A novel approach for lie detection based on F-score and extreme learning machine.

Authors:  Junfeng Gao; Zhao Wang; Yong Yang; Wenjia Zhang; Chunyi Tao; Jinan Guan; Nini Rao
Journal:  PLoS One       Date:  2013-06-03       Impact factor: 3.240

8.  Extreme learning machine-based classification of ADHD using brain structural MRI data.

Authors:  Xiaolong Peng; Pan Lin; Tongsheng Zhang; Jue Wang
Journal:  PLoS One       Date:  2013-11-19       Impact factor: 3.240

  8 in total
  4 in total

1.  An Improved Ensemble of Random Vector Functional Link Networks Based on Particle Swarm Optimization with Double Optimization Strategy.

Authors:  Qing-Hua Ling; Yu-Qing Song; Fei Han; Dan Yang; De-Shuang Huang
Journal:  PLoS One       Date:  2016-11-11       Impact factor: 3.240

2.  Artificial neural network and SARIMA based models for power load forecasting in Turkish electricity market.

Authors:  Ömer Özgür Bozkurt; Göksel Biricik; Ziya Cihan Tayşi
Journal:  PLoS One       Date:  2017-04-20       Impact factor: 3.240

3.  Feature selection using angle modulated simulated Kalman filter for peak classification of EEG signals.

Authors:  Asrul Adam; Zuwairie Ibrahim; Norrima Mokhtar; Mohd Ibrahim Shapiai; Marizan Mubin; Ismail Saad
Journal:  Springerplus       Date:  2016-09-15

4.  A VVWBO-BVO-based GM (1,1) and its parameter optimization by GRA-IGSA integration algorithm for annual power load forecasting.

Authors:  Lianhui Li; Hongguang Wang
Journal:  PLoS One       Date:  2018-05-16       Impact factor: 3.240

  4 in total

北京卡尤迪生物科技股份有限公司 © 2022-2023.