Multi-wind Field Output Power Prediction Method based on Energy Internet and DBPSO-LSSVM

Size: px
Start display at page:

Download "Multi-wind Field Output Power Prediction Method based on Energy Internet and DBPSO-LSSVM"

Transcription

1 , pp Multi-wind Field Output Power Prediction Method based on Energy Internet and DBPSO-LSSVM *Jianlou Lou 1, Hui Cao 1, Bin Song 2, Jizhe Xiao 1 1 School of Information Engineering, Northeast DianLi University, Jilin 1312, China 2 State Grid Jilin Electric Power Co.Ltd., Jilin power Supply Company Abstract: Traditional wind power prediction method only applicable to a single wind farm. In view of this isolated prediction model. In this paper, we propose a multi-wind farm prediction method based on DBPSO-LSSVM and energy Internet. Firstly, based on DBSCAN algorithm to detect outliers and select multi-wind field training samples. And to search the optimal input parameters of LSSVM based on particle swarm algorithm. Secondly, to predict multiple wind field s power combined with numerical weather prediction system. The method we proposed can be used to make the scheduling plan in advance to solve a large number of abandoned wind power rationing problem every year. In experiment, the method has lowest error rate compares to LSSVM and BP neural network and it is more suitable to predict wind fields in different areas. Keywords: Multiple wind farms power prediction; Energy Internet; Least square support vector machine; particle swarm; wind power utilization 1 Introduction Wind energy as a renewable energy has been paid more and more attention. However, wind power itself has inherent shortcomings such as intermittent and randomness. The prediction model is isolated and the capacity of wind power utilization is limited in some areas. So every year there are a serious of problems of abandoned wind power rationing. This waste a lot of wind power resource. At present, the following methods are proposed to predict the wind farm power: In paper [1], predict wind farm power based on component Bayesian method. In paper [2], predict wind farm power based on error stack correction. In paper [3], predict wind farm power based on Particle Swarm Optimization for nuclear extreme learning machine model. In paper [4], predict wind farm power based on statistical method. In paper [5], predict wind farm power based on Markoff chain principle and Correlation vector. In paper [6], propose to use (OS-ELS) learning machine to modify the wind speed and achieve the short-term wind prediction. In paper [7], propose to use Tuple vector time warping to predict wind farm power. However, the current method can only predict a single wind farm.with the rapid development of energy Internet, the efficient and fast data interconnection, information sharing platform has a great impact on the traditional isolated operation mode [8],[9]. In this paper, we propose a multiple wind farms prediction method. ISSN: ASTL Copyright 16 SERSC

2 Firstly, we introduce some relate works. Secondly, we introduce the prediction process. Finally, the effectiveness of method is proved by experiment. 2 Relate Work 2.1 Relate Technologies and Characteristics based on Energy Internet Firstly, the method we propose based on the characteristics such as renewable energy sources, information openness and sharing, advanced information processing technology, energy free transmission and advanced storage technology of Energy Internet to predict multiple wind fields. In order to make wind power scheduling plan in advance, to resolve the wind power utilization limited [1-11]. 2.2 DBSACN Outlier Detection Theory DBSCAN algorithm is a well-known clustering algorithm that according to two parameters Eps and MinPts to identify a cluster [12]. Due to the noise of real data is very large, it will affect the accuracy of the prediction model. So we remove outliers based on DBSCAN algorithm. The steps as follows: (1) Remove the point of less than or equal to zero to exclude human factors; (2) Set the parameters Eps and MinPts of DBSCAN algorithms and to cluster; (3) Among the clusters output, the number of data points in the Eps radius is larger than the MinPts labeled as the training sample data, the others are labeled as outliers; (4) Remove outliers and the remaining data are the training sample data. 2.3 PSO-LSSVM Regression Theory LS-SVM is an improvement of SVM and maps the training sample data to high dimensional feature space by a nonlinear mapping[13].and then, based on Particle Swarm Optimization(PSO)[14] to select parameters γ and σ2 of LSSVM, Specific steps are as follows: (1) Initial accelerate constant, inertia weight, population size,maximum number of evolution, parameters γ and σ2 and the parameters are mapped into random particles. (2) According to current position to calculate optimal position of current point and group.update the speed and position of each particle, and generate new population. (3) Calculate new location and adaptive value of each particle, compare its best position and optimal location in history. If better, replace it, otherwise, not change. (4) Check whether to meet the end of the optimization conditions, if satisfy, output the best nuclear parameters of LS-SVM, otherwise, turn to step (2). Copyright 16 SERSC 129

3 3 Multi-wind Farm Output Power Prediction Method based on Energy Internet and DBPSO-LSSVM 3.1 Selection and Normalization of Input Parameters The wind speed, air density and wind direction are parameters which have great influence on output power of wind turbine [15], [16]. So the data corresponding to the three attributes and power attribute are used as the initial input data in this paper. In order to eliminate the influence of the volume, the input data normalized to the [, 1] range, the normalization formula is as follows: x * x (1) In formula: x* is normalized initial training sample data; u is mean of all sample data; σ is Standard deviation of all sample data. 3.2 Establishment of Prediction Model based on Energy Internet and DBPSO-LSSVM The specific steps of DBPSO-LSSVM are as follows: (1) Collect multiple wind field SCADA data sets under energy Internet environment based on the features in 2.1 chart. And Normalization. (2) Multiple wind field initial sample data sets are input DBSCAN algorithm. Based on the 2.2 step to detect outliers, and select the training sample data sets. (3) To establish PSO-LSSVM models based on 2.3 step. (4) At last, multiple wind farm prediction models are established and combined with NWP system to predict. Wind field 1 data Wind field 2 data Wind field n data Wind field 1 data Wind field 2 data Wind field n data Initialize particle swarm Based on DBSCAN clustering Adaptive weight Energy Internet Based on DBPSO-LSSVM regression prediction Greater than the parameter Minpts Y Training sample N outliers Update speed and position Meet the end conditions Y Output optimized LSSVM parameters N NWP System Wind field 1 model Wind field 2 model Wind field n model Wind field 1 training samples Wind field 2 training samples Initialize LSSVM parameters Wind field n training samples Re training Scheduling personnel Predictive value 1 Predictive value 2 Predictive value n Wind field 1 prediction model Wind field 2 prediction model Wind field n prediction model Fig.1. Integrated prediction From figure 1, the method we propose to share the multiple wind farms SCADA data in different regions under the environment of energy Internet. And when the SCADA data of n wind fields are input, the n regression models will be output. This 13 Copyright 16 SERSC

4 is due to the method will be selected different training samples and different optimal input parameters among different wind fields. At last, it will be output different prediction models aim at different data distribution of wind farms. 4 Example analysis In experiment, we predict two wind farms in North and South China based on the method we propose with MATLAB simulation technology. The value of wind speed, wind direction and air density are as the input data based on numerical weather prediction system to provide. The output data are predict values each wind field. 4.1 Comparison of Prediction Results of Wind Power Based on the method we propose to predict two wind farms power compare to BP neural network, LSSVM and actual output power, the result as shown in figure 2: 9 Actual power BP-neural network DBPSO-LSSVM 9 Actual power LSSVM DBPSO-LSSVM Actual power BP-neural network DBPSO-LSSVM 1 Actual power LSSVM DBPSO-LSSVM Fig.2. Comparison of DBPSO-LSSVM,LSSVM,BP neural network, actual output power From figure 2, the method we propose has the highest prediction accuracy and the predict values close to actual power mostly between two wind farms in different areas. Remove outliers of SCADA data and select the optimal input parameters can improve the precision of forecasting when establish model based on LSSVM. 4.2 Comparison of Output Power Prediction Error In this paper, the mean square error (MSE) and the mean absolute percentage error (MAPE) are used to evaluate the prediction results. Copyright 16 SERSC 131

5 n 2 Pt Pt 1 E MSE (2) n t1 n 1 Pt Pt E MAPE (3) n P t1 t In formula: P is the real value of the forecast; P^ is predictive value of prediction; n is data quantity. Table 1. Main error indicators of the prediction models of A and B wind fields Algorithm type(a) MSE MAPE Algorithm type(b) MSE MAPE BP-neural network BP-neural network LSSVM LSSVM DBPSO-LSSVM DBPSO-LSSVM From Table 1: through the MSE and the MAPE two common error indicators calculated, the method we propose in this paper has the smallest error index. And the fluctuation range of error index between two wind fields is the smallest of all. So the proposed method is stable to different data distribution and more suitable than the other two methods to predict the output power of different wind fields. 5 Conclusion In this paper, based on the information sharing and interconnection of energy Internet, we propose a multiple wind fields prediction method based on energy Internet and DBPSO-LSSVM. The method we propose takes account into data distribution of wind farm in different areas. And to establish the best forecasting models for different wind fields. It has the smallest error compared to LSSVM, BP neural network. The fluctuation range of MSE and MAPE between two wind fields are.4 and.7 up and down. It is more stable. So the method provides a basic research for future to realize multiple wind farms prediction under the energy Internet environment. References 1. Ming, Y., Shu, F., Xueshan, H.: Probabilistic forecasting method for output power of wind farm based on component sparse Bayesian learning [J]. Automation of electric power system, 12, 36(14): Mao, M., Cao, Y., Zhou, S.: Improved short term wind power prediction method based on error stack correction [J]. Automation of electric power system, 13, 37(23): 34G Copyright 16 SERSC

6 3. Yang, X., Guan, W., Liu, Y.: Wind power interval prediction method based on Particle Swarm Optimization for nuclear extreme learning machine model [J]. Chinese Journal of Electrical Engineering, 15, Chen, Y., Sun, R., Wu, Z.: Power prediction of regional wind farm group based on statistical method [J]. Automation of electric power system, 13, 37(7): Yang, X., Wang, B., Lan, H.: Short term power prediction of wind farm [J].Electric power system and its automation, 15, 27(9): Wang, Y., Wang, Z., Huang, M.: Ultra short term wind power prediction based on OS-ELM and Bootstrap method [J]. Automation of electric power system, 14, 6: Liu, Y., Liu, C., Li, W.: Multi time scale power prediction of wind power generation based on the matching of output mode and power mode matching for wind power generation [J]. Chinese Journal of Electrical Engineering, 14, 34(25): Dong, Z., Zhao, J., Wen, F.: From smart grid to energy Internet: basic concepts and research framework [J].Automation of electric power system, 14, 38(15): Sun, H., Guo, Q., Pan, Z.: Energy Internet: philosophy, architecture and frontier outlook [J]. Automation of electric power system, 15, 19: Yan, T., Cheng, H., Zeng, P.: Energy Internet architecture and key technologies [J]. Power grid technology, 16, (1): Zeng, M., Yang, Y., Liu, D.: Coordinated optimization operation mode and key technology of "source network, load and storage" of energy Internet [J]. Power grid technology, 16, (1): Ester, M., Kriegel, H. P., Sander, J.: A density-based algorithm for discovering clusters in large spatial databases with noise[c]//kdd. 1996, 96(34): Gu, Y., Zhao, W., Wu, Z.: Research on robust regression algorithm based on least squares support vector machine [J].Journal of Tsinghua University: Natural Science Edition, 15 (4): Liu, Z., Zhang, W., Wang, Z.: Optimization layout of charging stations of urban electric vehicles based on quantum particle swarm optimization algorithm [J]. Chinese Journal of Electrical Engineering, 12, 32(22): Zhang, Z., Zhou, Q., Kusiak, A.: Optimization of wind power and its variability with a computational intelligence approach [J]. Sustainable Energy, IEEE Transactions on, 14, 5(1): Fan, G., Wang, W., Liu, C.: Short term wind power forecasting system based on artificial neural network [J].Power grid technology, 8, 32(22): Copyright 16 SERSC 133

Wind Turbine Gearbox Temperature Monitor Based On CITDMFPA-WNN Baoyi Wanga, Wuchao Liub, Shaomin Zhangc

Wind Turbine Gearbox Temperature Monitor Based On CITDMFPA-WNN Baoyi Wanga, Wuchao Liub, Shaomin Zhangc 4th International Conference on Electrical & Electronics Engineering and Computer Science (ICEEECS 2016) Wind Turbine Gearbox Temperature Monitor Based On CITDMFPA-WNN Baoyi Wanga, Wuchao Liub, Shaomin

More information

Journal of Engineering Science and Technology Review 7 (1) (2014)

Journal of Engineering Science and Technology Review 7 (1) (2014) Jestr Journal of Engineering Science and Technology Review 7 () (204) 32 36 JOURNAL OF Engineering Science and Technology Review www.jestr.org Particle Swarm Optimization-based BP Neural Network for UHV

More information

Weighted Fuzzy Time Series Model for Load Forecasting

Weighted Fuzzy Time Series Model for Load Forecasting NCITPA 25 Weighted Fuzzy Time Series Model for Load Forecasting Yao-Lin Huang * Department of Computer and Communication Engineering, De Lin Institute of Technology yaolinhuang@gmail.com * Abstract Electric

More information

Dynamic Data Modeling of SCR De-NOx System Based on NARX Neural Network Wen-jie ZHAO * and Kai ZHANG

Dynamic Data Modeling of SCR De-NOx System Based on NARX Neural Network Wen-jie ZHAO * and Kai ZHANG 2018 International Conference on Modeling, Simulation and Analysis (ICMSA 2018) ISBN: 978-1-60595-544-5 Dynamic Data Modeling of SCR De-NOx System Based on NARX Neural Network Wen-jie ZHAO * and Kai ZHANG

More information

Short-Term Wind Speed Forecasting Using Regularization Extreme Learning Machine Da-cheng XING 1, Ben-shuang QIN 1,* and Cheng-gang LI 2

Short-Term Wind Speed Forecasting Using Regularization Extreme Learning Machine Da-cheng XING 1, Ben-shuang QIN 1,* and Cheng-gang LI 2 27 International Conference on Mechanical and Mechatronics Engineering (ICMME 27) ISBN: 978--6595-44- Short-Term Wind Speed Forecasting Using Regularization Extreme Learning Machine Da-cheng XING, Ben-shuang

More information

Fault prediction of power system distribution equipment based on support vector machine

Fault prediction of power system distribution equipment based on support vector machine Fault prediction of power system distribution equipment based on support vector machine Zhenqi Wang a, Hongyi Zhang b School of Control and Computer Engineering, North China Electric Power University,

More information

A Hybrid Time-delay Prediction Method for Networked Control System

A Hybrid Time-delay Prediction Method for Networked Control System International Journal of Automation and Computing 11(1), February 2014, 19-24 DOI: 10.1007/s11633-014-0761-1 A Hybrid Time-delay Prediction Method for Networked Control System Zhong-Da Tian Xian-Wen Gao

More information

A Wavelet Neural Network Forecasting Model Based On ARIMA

A Wavelet Neural Network Forecasting Model Based On ARIMA A Wavelet Neural Network Forecasting Model Based On ARIMA Wang Bin*, Hao Wen-ning, Chen Gang, He Deng-chao, Feng Bo PLA University of Science &Technology Nanjing 210007, China e-mail:lgdwangbin@163.com

More information

Data Mining Based Anomaly Detection In PMU Measurements And Event Detection

Data Mining Based Anomaly Detection In PMU Measurements And Event Detection Data Mining Based Anomaly Detection In PMU Measurements And Event Detection P. Banerjee, S. Pandey, M. Zhou, A. Srivastava, Y. Wu Smart Grid Demonstration and Research Investigation Lab (SGDRIL) Energy

More information

An Improved Method of Power System Short Term Load Forecasting Based on Neural Network

An Improved Method of Power System Short Term Load Forecasting Based on Neural Network An Improved Method of Power System Short Term Load Forecasting Based on Neural Network Shunzhou Wang School of Electrical and Electronic Engineering Huailin Zhao School of Electrical and Electronic Engineering

More information

Heat Load Forecasting of District Heating System Based on Numerical Weather Prediction Model

Heat Load Forecasting of District Heating System Based on Numerical Weather Prediction Model 2nd International Forum on Electrical Engineering and Automation (IFEEA 2) Heat Load Forecasting of District Heating System Based on Numerical Weather Prediction Model YANG Hongying, a, JIN Shuanglong,

More information

Experimental Study on the Cyclic Ampacity and Its Factor of 10 kv XLPE Cable

Experimental Study on the Cyclic Ampacity and Its Factor of 10 kv XLPE Cable Energy and Power Engineering, 203, 5, 22-225 doi:0.4236/epe.203.54b23 Published Online July 203 (http://www.scirp.org/journal/epe) Experimental Study on the Cyclic Ampacity and Its Factor of 0 kv XLPE

More information

Reading, UK 1 2 Abstract

Reading, UK 1 2 Abstract , pp.45-54 http://dx.doi.org/10.14257/ijseia.2013.7.5.05 A Case Study on the Application of Computational Intelligence to Identifying Relationships between Land use Characteristics and Damages caused by

More information

Wind Speed Forecasting in China: A Review

Wind Speed Forecasting in China: A Review Science Journal of Energy Engineering 2015; 3(4-1): 14-21 Published online February 9, 2015 (http://www.sciencepublishinggroup.com/j/sjee) doi: 10.11648/j.sjee.s.2015030401.13 ISSN: 2376-810X (Print);

More information

Electric Load Forecasting Using Wavelet Transform and Extreme Learning Machine

Electric Load Forecasting Using Wavelet Transform and Extreme Learning Machine Electric Load Forecasting Using Wavelet Transform and Extreme Learning Machine Song Li 1, Peng Wang 1 and Lalit Goel 1 1 School of Electrical and Electronic Engineering Nanyang Technological University

More information

PREDICTING SOLAR GENERATION FROM WEATHER FORECASTS. Chenlin Wu Yuhan Lou

PREDICTING SOLAR GENERATION FROM WEATHER FORECASTS. Chenlin Wu Yuhan Lou PREDICTING SOLAR GENERATION FROM WEATHER FORECASTS Chenlin Wu Yuhan Lou Background Smart grid: increasing the contribution of renewable in grid energy Solar generation: intermittent and nondispatchable

More information

WIND POWER FORECASTING: A SURVEY

WIND POWER FORECASTING: A SURVEY WIND POWER FORECASTING: A SURVEY Sukhdev Singh, Dr.Naresh Kumar DCRUST MURTHAL,Email-sukhdev710@gmail.com(9896400682) Abstract: A number of wind power prediction techniques are available in order to forecast

More information

Application of Swarm Intelligent Algorithm Optimization Neural Network in Network Security Hui Xia1

Application of Swarm Intelligent Algorithm Optimization Neural Network in Network Security Hui Xia1 4th International Conference on Machinery, Materials and Information Technology Applications (ICMMITA 06) Application of Swarm Intelligent Algorithm Optimization Neural Network in Network Security Hui

More information

Short-term water demand forecast based on deep neural network ABSTRACT

Short-term water demand forecast based on deep neural network ABSTRACT Short-term water demand forecast based on deep neural network Guancheng Guo 1, Shuming Liu 2 1,2 School of Environment, Tsinghua University, 100084, Beijing, China 2 shumingliu@tsinghua.edu.cn ABSTRACT

More information

Wind Speed Forecasting Using Back Propagation Artificial Neural Networks in North of Iran

Wind Speed Forecasting Using Back Propagation Artificial Neural Networks in North of Iran Research Article Journal of Energy Management and echnology (JEM) Vol. 1, Issue 3 21 Wind Speed Forecasting Using Back Propagation Artificial Neural Networks in North of Iran AMIN MASOUMI 1, FARKHONDEH

More information

Research Article A PLS-Based Weighted Artificial Neural Network Approach for Alpha Radioactivity Prediction inside Contaminated Pipes

Research Article A PLS-Based Weighted Artificial Neural Network Approach for Alpha Radioactivity Prediction inside Contaminated Pipes Mathematical Problems in Engineering, Article ID 517605, 5 pages http://dxdoiorg/101155/2014/517605 Research Article A PLS-Based Weighted Artificial Neural Network Approach for Alpha Radioactivity Prediction

More information

WIND POWER IS A mature renewable energy technology

WIND POWER IS A mature renewable energy technology IEEE TRANSACTIONS ON SMART GRID, VOL. 5, NO. 1, JANUARY 2014 521 Hybrid Forecasting Model for Very-Short Term Wind Power Forecasting Based on Grey Relational Analysis and Wind Speed Distribution Features

More information

Open Access Permanent Magnet Synchronous Motor Vector Control Based on Weighted Integral Gain of Sliding Mode Variable Structure

Open Access Permanent Magnet Synchronous Motor Vector Control Based on Weighted Integral Gain of Sliding Mode Variable Structure Send Orders for Reprints to reprints@benthamscienceae The Open Automation and Control Systems Journal, 5, 7, 33-33 33 Open Access Permanent Magnet Synchronous Motor Vector Control Based on Weighted Integral

More information

Bearing fault diagnosis based on Shannon entropy and wavelet package decomposition

Bearing fault diagnosis based on Shannon entropy and wavelet package decomposition Bearing fault diagnosis based on Shannon entropy and wavelet package decomposition Hong Mei Liu 1, Chen Lu, Ji Chang Zhang 3 School of Reliability and Systems Engineering, Beihang University, Beijing 1191,

More information

Research of concrete cracking propagation based on information entropy evolution

Research of concrete cracking propagation based on information entropy evolution Research of concrete cracking propagation based on information entropy evolution Changsheng Xiang 1, Yu Zhou 2, Bin Zhao 3, Liang Zhang 4, Fuchao Mao 5 1, 2, 5 Key Laboratory of Disaster Prevention and

More information

Two-stage Pedestrian Detection Based on Multiple Features and Machine Learning

Two-stage Pedestrian Detection Based on Multiple Features and Machine Learning 38 3 Vol. 38, No. 3 2012 3 ACTA AUTOMATICA SINICA March, 2012 1 1 1, (Adaboost) (Support vector machine, SVM). (Four direction features, FDF) GAB (Gentle Adaboost) (Entropy-histograms of oriented gradients,

More information

Experimental and numerical simulation studies of the squeezing dynamics of the UBVT system with a hole-plug device

Experimental and numerical simulation studies of the squeezing dynamics of the UBVT system with a hole-plug device Experimental numerical simulation studies of the squeezing dynamics of the UBVT system with a hole-plug device Wen-bin Gu 1 Yun-hao Hu 2 Zhen-xiong Wang 3 Jian-qing Liu 4 Xiao-hua Yu 5 Jiang-hai Chen 6

More information

Big Data Analysis in Wind Power Forecasting

Big Data Analysis in Wind Power Forecasting Big Data Analysis in Wind Power Forecasting Pingwen Zhang School of Mathematical Sciences, Peking University Email: pzhang@pku.edu.cn Thanks: Pengyu Qian, Qinwu Xu, Zaiwen Wen and Junzi Zhang The Keywind

More information

A Spatial Load Forecasting Method Based on the Theory of Clustering Analysis

A Spatial Load Forecasting Method Based on the Theory of Clustering Analysis Available online at www.sciencedirect.com Physics Procedia 24 (2012) 176 183 2012 International Conference on Applied Physics and Industrial Engineering A Spatial Load Forecasting Method Based on the Theory

More information

Information. A Fitting Approach. 1. Introduction

Information. A Fitting Approach. 1. Introduction www.ijcsi.org 150 A Fitting Approach to Mend Defective Urban Traffic Flow Information Based on SARBF Neural Networks Ning Chen, Weibing Weng and Xing Xu School of Mechanical and Automotive Engineering,

More information

Open Access Combined Prediction of Wind Power with Chaotic Time Series Analysis

Open Access Combined Prediction of Wind Power with Chaotic Time Series Analysis Send Orders for Reprints to reprints@benthamscience.net The Open Automation and Control Systems Journal, 2014, 6, 117-123 117 Open Access Combined Prediction of Wind Power with Chaotic Time Series Analysis

More information

Application Research of ARIMA Model in Rainfall Prediction in Central Henan Province

Application Research of ARIMA Model in Rainfall Prediction in Central Henan Province Application Research of ARIMA Model in Rainfall Prediction in Central Henan Province Lulu Xu 1, Dexian Zhang 1, Xin Zhang 1 1School of Information Science and Engineering, Henan University of Technology,

More information

Research on fault prediction method of power electronic circuits based on least squares support vector machine

Research on fault prediction method of power electronic circuits based on least squares support vector machine 15 8 2011 8 ELECTRI C MACHINES AND CONTROL Vol. 15 No. 8 Aug. 2011 LS-SVM 1 2 1 1 1 1. 210016 2. 232001 least squares support vector machine LS-SVM Buck LS-SVM LS-SVM 2% TP 206 A 1007-449X 2011 08-0064-

More information

ANN and Statistical Theory Based Forecasting and Analysis of Power System Variables

ANN and Statistical Theory Based Forecasting and Analysis of Power System Variables ANN and Statistical Theory Based Forecasting and Analysis of Power System Variables Sruthi V. Nair 1, Poonam Kothari 2, Kushal Lodha 3 1,2,3 Lecturer, G. H. Raisoni Institute of Engineering & Technology,

More information

Method for Recognizing Mechanical Status of Container Crane Motor Based on SOM Neural Network

Method for Recognizing Mechanical Status of Container Crane Motor Based on SOM Neural Network IOP Conference Series: Materials Science and Engineering PAPER OPEN ACCESS Method for Recognizing Mechanical Status of Container Crane Motor Based on SOM Neural Network To cite this article: X Q Yao et

More information

The Research of Urban Rail Transit Sectional Passenger Flow Prediction Method

The Research of Urban Rail Transit Sectional Passenger Flow Prediction Method Journal of Intelligent Learning Systems and Applications, 2013, 5, 227-231 Published Online November 2013 (http://www.scirp.org/journal/jilsa) http://dx.doi.org/10.4236/jilsa.2013.54026 227 The Research

More information

About Nnergix +2, More than 2,5 GW forecasted. Forecasting in 5 countries. 4 predictive technologies. More than power facilities

About Nnergix +2, More than 2,5 GW forecasted. Forecasting in 5 countries. 4 predictive technologies. More than power facilities About Nnergix +2,5 5 4 +20.000 More than 2,5 GW forecasted Forecasting in 5 countries 4 predictive technologies More than 20.000 power facilities Nnergix s Timeline 2012 First Solar Photovoltaic energy

More information

WIND SPEED ESTIMATION IN SAUDI ARABIA USING THE PARTICLE SWARM OPTIMIZATION (PSO)

WIND SPEED ESTIMATION IN SAUDI ARABIA USING THE PARTICLE SWARM OPTIMIZATION (PSO) WIND SPEED ESTIMATION IN SAUDI ARABIA USING THE PARTICLE SWARM OPTIMIZATION (PSO) Mohamed Ahmed Mohandes Shafique Rehman King Fahd University of Petroleum & Minerals Saeed Badran Electrical Engineering

More information

Feature Selection Criterion for Gravity Matching Navigation

Feature Selection Criterion for Gravity Matching Navigation Feature Selection Criterion for Gravity Matching Navigation Abubakar Usman Sambo, Li Shi Xin 2 Tianjin University of Technology and Education, Department of Electronics Engineering. Tianjin China Abstract:

More information

Wind Power Forecasting using Artificial Neural Networks

Wind Power Forecasting using Artificial Neural Networks Wind Power Forecasting using Artificial Neural Networks This paper aims at predicting the power output of wind turbines using artificial neural networks,two different algorithms and models were trained

More information

Journal of South China University of Technology Natural Science Edition

Journal of South China University of Technology Natural Science Edition 45 8 207 8 Journal of South China University of Technology Natural Science Edition Vol 45 No 8 August 207 000-565X20708-0050-07 2 3002202 54004 PERCLOS U49 doi0 3969 /j issn 000-565X 207 08 008 4-7 0 h

More information

The Influence Degree Determining of Disturbance Factors in Manufacturing Enterprise Scheduling

The Influence Degree Determining of Disturbance Factors in Manufacturing Enterprise Scheduling , pp.112-117 http://dx.doi.org/10.14257/astl.2016. The Influence Degree Determining of Disturbance Factors in Manufacturing Enterprise Scheduling Lijun Song, Bo Xiang School of Mechanical Engineering,

More information

Stress Analysis of Tensioning Bolt based on MATLAB

Stress Analysis of Tensioning Bolt based on MATLAB 191 A publication of CHEMICAL ENGINEERING TRANSACTIONS VOL. 51, 016 Guest Editors: Tichun Wang, Hongyang Zhang, Lei Tian Copyright 016, AIDIC Servizi S.r.l., ISBN 978-88-95608-4-; ISSN 8-916 The Italian

More information

A Fuzzy Logic Based Short Term Load Forecast for the Holidays

A Fuzzy Logic Based Short Term Load Forecast for the Holidays A Fuzzy Logic Based Short Term Load Forecast for the Holidays Hasan H. Çevik and Mehmet Çunkaş Abstract Electric load forecasting is important for economic operation and planning. Holiday load consumptions

More information

A Support Vector Regression Model for Forecasting Rainfall

A Support Vector Regression Model for Forecasting Rainfall A Support Vector Regression for Forecasting Nasimul Hasan 1, Nayan Chandra Nath 1, Risul Islam Rasel 2 Department of Computer Science and Engineering, International Islamic University Chittagong, Bangladesh

More information

GL Garrad Hassan Short term power forecasts for large offshore wind turbine arrays

GL Garrad Hassan Short term power forecasts for large offshore wind turbine arrays GL Garrad Hassan Short term power forecasts for large offshore wind turbine arrays Require accurate wind (and hence power) forecasts for 4, 24 and 48 hours in the future for trading purposes. Receive 4

More information

Research Article Data-Driven Fault Diagnosis Method for Power Transformers Using Modified Kriging Model

Research Article Data-Driven Fault Diagnosis Method for Power Transformers Using Modified Kriging Model Hindawi Mathematical Problems in Engineering Volume 2017, Article ID 3068548, 5 pages https://doi.org/10.1155/2017/3068548 Research Article Data-Driven Fault Diagnosis Method for Power Transformers Using

More information

Spinning Reserve Capacity Optimization of a Power System When Considering Wind Speed Correlation

Spinning Reserve Capacity Optimization of a Power System When Considering Wind Speed Correlation Article Spinning Reserve Capacity Optimization of a Power System When Considering Wind Speed Correlation Jianglin Zhang 1, Huimin Zhuang 1, *, Li Zhang 2 and Jinyu Gao 3 1 Control Engineering College,

More information

An artificial neural network hybrid with wavelet transform for short-term wind speed forecasting: A preliminary case study

An artificial neural network hybrid with wavelet transform for short-term wind speed forecasting: A preliminary case study An artificial neural network hybrid with wavelet transform for short-term wind speed forecasting: A preliminary case study Moslem Yousefi *,1, Danial Hooshyar 2, Milad Yousefi 3 1 Center for Advanced Mechatronics

More information

Bearing fault diagnosis based on TEO and SVM

Bearing fault diagnosis based on TEO and SVM Bearing fault diagnosis based on TEO and SVM Qingzhu Liu, Yujie Cheng 2 School of Reliability and Systems Engineering, Beihang University, Beijing 9, China Science and Technology on Reliability and Environmental

More information

Journal of Chemical and Pharmaceutical Research, 2014, 6(3): Research Article

Journal of Chemical and Pharmaceutical Research, 2014, 6(3): Research Article Available online www.jocpr.com Journal of Chemical and Pharmaceutical Research, 2014, 6(3):813-817 Research Article ISSN : 0975-7384 COEN(USA) : JCPRC5 Research On the Burning Zone Temperature Control

More information

Gravitational Search Algorithm with Dynamic Learning Strategy

Gravitational Search Algorithm with Dynamic Learning Strategy Journal of Information Hiding and Multimedia Signal Processing c 2018 ISSN 2073-4212 Ubiquitous International Volume 9, Number 1, January 2018 Gravitational Search Algorithm with Dynamic Learning Strategy

More information

A Hybrid Model of Wavelet and Neural Network for Short Term Load Forecasting

A Hybrid Model of Wavelet and Neural Network for Short Term Load Forecasting International Journal of Electronic and Electrical Engineering. ISSN 0974-2174, Volume 7, Number 4 (2014), pp. 387-394 International Research Publication House http://www.irphouse.com A Hybrid Model of

More information

Construction of Emergency Services Platform for Coal Mining Accidents by Integrating Multi Source Datasets

Construction of Emergency Services Platform for Coal Mining Accidents by Integrating Multi Source Datasets Construction of Emergency Services Platform for Coal Mining Accidents by Integrating Multi Source Datasets Jin LIU Geological Environmental Center of Shanxi Province, Taiyuan, Shanxi 030024, China Abstract

More information

An Improved Quantum Evolutionary Algorithm with 2-Crossovers

An Improved Quantum Evolutionary Algorithm with 2-Crossovers An Improved Quantum Evolutionary Algorithm with 2-Crossovers Zhihui Xing 1, Haibin Duan 1,2, and Chunfang Xu 1 1 School of Automation Science and Electrical Engineering, Beihang University, Beijing, 100191,

More information

Research on robust control of nonlinear singular systems. XuYuting,HuZhen

Research on robust control of nonlinear singular systems. XuYuting,HuZhen Advances in Engineering Research (AER), volume 107 2nd International Conference on Materials Engineering and Information Technology Applications (MEITA 2016) Research on robust control of nonlinear singular

More information

This paper presents the

This paper presents the ISESCO JOURNAL of Science and Technology Volume 8 - Number 14 - November 2012 (2-8) A Novel Ensemble Neural Network based Short-term Wind Power Generation Forecasting in a Microgrid Aymen Chaouachi and

More information

Modelling residual wind farm variability using HMMs

Modelling residual wind farm variability using HMMs 8 th World IMACS/MODSIM Congress, Cairns, Australia 3-7 July 2009 http://mssanz.org.au/modsim09 Modelling residual wind farm variability using HMMs Ward, K., Korolkiewicz, M. and Boland, J. School of Mathematics

More information

Predict Time Series with Multiple Artificial Neural Networks

Predict Time Series with Multiple Artificial Neural Networks , pp. 313-324 http://dx.doi.org/10.14257/ijhit.2016.9.7.28 Predict Time Series with Multiple Artificial Neural Networks Fei Li 1, Jin Liu 1 and Lei Kong 2,* 1 College of Information Engineering, Shanghai

More information

Power Load Forecasting based on Multi-task Gaussian Process

Power Load Forecasting based on Multi-task Gaussian Process Preprints of the 19th World Congress The International Federation of Automatic Control Power Load Forecasting based on Multi-task Gaussian Process Yulai Zhang Guiming Luo Fuan Pu Tsinghua National Laboratory

More information

A Sliding Mode Control based on Nonlinear Disturbance Observer for the Mobile Manipulator

A Sliding Mode Control based on Nonlinear Disturbance Observer for the Mobile Manipulator International Core Journal of Engineering Vol.3 No.6 7 ISSN: 44-895 A Sliding Mode Control based on Nonlinear Disturbance Observer for the Mobile Manipulator Yanna Si Information Engineering College Henan

More information

Probabilistic Energy Forecasting

Probabilistic Energy Forecasting Probabilistic Energy Forecasting Moritz Schmid Seminar Energieinformatik WS 2015/16 ^ KIT The Research University in the Helmholtz Association www.kit.edu Agenda Forecasting challenges Renewable energy

More information

RBF Neural Network Combined with Knowledge Mining Based on Environment Simulation Applied for Photovoltaic Generation Forecasting

RBF Neural Network Combined with Knowledge Mining Based on Environment Simulation Applied for Photovoltaic Generation Forecasting Sensors & ransducers 03 by IFSA http://www.sensorsportal.com RBF eural etwork Combined with Knowledge Mining Based on Environment Simulation Applied for Photovoltaic Generation Forecasting Dongxiao iu,

More information

Open Access Research on Data Processing Method of High Altitude Meteorological Parameters Based on Neural Network

Open Access Research on Data Processing Method of High Altitude Meteorological Parameters Based on Neural Network Send Orders for Reprints to reprints@benthamscience.ae The Open Automation and Control Systems Journal, 2015, 7, 1597-1604 1597 Open Access Research on Data Processing Method of High Altitude Meteorological

More information

Analysis on the Operating Characteristic of UHVDC New Hierarchical Connection Mode to AC System

Analysis on the Operating Characteristic of UHVDC New Hierarchical Connection Mode to AC System Open Access Journal Journal of Power Technologies 96 (4) (216) 229 237 journal homepage:papers.itc.pw.edu.pl Analysis on the Operating Characteristic of UHVDC New Hierarchical Connection Mode to AC System

More information

A New Robust Decentralized Control Method for Interconnected Nonlinear Systems Based on State Extension and Adaptive Tracking

A New Robust Decentralized Control Method for Interconnected Nonlinear Systems Based on State Extension and Adaptive Tracking 7 3rd International Conference on Computational Systems and Communications (ICCSC 7) A New Robust Decentralized Control Method for Interconnected Nonlinear Systems Based on State Etension and Adaptive

More information

Prediction of gas emission quantity using artificial neural networks

Prediction of gas emission quantity using artificial neural networks Available online www.jocpr.com Journal of Chemical and Pharmaceutical Research, 2014, 6(6):1653-165 Research Article ISSN : 095-384 CODEN(USA) : JCPRC5 Prediction of gas emission quantity using artificial

More information

ARX System identification of a positioning stage based on theoretical modeling and an ARX model WANG Jing-shu 1 GUO Jie 2 ZHU Chang-an 2

ARX System identification of a positioning stage based on theoretical modeling and an ARX model WANG Jing-shu 1 GUO Jie 2 ZHU Chang-an 2 DOI:10.13465/j.cnki.jvs.2013.13.026 32 13 JOURNAL OF VIBRATION AND SHOCK Vol. 32 No. 13 2013 ARX 1 2 2 1. 400054 2. 230027 ARX ARX ARX TH113 A System identification of a positioning stage based on theoretical

More information

Experimental Research of Optimal Die-forging Technological Schemes Based on Orthogonal Plan

Experimental Research of Optimal Die-forging Technological Schemes Based on Orthogonal Plan Experimental Research of Optimal Die-forging Technological Schemes Based on Orthogonal Plan Jianhao Tan (Corresponding author) Electrical and Information Engineering College Hunan University Changsha 410082,

More information

Condition Parameter Modeling for Anomaly Detection in Wind Turbines

Condition Parameter Modeling for Anomaly Detection in Wind Turbines Energies 2014, 7, 3104-3120; doi:10.3390/en7053104 Article OPEN ACCESS energies ISSN 1996-1073 www.mdpi.com/journal/energies Condition Parameter Modeling for Anomaly Detection in Wind Turbines Yonglong

More information

Keywords:radar cross section (RCS), statistical model, fitting technique, test hypothesis.

Keywords:radar cross section (RCS), statistical model, fitting technique, test hypothesis. International Conference on Automation, Mechanical Control and Computational Engineering (AMCCE 5) Anti-ship Missile Target Dynamic RCS Statistical Distribution Fitting Technique Wang Hao, Shao Jiing &

More information

No. 6 Determining the input dimension of a To model a nonlinear time series with the widely used feed-forward neural network means to fit the a

No. 6 Determining the input dimension of a To model a nonlinear time series with the widely used feed-forward neural network means to fit the a Vol 12 No 6, June 2003 cfl 2003 Chin. Phys. Soc. 1009-1963/2003/12(06)/0594-05 Chinese Physics and IOP Publishing Ltd Determining the input dimension of a neural network for nonlinear time series prediction

More information

Soft Sensor Modelling based on Just-in-Time Learning and Bagging-PLS for Fermentation Processes

Soft Sensor Modelling based on Just-in-Time Learning and Bagging-PLS for Fermentation Processes 1435 A publication of CHEMICAL ENGINEERING TRANSACTIONS VOL. 70, 2018 Guest Editors: Timothy G. Walmsley, Petar S. Varbanov, Rongin Su, Jiří J. Klemeš Copyright 2018, AIDIC Servizi S.r.l. ISBN 978-88-95608-67-9;

More information

Predicting Roadway Surrounding Rock Deformation and Plastic Zone. Depth Using BP Neural Network

Predicting Roadway Surrounding Rock Deformation and Plastic Zone. Depth Using BP Neural Network 5th International Conference on Civil Engineering and Transportation (ICCET 2015) Predicting Roadway Surrounding Rock Deformation and Plastic Zone Depth Using BP Neural Network Jianying Zhang1, 2 *, Yucheng

More information

Bayesian Network-Based Road Traffic Accident Causality Analysis

Bayesian Network-Based Road Traffic Accident Causality Analysis 2010 WASE International Conference on Information Engineering Bayesian Networ-Based Road Traffic Accident Causality Analysis Xu Hongguo e-mail: xhg335@163.com Zong Fang (Contact Author) Abstract Traffic

More information

Research Article Finite Element Analysis of Flat Spiral Spring on Mechanical Elastic Energy Storage Technology

Research Article Finite Element Analysis of Flat Spiral Spring on Mechanical Elastic Energy Storage Technology Research Journal of Applied Sciences, Engineering and Technology 7(5): 993-1000, 2014 DOI:10.19026/rjaset.7.348 ISSN: 2040-7459; e-issn: 2040-7467 2014 Maxwell Scientific Publication Corp. Submitted: January

More information

Research on State-of-Charge (SOC) estimation using current integration based on temperature compensation

Research on State-of-Charge (SOC) estimation using current integration based on temperature compensation IOP Conference Series: Earth and Environmental Science PAPER OPEN ACCESS Research on State-of-Charge (SOC) estimation using current integration based on temperature compensation To cite this article: J

More information

1983. Gearbox fault diagnosis based on local mean decomposition, permutation entropy and extreme learning machine

1983. Gearbox fault diagnosis based on local mean decomposition, permutation entropy and extreme learning machine 1983. Gearbox fault diagnosis based on local mean decomposition, permutation entropy and extreme learning machine Yu Wei 1, Minqiang Xu 2, Yongbo Li 3, Wenhu Huang 4 Department of Astronautical Science

More information

Controlled Quantum Teleportation via Four Particle Asymmetric Entangled State *

Controlled Quantum Teleportation via Four Particle Asymmetric Entangled State * IOSR Journal of Applied Physics (IOSR-JAP) e-issn: 2278-4861.Volume 9, Issue 1 Ver. III (Jan. Feb. 2017), PP 32-37 www.iosrjournals.org Controlled Quantum Teleportation via Four Particle Asymmetric Entangled

More information

Study on Coal Methane Adsorption Behavior Under Variation Temperature and Pressure-Taking Xia-Yu-Kou Coal for Example

Study on Coal Methane Adsorption Behavior Under Variation Temperature and Pressure-Taking Xia-Yu-Kou Coal for Example International Journal of Oil, Gas and Coal Engineering 2018; 6(4): 60-66 http://www.sciencepublishinggroup.com/j/ogce doi: 10.11648/j.ogce.20180604.13 ISSN: 2376-7669 (Print); ISSN: 2376-7677(Online) Study

More information

Analysis on Climate Change of Guangzhou in Nearly 65 Years

Analysis on Climate Change of Guangzhou in Nearly 65 Years , pp.111-117 http://dx.doi.org/10.14257/astl.2016.138.24 Analysis on Climate Change of Guangzhou in Nearly 65 Years Wenzheng Yu, Haitao Liu, Chunyong Yin, Jin Wang College of Environmental Science and

More information

Long Term Load Forecasting Using SA-ANN Model: a Comparative Analysis on Real Case Khorasan Regional Load

Long Term Load Forecasting Using SA-ANN Model: a Comparative Analysis on Real Case Khorasan Regional Load No. E-13-AAA-0000 Long Term Load Forecasting Using SA-ANN Model: a Comparative Analysis on Real Case Khorasan Regional Load Rasool Heydari Electrical Department Faculty of Engineering Sadjad Institute

More information

Key words: insulator, the equivalent diameter, natural icing, icing thickness, icing degree, characterization method

Key words: insulator, the equivalent diameter, natural icing, icing thickness, icing degree, characterization method Study on characterization method of icing degree of Porcelain and Glass insulators based on icing thickness of equivalent diameter Zhang Zhijin 1, Zheng Qiang 1, Jiang Xingliang 1, Zhu Chengzhi 2 1. State

More information

Study on form distribution of soil iron in western Jilin and its correlation with soil properties

Study on form distribution of soil iron in western Jilin and its correlation with soil properties 35 2 2016 6 GLOBAL GEOLOGY Vol. 35 No. 2 Jun. 2016 1004 5589 2016 02 0593 08 1 1 2 1 1 1. 130061 2. 130012 50 A > B > C > D > E > F > G A A CEC B ph C E A C D G B C D P595 S151. 9 A doi 10. 3969 /j. issn.

More information

Numerical Interpolation of Aircraft Aerodynamic Data through Regression Approach on MLP Network

Numerical Interpolation of Aircraft Aerodynamic Data through Regression Approach on MLP Network , pp.12-17 http://dx.doi.org/10.14257/astl.2018.151.03 Numerical Interpolation of Aircraft Aerodynamic Data through Regression Approach on MLP Network Myeong-Jae Jo 1, In-Kyum Kim 1, Won-Hyuck Choi 2 and

More information

A research on the reservoir prediction methods based on several kinds of seismic attributes analysis

A research on the reservoir prediction methods based on several kinds of seismic attributes analysis IOSR Journal of Engineering (IOSRJEN) ISSN (e): 2250-3021, ISSN (p): 2278-8719 Vol. 05, Issue 10 (October. 2015), V1 PP 15-20 www.iosrjen.org A research on the reservoir prediction methods based on several

More information

Integrating Geographic Information System and Building Information Model for Real Estate Valuation

Integrating Geographic Information System and Building Information Model for Real Estate Valuation Integrating Geographic Information System and Building Information Model for Real Estate Valuation Haicong YU and Ying LIU, China Key words: GIS, BIM, Real estate valuation SUMMARY In the past decades,

More information

RESEARCH ON AEROCRAFT ATTITUDE TESTING TECHNOLOGY BASED ON THE BP ANN

RESEARCH ON AEROCRAFT ATTITUDE TESTING TECHNOLOGY BASED ON THE BP ANN RESEARCH ON AEROCRAFT ATTITUDE TESTING TECHNOLOGY BASED ON THE BP ANN 1 LIANG ZHI-JIAN, 2 MA TIE-HUA 1 Assoc. Prof., Key Laboratory of Instrumentation Science & Dynamic Measurement, North University of

More information

APPLICATION OF RADIAL BASIS FUNCTION NEURAL NETWORK, TO ESTIMATE THE STATE OF HEALTH FOR LFP BATTERY

APPLICATION OF RADIAL BASIS FUNCTION NEURAL NETWORK, TO ESTIMATE THE STATE OF HEALTH FOR LFP BATTERY International Journal of Electrical and Electronics Engineering (IJEEE) ISSN(P): 2278-9944; ISSN(E): 2278-9952 Vol. 7, Issue 1, Dec - Jan 2018, 1-6 IASET APPLICATION OF RADIAL BASIS FUNCTION NEURAL NETWORK,

More information

A Fast Method for Embattling Optimization of Ground-Based Radar Surveillance Network

A Fast Method for Embattling Optimization of Ground-Based Radar Surveillance Network A Fast Method for Embattling Optimization of Ground-Based Radar Surveillance Network JIANG Hai University of Chinese Academy of Sciences National Astronomical Observatories, Chinese Academy of Sciences

More information

Distributed Clustering and Local Regression for Knowledge Discovery in Multiple Spatial Databases

Distributed Clustering and Local Regression for Knowledge Discovery in Multiple Spatial Databases Distributed Clustering and Local Regression for Knowledge Discovery in Multiple Spatial Databases Aleksandar Lazarevic, Dragoljub Pokrajac, Zoran Obradovic School of Electrical Engineering and Computer

More information

A new method for short-term load forecasting based on chaotic time series and neural network

A new method for short-term load forecasting based on chaotic time series and neural network A new method for short-term load forecasting based on chaotic time series and neural network Sajjad Kouhi*, Navid Taghizadegan Electrical Engineering Department, Azarbaijan Shahid Madani University, Tabriz,

More information

THE DESIGN AND IMPLEMENTATION OF A WEB SERVICES-BASED APPLICATION FRAMEWORK FOR SEA SURFACE TEMPERATURE INFORMATION

THE DESIGN AND IMPLEMENTATION OF A WEB SERVICES-BASED APPLICATION FRAMEWORK FOR SEA SURFACE TEMPERATURE INFORMATION THE DESIGN AND IMPLEMENTATION OF A WEB SERVICES-BASED APPLICATION FRAMEWORK FOR SEA SURFACE TEMPERATURE INFORMATION HE Ya-wen a,b,c, SU Fen-zhen a, DU Yun-yan a, Xiao Ru-lin a,c, Sun Xiaodan d a. Institute

More information

One-Hour-Ahead Load Forecasting Using Neural Network

One-Hour-Ahead Load Forecasting Using Neural Network IEEE TRANSACTIONS ON POWER SYSTEMS, VOL. 17, NO. 1, FEBRUARY 2002 113 One-Hour-Ahead Load Forecasting Using Neural Network Tomonobu Senjyu, Member, IEEE, Hitoshi Takara, Katsumi Uezato, and Toshihisa Funabashi,

More information

A Novel Analytical Expressions Model for Corona Currents Based on Curve Fitting Method Using Artificial Neural Network

A Novel Analytical Expressions Model for Corona Currents Based on Curve Fitting Method Using Artificial Neural Network Progress In Electromagnetics Research M, Vol. 41, 51 62, 2015 A Novel Analytical Expressions Model for Corona Currents Based on Curve Fitting Method Using Artificial Neural Network Gao Hui Fan*, Shang

More information

The Fault extent recognition method of rolling bearing based on orthogonal matching pursuit and Lempel-Ziv complexity

The Fault extent recognition method of rolling bearing based on orthogonal matching pursuit and Lempel-Ziv complexity The Fault extent recognition method of rolling bearing based on orthogonal matching pursuit and Lempel-Ziv complexity Pengfei Dang 1,2 *, Yufei Guo 2,3, Hongjun Ren 2,4 1 School of Mechanical Engineering,

More information

Grid component outage probability model considering weather and. aging factors

Grid component outage probability model considering weather and. aging factors Advanced Materials Research Online: 2013-09-10 ISSN: 1662-8985, Vols. 805-806, pp 822-827 doi:10.4028/www.scientific.net/amr.805-806.822 2013 Trans Tech Publications, Switzerland Grid component outage

More information

WEATHER DEPENENT ELECTRICITY MARKET FORECASTING WITH NEURAL NETWORKS, WAVELET AND DATA MINING TECHNIQUES. Z.Y. Dong X. Li Z. Xu K. L.

WEATHER DEPENENT ELECTRICITY MARKET FORECASTING WITH NEURAL NETWORKS, WAVELET AND DATA MINING TECHNIQUES. Z.Y. Dong X. Li Z. Xu K. L. WEATHER DEPENENT ELECTRICITY MARKET FORECASTING WITH NEURAL NETWORKS, WAVELET AND DATA MINING TECHNIQUES Abstract Z.Y. Dong X. Li Z. Xu K. L. Teo School of Information Technology and Electrical Engineering

More information

Forecast daily indices of solar activity, F10.7, using support vector regression method

Forecast daily indices of solar activity, F10.7, using support vector regression method Research in Astron. Astrophys. 9 Vol. 9 No. 6, 694 702 http://www.raa-journal.org http://www.iop.org/journals/raa Research in Astronomy and Astrophysics Forecast daily indices of solar activity, F10.7,

More information

In-Situ Fabrication of CoS and NiS Nanomaterials Anchored on. Reduced Graphene Oxide for Reversible Lithium Storage

In-Situ Fabrication of CoS and NiS Nanomaterials Anchored on. Reduced Graphene Oxide for Reversible Lithium Storage Supporting Information In-Situ Fabrication of CoS and NiS Nanomaterials Anchored on Reduced Graphene Oxide for Reversible Lithium Storage Yingbin Tan, [a] Ming Liang, [b, c] Peili Lou, [a] Zhonghui Cui,

More information