SlideShare une entreprise Scribd logo
1  sur  33
Télécharger pour lire hors ligne
Arzam	
  Muzaffar	
  Kotriwala	
  
UNMKL_009994	
  
Wind	
  Speed	
  Prediction	
  Using	
  
Radial	
  Basis	
  Function	
  Neural	
  
Network	
  
H53PJ3	
  
Final	
  Year	
  Individual	
  Project	
  
Agenda
1.  Motivation
2.  Objectives & Deliverables
3.  Project Fundamentals
4.  Methodology
5.  Results
6.  Conclusion
Agenda
1. Motivation
2.  Objectives & Deliverables
3.  Project Fundamentals
4.  Methodology
5.  Results
6.  Conclusion
Motivation | Why Predict Wind?
²  Increase in demand for renewable energy
•  Increase in crude oil prices
•  Worldwide awareness of environmental issues & energy scarcity
²  Wind power characteristics
•  Environment-friendly
•  High efficiency
²  Power production capacity varies greatly with varying weather conditions
²  Short term predictions are useful for:
•  Administering wind power
•  Scheduling maintenance
•  Boosting power generation efficiency
²  To prepare for anticipated destruction caused by high speed winds and
catastrophes such as hurricanes
Motivation | Why Neural Networks?
²  Wind exhibits non-linear behavior.
²  Neural networks are capable of handling non-linear data.
²  A simple approach for solving various problems that are otherwise difficult
to be modeled by conventional methods
²  Neural network have the ability to:
•  Learn from data/examples
•  Recognize conspicuous and hidden patterns in chronological
observations
•  Use these relationships to predict forthcoming data
²  Suitable for wind speed prediction owing to:
•  Simplicity
•  Robustness
Motivation | Applications of Neural
Networks?
²  Pattern Recognition
²  Optimization
²  Power Systems
²  Medicine
²  Robotics
²  Control Systems
²  Manufacturing
²  Signal Processing
²  Psychology
²  Forecasting
•  Weather and market trends
•  Predicting mineral exploration sites
•  Electrical & Thermal load predictions
Agenda
1.  Motivation
2. Objectives & Deliverables
3.  Project Fundamentals
4.  Methodology
5.  Results
6.  Conclusion
Objectives Deliverables
Obtain and organize historical wind
data to train network
Variables relevant to wind speed
prediction identified and separated
into distinct training and prediction
sets
Design a RBF neural network with
appropriate input parameters and
architectures
Short-term wind speed forecasting
models with various network
configurations
Develop code to implement and train
the neural network models
Validation of forecasting accuracy of
RBF model with plots and error
calculations
Test the performance to investigate
and analyze the RBF prediction
technique
Justifications for using the proposed
RBF neural network design
Project Objectives & Deliverables
Agenda
1.  Motivation
2.  Objectives & Deliverables
3. Project Fundamentals
4.  Methodology
5.  Results
6.  Conclusion
Biological Neural Networks
Learning in biological structures entails modifications to the synaptic
weight connections that link the neurons.
Artificial Neural Networks
What are they?
²  Inspired by the biological neural system
²  A subset of the domain of AI
How do they work?
²  Each single neuron is connected to other neurons of a previous layer
through adaptable synaptic weights
²  Patterns are stored as a set of connection weights
Radial Basis Function Neural Network
²  Activation function = Radial Basis Gaussian function
²  RBF has been previously applied across a spectrum of engineering
problems.
²  Studies have revealed that the BP network converges at a slow pace.
²  RBF supersedes BP in terms of learning speed and approximation accuracy
and is free from the local minima problems of BP models.
Agenda
1.  Motivation
2.  Objectives & Deliverables
3.  Project Fundamentals
4. Methodology
5.  Results
6.  Conclusion
Methodology
The RBF wind speed forecasting system is summarized as below:
Historical Data Collection
Data Assimilation
Prediction Using RBF
Comparison with Other Techniques
Methodology | Historical Data Collection
²  The data is obtained from the Weather Analytics database and is used to
train, test and validate the network.
²  The data comprises wind speed values recorded hourly in knots, measured
at the Weather Analytics meteorological station in Madrid, Spain.
²  The wind power time series data was recorded for one complete year, from
January 1, 2012 to December 31, 2012.
²  The choice of training data plays a significant role in the overall performance
and training convergence of the neural network models.
²  Division of data:
•  Training data = 250 days
•  Testing data = 106 days
Methodology | Data Assimilation
²  Dependent variable: Wind Speed
²  Independent variables:
Methodology | Data Assimilation
²  Linear and multiple regression used to isolate the most important
independent variables.
²  Number of inputs to neural network:
•  Autocorrelation
•  Partial Autocorrelation
²  Normalization of data
Methodology | Prediction
²  The neural network model uses real world historical hourly wind data as
examples to learn from.
²  Upon the presentation of each training example, the network produces an
output based on the input pattern, which is then compared with the correct
desired output of the training pattern. In the case of there existing a
difference in these two values, the synaptic weights are changed in a
direction such that that the error is reduced.
²  Once trained, the RBF model is expected to perform projections and
generalizations at high speed.
²  Design parameters
•  Number of hidden neurons
•  Activation function
•  Spread factor
Methodology | Model A: Wind Speed Only
Methodology | Model B: Wind Speed &
Wind Direction
Methodology | Model C: Wind Speed &
Surface Air Temperature
Methodology | Model D: Wind Speed, Wind
Direction & Surface Air Temperature
Methodology | Model E: The Beaufort Scale
Agenda
1.  Motivation
2.  Objectives & Deliverables
3.  Project Fundamentals
4.  Methodology
5. Results
6.  Conclusion
Results | Performance
Error Metrics:
²  Root mean square error (RMSE)
²  Mean absolute error (MAE)
²  Mean absolute percentage error (MAPE)
The performance of the RBF neural network model is compared with:
²  The Persistence theorem
²  Back Propagation (BP) MLP neural network
Results | Summary of RBF Models
Model # of Inputs Spread Factor Hidden
Neurons
RMS Error
A 4 10 30 1.69
B 8 50 30 1.70
C 8 14 80 1.64
D 12 90 43 1.65
E 4 10 8 0.56
Results | Summary of RBF Models
Comparison of the expected one-hour ahead output with the actual output of the
neural network of the response of Model C.
Results | Comparison with Persistence
Both the neural networks significantly outperformed the persistence technique.
0
0.5
1
1.5
2
2.5
3
3.5
4
0 1 2 3 4 5 6 7 8 9 10
RMSError
Look Ahead Hours
RBF (VS) Persistence
RBF Persistence
Results | Comparison with MLP
Different initial connection weights of the MLP result in different training and
prediction performances.
Though the accuracies of the two networks differed slightly, the RBF model
proved to be more reliable and suitable for the task at hand.
Agenda
1.  Motivation
2.  Objectives & Deliverables
3.  Project Fundamentals
4.  Methodology
5.  Results
6. Conclusion
Conclusion
²  The results confirm the outcomes achieved by other researchers - the
applicability of neural networks to wind speed prediction is affirmed.
²  Artificial neural networks are a reliable method for prediction.
²  It was discovered that, different network configurations directly influenced
the forecast accuracy.
²  It should be noted that the optimal choice of neural network or error metric
for a specific site may not necessarily be the most suitable option for
another site.
Conclusion
²  Both, RBF and MLP neural networks predicted the time series fairly well.
However, certain consistent trends were seen in the errors. This could mean
that the neural networks are unable to predict the series to a high degree of
precision.
²  The Radial Basis Function (RBF) network is advantageous over the Back-
propagation (BP) network in terms of consistency and reliability. Given a set
of training inputs and corresponding targets, the RBF network produced the
same result each time.
²  Predicting the Beaufort Force of the wind revealed the usefulness of using
neural networks in wind speed prediction.
Recommendations for Future Work
²  Weather is a continuous, multi-dimensional, data-intensive, dynamic and
chaotic process.
²  Owing to these characteristics, highly accurate weather forecasting remains
a big challenge.
²  Improvements to proposed models
•  Training the network with data of more number of years.
•  Reducing complexity of the designs – reducing number of hidden
neurons.
²  Development of a single universal performance score – combining metrics
such as RMSE, MAE, MSE.

Contenu connexe

Tendances

Ant colony opitimization numerical example
Ant colony opitimization numerical exampleAnt colony opitimization numerical example
Ant colony opitimization numerical exampleHarish Kant Soni
 
Restricted Boltzman Machine (RBM) presentation of fundamental theory
Restricted Boltzman Machine (RBM) presentation of fundamental theoryRestricted Boltzman Machine (RBM) presentation of fundamental theory
Restricted Boltzman Machine (RBM) presentation of fundamental theorySeongwon Hwang
 
IRJET- Smart Farming Crop Yield Prediction using Machine Learning
IRJET- Smart Farming Crop Yield Prediction using Machine LearningIRJET- Smart Farming Crop Yield Prediction using Machine Learning
IRJET- Smart Farming Crop Yield Prediction using Machine LearningIRJET Journal
 
Neural Networks: Multilayer Perceptron
Neural Networks: Multilayer PerceptronNeural Networks: Multilayer Perceptron
Neural Networks: Multilayer PerceptronMostafa G. M. Mostafa
 
Unleash the power of functional chains with Capella 1.3.1
Unleash the power of functional chains with Capella 1.3.1Unleash the power of functional chains with Capella 1.3.1
Unleash the power of functional chains with Capella 1.3.1Obeo
 
Bayesian Deep Learning
Bayesian Deep LearningBayesian Deep Learning
Bayesian Deep LearningRayKim51
 
Harmony search algorithm
Harmony search algorithmHarmony search algorithm
Harmony search algorithmAhmed Fouad Ali
 
Artificial Neural Network
Artificial Neural NetworkArtificial Neural Network
Artificial Neural NetworkKnoldus Inc.
 
Emotion Recognition using Image Processing
Emotion Recognition using Image ProcessingEmotion Recognition using Image Processing
Emotion Recognition using Image Processingijtsrd
 
Gaussian Mixture Models
Gaussian Mixture ModelsGaussian Mixture Models
Gaussian Mixture Modelsguestfee8698
 
Monte carlo integration, importance sampling, basic idea of markov chain mont...
Monte carlo integration, importance sampling, basic idea of markov chain mont...Monte carlo integration, importance sampling, basic idea of markov chain mont...
Monte carlo integration, importance sampling, basic idea of markov chain mont...BIZIMANA Appolinaire
 
Machine Learning Strategies for Time Series Prediction
Machine Learning Strategies for Time Series PredictionMachine Learning Strategies for Time Series Prediction
Machine Learning Strategies for Time Series PredictionGianluca Bontempi
 
Modeling & Simulation Lecture Notes
Modeling & Simulation Lecture NotesModeling & Simulation Lecture Notes
Modeling & Simulation Lecture NotesFellowBuddy.com
 
Crop Yield Prediction using Machine Learning
Crop Yield Prediction using Machine LearningCrop Yield Prediction using Machine Learning
Crop Yield Prediction using Machine LearningIRJET Journal
 
Time series forecasting with machine learning
Time series forecasting with machine learningTime series forecasting with machine learning
Time series forecasting with machine learningDr Wei Liu
 

Tendances (20)

Ant colony opitimization numerical example
Ant colony opitimization numerical exampleAnt colony opitimization numerical example
Ant colony opitimization numerical example
 
Neural Networks: Introducton
Neural Networks: IntroductonNeural Networks: Introducton
Neural Networks: Introducton
 
Restricted Boltzman Machine (RBM) presentation of fundamental theory
Restricted Boltzman Machine (RBM) presentation of fundamental theoryRestricted Boltzman Machine (RBM) presentation of fundamental theory
Restricted Boltzman Machine (RBM) presentation of fundamental theory
 
IRJET- Smart Farming Crop Yield Prediction using Machine Learning
IRJET- Smart Farming Crop Yield Prediction using Machine LearningIRJET- Smart Farming Crop Yield Prediction using Machine Learning
IRJET- Smart Farming Crop Yield Prediction using Machine Learning
 
Neural Networks: Multilayer Perceptron
Neural Networks: Multilayer PerceptronNeural Networks: Multilayer Perceptron
Neural Networks: Multilayer Perceptron
 
Unleash the power of functional chains with Capella 1.3.1
Unleash the power of functional chains with Capella 1.3.1Unleash the power of functional chains with Capella 1.3.1
Unleash the power of functional chains with Capella 1.3.1
 
Bayesian Deep Learning
Bayesian Deep LearningBayesian Deep Learning
Bayesian Deep Learning
 
Harmony search algorithm
Harmony search algorithmHarmony search algorithm
Harmony search algorithm
 
If then rule in fuzzy logic and fuzzy implications
If then rule  in fuzzy logic and fuzzy implicationsIf then rule  in fuzzy logic and fuzzy implications
If then rule in fuzzy logic and fuzzy implications
 
Artificial Neural Network
Artificial Neural NetworkArtificial Neural Network
Artificial Neural Network
 
Emotion Recognition using Image Processing
Emotion Recognition using Image ProcessingEmotion Recognition using Image Processing
Emotion Recognition using Image Processing
 
Gaussian Mixture Models
Gaussian Mixture ModelsGaussian Mixture Models
Gaussian Mixture Models
 
Monte carlo integration, importance sampling, basic idea of markov chain mont...
Monte carlo integration, importance sampling, basic idea of markov chain mont...Monte carlo integration, importance sampling, basic idea of markov chain mont...
Monte carlo integration, importance sampling, basic idea of markov chain mont...
 
Machine Learning Strategies for Time Series Prediction
Machine Learning Strategies for Time Series PredictionMachine Learning Strategies for Time Series Prediction
Machine Learning Strategies for Time Series Prediction
 
Modeling & Simulation Lecture Notes
Modeling & Simulation Lecture NotesModeling & Simulation Lecture Notes
Modeling & Simulation Lecture Notes
 
Crop Yield Prediction using Machine Learning
Crop Yield Prediction using Machine LearningCrop Yield Prediction using Machine Learning
Crop Yield Prediction using Machine Learning
 
Neural networks
Neural networksNeural networks
Neural networks
 
Time series forecasting with machine learning
Time series forecasting with machine learningTime series forecasting with machine learning
Time series forecasting with machine learning
 
Non linear dynamical systems
Non linear dynamical systemsNon linear dynamical systems
Non linear dynamical systems
 
L9 fuzzy implications
L9 fuzzy implicationsL9 fuzzy implications
L9 fuzzy implications
 

En vedette

Advancing Climate Prediction Science – Decadal Prediction
Advancing Climate Prediction Science – Decadal PredictionAdvancing Climate Prediction Science – Decadal Prediction
Advancing Climate Prediction Science – Decadal PredictionPermaculture Cooperative
 
Artificial Neural Networks for Storm Surge Prediction in North Carolina
Artificial Neural Networks for Storm Surge Prediction in North CarolinaArtificial Neural Networks for Storm Surge Prediction in North Carolina
Artificial Neural Networks for Storm Surge Prediction in North CarolinaAnton Bezuglov
 
Nural network ER. Abhishek k. upadhyay
Nural network ER. Abhishek  k. upadhyayNural network ER. Abhishek  k. upadhyay
Nural network ER. Abhishek k. upadhyayabhishek upadhyay
 
Stock market analysis using ga and neural network
Stock market analysis using ga and neural networkStock market analysis using ga and neural network
Stock market analysis using ga and neural networkAmr Abd El Latief
 
Application of cgpann in solar irradiance
Application of cgpann in solar irradianceApplication of cgpann in solar irradiance
Application of cgpann in solar irradianceJawad Khan
 
Goswami Climate Change And Indian Monsoon Cse Workshop
Goswami  Climate Change And Indian Monsoon Cse WorkshopGoswami  Climate Change And Indian Monsoon Cse Workshop
Goswami Climate Change And Indian Monsoon Cse Workshopequitywatch
 
DisEMBL - Artificial neural network prediction of protein disorder
DisEMBL - Artificial neural network prediction of protein disorderDisEMBL - Artificial neural network prediction of protein disorder
DisEMBL - Artificial neural network prediction of protein disorderLars Juhl Jensen
 
Multilayer perceptron
Multilayer perceptronMultilayer perceptron
Multilayer perceptronsmitamm
 
Neural networks for the prediction and forecasting of water resources variables
Neural networks for the prediction and forecasting of water resources variablesNeural networks for the prediction and forecasting of water resources variables
Neural networks for the prediction and forecasting of water resources variablesJonathan D'Cruz
 
Wind power forecasting an application of machine
Wind power forecasting   an application of machineWind power forecasting   an application of machine
Wind power forecasting an application of machineJawad Khan
 
Convolutional Neural Network (CNN) presentation from theory to code in Theano
Convolutional Neural Network (CNN) presentation from theory to code in TheanoConvolutional Neural Network (CNN) presentation from theory to code in Theano
Convolutional Neural Network (CNN) presentation from theory to code in TheanoSeongwon Hwang
 
Convolutional neural network in practice
Convolutional neural network in practiceConvolutional neural network in practice
Convolutional neural network in practice남주 김
 
Convolutional Neural Networks (CNN)
Convolutional Neural Networks (CNN)Convolutional Neural Networks (CNN)
Convolutional Neural Networks (CNN)Gaurav Mittal
 
Deep Learning - Convolutional Neural Networks - Architectural Zoo
Deep Learning - Convolutional Neural Networks - Architectural ZooDeep Learning - Convolutional Neural Networks - Architectural Zoo
Deep Learning - Convolutional Neural Networks - Architectural ZooChristian Perone
 
Artificial intelligence NEURAL NETWORKS
Artificial intelligence NEURAL NETWORKSArtificial intelligence NEURAL NETWORKS
Artificial intelligence NEURAL NETWORKSREHMAT ULLAH
 
Neural network & its applications
Neural network & its applications Neural network & its applications
Neural network & its applications Ahmed_hashmi
 
Backpropagation in Convolutional Neural Network
Backpropagation in Convolutional Neural NetworkBackpropagation in Convolutional Neural Network
Backpropagation in Convolutional Neural NetworkHiroshi Kuwajima
 

En vedette (20)

Advancing Climate Prediction Science – Decadal Prediction
Advancing Climate Prediction Science – Decadal PredictionAdvancing Climate Prediction Science – Decadal Prediction
Advancing Climate Prediction Science – Decadal Prediction
 
Artificial Neural Networks for Storm Surge Prediction in North Carolina
Artificial Neural Networks for Storm Surge Prediction in North CarolinaArtificial Neural Networks for Storm Surge Prediction in North Carolina
Artificial Neural Networks for Storm Surge Prediction in North Carolina
 
Nural network ER. Abhishek k. upadhyay
Nural network ER. Abhishek  k. upadhyayNural network ER. Abhishek  k. upadhyay
Nural network ER. Abhishek k. upadhyay
 
Stock market analysis using ga and neural network
Stock market analysis using ga and neural networkStock market analysis using ga and neural network
Stock market analysis using ga and neural network
 
Application of cgpann in solar irradiance
Application of cgpann in solar irradianceApplication of cgpann in solar irradiance
Application of cgpann in solar irradiance
 
Goswami Climate Change And Indian Monsoon Cse Workshop
Goswami  Climate Change And Indian Monsoon Cse WorkshopGoswami  Climate Change And Indian Monsoon Cse Workshop
Goswami Climate Change And Indian Monsoon Cse Workshop
 
DisEMBL - Artificial neural network prediction of protein disorder
DisEMBL - Artificial neural network prediction of protein disorderDisEMBL - Artificial neural network prediction of protein disorder
DisEMBL - Artificial neural network prediction of protein disorder
 
Multilayer perceptron
Multilayer perceptronMultilayer perceptron
Multilayer perceptron
 
NS2 3.5 Weather Forecasting
NS2 3.5 Weather ForecastingNS2 3.5 Weather Forecasting
NS2 3.5 Weather Forecasting
 
Neural networks for the prediction and forecasting of water resources variables
Neural networks for the prediction and forecasting of water resources variablesNeural networks for the prediction and forecasting of water resources variables
Neural networks for the prediction and forecasting of water resources variables
 
Wind power forecasting an application of machine
Wind power forecasting   an application of machineWind power forecasting   an application of machine
Wind power forecasting an application of machine
 
Neural
NeuralNeural
Neural
 
Convolutional Neural Network (CNN) presentation from theory to code in Theano
Convolutional Neural Network (CNN) presentation from theory to code in TheanoConvolutional Neural Network (CNN) presentation from theory to code in Theano
Convolutional Neural Network (CNN) presentation from theory to code in Theano
 
Neural Networks
Neural NetworksNeural Networks
Neural Networks
 
Convolutional neural network in practice
Convolutional neural network in practiceConvolutional neural network in practice
Convolutional neural network in practice
 
Convolutional Neural Networks (CNN)
Convolutional Neural Networks (CNN)Convolutional Neural Networks (CNN)
Convolutional Neural Networks (CNN)
 
Deep Learning - Convolutional Neural Networks - Architectural Zoo
Deep Learning - Convolutional Neural Networks - Architectural ZooDeep Learning - Convolutional Neural Networks - Architectural Zoo
Deep Learning - Convolutional Neural Networks - Architectural Zoo
 
Artificial intelligence NEURAL NETWORKS
Artificial intelligence NEURAL NETWORKSArtificial intelligence NEURAL NETWORKS
Artificial intelligence NEURAL NETWORKS
 
Neural network & its applications
Neural network & its applications Neural network & its applications
Neural network & its applications
 
Backpropagation in Convolutional Neural Network
Backpropagation in Convolutional Neural NetworkBackpropagation in Convolutional Neural Network
Backpropagation in Convolutional Neural Network
 

Similaire à Presentation: Wind Speed Prediction using Radial Basis Function Neural Network

710201911
710201911710201911
710201911IJRAT
 
MCP_ES_2012_Jie
MCP_ES_2012_JieMCP_ES_2012_Jie
MCP_ES_2012_JieMDO_Lab
 
710201911
710201911710201911
710201911IJRAT
 
CFD down-scaling and online measurements for short-term wind power forecasting
CFD down-scaling and online measurements for short-term wind power forecastingCFD down-scaling and online measurements for short-term wind power forecasting
CFD down-scaling and online measurements for short-term wind power forecastingJean-Claude Meteodyn
 
NS-CUK Joint Journal Club: Minwoo Choi, Review on "Short-term wind speed fore...
NS-CUK Joint Journal Club: Minwoo Choi, Review on "Short-term wind speed fore...NS-CUK Joint Journal Club: Minwoo Choi, Review on "Short-term wind speed fore...
NS-CUK Joint Journal Club: Minwoo Choi, Review on "Short-term wind speed fore...ssuser4b1f48
 
Demand forecast of PV integrated bioclimatic buildings using ensemble framework
Demand forecast of PV integrated bioclimatic buildings using ensemble frameworkDemand forecast of PV integrated bioclimatic buildings using ensemble framework
Demand forecast of PV integrated bioclimatic buildings using ensemble frameworkMuhammad Qamar Raza
 
IRJET - Intelligent Weather Forecasting using Machine Learning Techniques
IRJET -  	  Intelligent Weather Forecasting using Machine Learning TechniquesIRJET -  	  Intelligent Weather Forecasting using Machine Learning Techniques
IRJET - Intelligent Weather Forecasting using Machine Learning TechniquesIRJET Journal
 
ICDATE PPT (4).pptx
ICDATE PPT (4).pptxICDATE PPT (4).pptx
ICDATE PPT (4).pptxssuser356d4d
 
Wind power prediction using a nonlinear autoregressive exogenous model netwo...
Wind power prediction using a nonlinear autoregressive  exogenous model netwo...Wind power prediction using a nonlinear autoregressive  exogenous model netwo...
Wind power prediction using a nonlinear autoregressive exogenous model netwo...IJECEIAES
 
Short Term Load Forecasting Using Multi Layer Perceptron
Short Term Load Forecasting Using Multi Layer Perceptron Short Term Load Forecasting Using Multi Layer Perceptron
Short Term Load Forecasting Using Multi Layer Perceptron IJMER
 
Ijmer 44041014-140513065911-phpapp02
Ijmer 44041014-140513065911-phpapp02Ijmer 44041014-140513065911-phpapp02
Ijmer 44041014-140513065911-phpapp02Nihar Ranjan Behera
 
Show & Tell - Data & Digitalisation, Weather & Predictive Analytics.pdf
Show & Tell - Data & Digitalisation, Weather & Predictive Analytics.pdfShow & Tell - Data & Digitalisation, Weather & Predictive Analytics.pdf
Show & Tell - Data & Digitalisation, Weather & Predictive Analytics.pdfSIFOfgem
 
Artificial neural network for load forecasting in smart grid
Artificial neural network for load forecasting in smart gridArtificial neural network for load forecasting in smart grid
Artificial neural network for load forecasting in smart gridEhsan Zeraatparvar
 
IRJET- Sink Mobility based Energy Efficient Routing Protocol for Wireless Sen...
IRJET- Sink Mobility based Energy Efficient Routing Protocol for Wireless Sen...IRJET- Sink Mobility based Energy Efficient Routing Protocol for Wireless Sen...
IRJET- Sink Mobility based Energy Efficient Routing Protocol for Wireless Sen...IRJET Journal
 
Neural wavelet based hybrid model for short-term load forecasting
Neural wavelet based hybrid model for short-term load forecastingNeural wavelet based hybrid model for short-term load forecasting
Neural wavelet based hybrid model for short-term load forecastingAlexander Decker
 
A Comparative study on Different ANN Techniques in Wind Speed Forecasting for...
A Comparative study on Different ANN Techniques in Wind Speed Forecasting for...A Comparative study on Different ANN Techniques in Wind Speed Forecasting for...
A Comparative study on Different ANN Techniques in Wind Speed Forecasting for...IOSRJEEE
 
Prediction of Extreme Wind Speed Using Artificial Neural Network Approach
Prediction of Extreme Wind Speed Using Artificial Neural  Network ApproachPrediction of Extreme Wind Speed Using Artificial Neural  Network Approach
Prediction of Extreme Wind Speed Using Artificial Neural Network ApproachScientific Review SR
 
Customer Sucess Story: Big Data in EDP
Customer Sucess Story: Big Data in EDP Customer Sucess Story: Big Data in EDP
Customer Sucess Story: Big Data in EDP Xpand IT
 

Similaire à Presentation: Wind Speed Prediction using Radial Basis Function Neural Network (20)

710201911
710201911710201911
710201911
 
Paper18
Paper18Paper18
Paper18
 
MCP_ES_2012_Jie
MCP_ES_2012_JieMCP_ES_2012_Jie
MCP_ES_2012_Jie
 
710201911
710201911710201911
710201911
 
CFD down-scaling and online measurements for short-term wind power forecasting
CFD down-scaling and online measurements for short-term wind power forecastingCFD down-scaling and online measurements for short-term wind power forecasting
CFD down-scaling and online measurements for short-term wind power forecasting
 
NS-CUK Joint Journal Club: Minwoo Choi, Review on "Short-term wind speed fore...
NS-CUK Joint Journal Club: Minwoo Choi, Review on "Short-term wind speed fore...NS-CUK Joint Journal Club: Minwoo Choi, Review on "Short-term wind speed fore...
NS-CUK Joint Journal Club: Minwoo Choi, Review on "Short-term wind speed fore...
 
Demand forecast of PV integrated bioclimatic buildings using ensemble framework
Demand forecast of PV integrated bioclimatic buildings using ensemble frameworkDemand forecast of PV integrated bioclimatic buildings using ensemble framework
Demand forecast of PV integrated bioclimatic buildings using ensemble framework
 
wsn
wsnwsn
wsn
 
IRJET - Intelligent Weather Forecasting using Machine Learning Techniques
IRJET -  	  Intelligent Weather Forecasting using Machine Learning TechniquesIRJET -  	  Intelligent Weather Forecasting using Machine Learning Techniques
IRJET - Intelligent Weather Forecasting using Machine Learning Techniques
 
ICDATE PPT (4).pptx
ICDATE PPT (4).pptxICDATE PPT (4).pptx
ICDATE PPT (4).pptx
 
Wind power prediction using a nonlinear autoregressive exogenous model netwo...
Wind power prediction using a nonlinear autoregressive  exogenous model netwo...Wind power prediction using a nonlinear autoregressive  exogenous model netwo...
Wind power prediction using a nonlinear autoregressive exogenous model netwo...
 
Short Term Load Forecasting Using Multi Layer Perceptron
Short Term Load Forecasting Using Multi Layer Perceptron Short Term Load Forecasting Using Multi Layer Perceptron
Short Term Load Forecasting Using Multi Layer Perceptron
 
Ijmer 44041014-140513065911-phpapp02
Ijmer 44041014-140513065911-phpapp02Ijmer 44041014-140513065911-phpapp02
Ijmer 44041014-140513065911-phpapp02
 
Show & Tell - Data & Digitalisation, Weather & Predictive Analytics.pdf
Show & Tell - Data & Digitalisation, Weather & Predictive Analytics.pdfShow & Tell - Data & Digitalisation, Weather & Predictive Analytics.pdf
Show & Tell - Data & Digitalisation, Weather & Predictive Analytics.pdf
 
Artificial neural network for load forecasting in smart grid
Artificial neural network for load forecasting in smart gridArtificial neural network for load forecasting in smart grid
Artificial neural network for load forecasting in smart grid
 
IRJET- Sink Mobility based Energy Efficient Routing Protocol for Wireless Sen...
IRJET- Sink Mobility based Energy Efficient Routing Protocol for Wireless Sen...IRJET- Sink Mobility based Energy Efficient Routing Protocol for Wireless Sen...
IRJET- Sink Mobility based Energy Efficient Routing Protocol for Wireless Sen...
 
Neural wavelet based hybrid model for short-term load forecasting
Neural wavelet based hybrid model for short-term load forecastingNeural wavelet based hybrid model for short-term load forecasting
Neural wavelet based hybrid model for short-term load forecasting
 
A Comparative study on Different ANN Techniques in Wind Speed Forecasting for...
A Comparative study on Different ANN Techniques in Wind Speed Forecasting for...A Comparative study on Different ANN Techniques in Wind Speed Forecasting for...
A Comparative study on Different ANN Techniques in Wind Speed Forecasting for...
 
Prediction of Extreme Wind Speed Using Artificial Neural Network Approach
Prediction of Extreme Wind Speed Using Artificial Neural  Network ApproachPrediction of Extreme Wind Speed Using Artificial Neural  Network Approach
Prediction of Extreme Wind Speed Using Artificial Neural Network Approach
 
Customer Sucess Story: Big Data in EDP
Customer Sucess Story: Big Data in EDP Customer Sucess Story: Big Data in EDP
Customer Sucess Story: Big Data in EDP
 

Dernier

Data-Analysis for Chicago Crime Data 2023
Data-Analysis for Chicago Crime Data  2023Data-Analysis for Chicago Crime Data  2023
Data-Analysis for Chicago Crime Data 2023ymrp368
 
CebaBaby dropshipping via API with DroFX.pptx
CebaBaby dropshipping via API with DroFX.pptxCebaBaby dropshipping via API with DroFX.pptx
CebaBaby dropshipping via API with DroFX.pptxolyaivanovalion
 
Al Barsha Escorts $#$ O565212860 $#$ Escort Service In Al Barsha
Al Barsha Escorts $#$ O565212860 $#$ Escort Service In Al BarshaAl Barsha Escorts $#$ O565212860 $#$ Escort Service In Al Barsha
Al Barsha Escorts $#$ O565212860 $#$ Escort Service In Al BarshaAroojKhan71
 
Call me @ 9892124323 Cheap Rate Call Girls in Vashi with Real Photo 100% Secure
Call me @ 9892124323  Cheap Rate Call Girls in Vashi with Real Photo 100% SecureCall me @ 9892124323  Cheap Rate Call Girls in Vashi with Real Photo 100% Secure
Call me @ 9892124323 Cheap Rate Call Girls in Vashi with Real Photo 100% SecurePooja Nehwal
 
Delhi Call Girls Punjabi Bagh 9711199171 ☎✔👌✔ Whatsapp Hard And Sexy Vip Call
Delhi Call Girls Punjabi Bagh 9711199171 ☎✔👌✔ Whatsapp Hard And Sexy Vip CallDelhi Call Girls Punjabi Bagh 9711199171 ☎✔👌✔ Whatsapp Hard And Sexy Vip Call
Delhi Call Girls Punjabi Bagh 9711199171 ☎✔👌✔ Whatsapp Hard And Sexy Vip Callshivangimorya083
 
BDSM⚡Call Girls in Mandawali Delhi >༒8448380779 Escort Service
BDSM⚡Call Girls in Mandawali Delhi >༒8448380779 Escort ServiceBDSM⚡Call Girls in Mandawali Delhi >༒8448380779 Escort Service
BDSM⚡Call Girls in Mandawali Delhi >༒8448380779 Escort ServiceDelhi Call girls
 
BabyOno dropshipping via API with DroFx.pptx
BabyOno dropshipping via API with DroFx.pptxBabyOno dropshipping via API with DroFx.pptx
BabyOno dropshipping via API with DroFx.pptxolyaivanovalion
 
Chintamani Call Girls: 🍓 7737669865 🍓 High Profile Model Escorts | Bangalore ...
Chintamani Call Girls: 🍓 7737669865 🍓 High Profile Model Escorts | Bangalore ...Chintamani Call Girls: 🍓 7737669865 🍓 High Profile Model Escorts | Bangalore ...
Chintamani Call Girls: 🍓 7737669865 🍓 High Profile Model Escorts | Bangalore ...amitlee9823
 
Midocean dropshipping via API with DroFx
Midocean dropshipping via API with DroFxMidocean dropshipping via API with DroFx
Midocean dropshipping via API with DroFxolyaivanovalion
 
Halmar dropshipping via API with DroFx
Halmar  dropshipping  via API with DroFxHalmar  dropshipping  via API with DroFx
Halmar dropshipping via API with DroFxolyaivanovalion
 
Call Girls in Sarai Kale Khan Delhi 💯 Call Us 🔝9205541914 🔝( Delhi) Escorts S...
Call Girls in Sarai Kale Khan Delhi 💯 Call Us 🔝9205541914 🔝( Delhi) Escorts S...Call Girls in Sarai Kale Khan Delhi 💯 Call Us 🔝9205541914 🔝( Delhi) Escorts S...
Call Girls in Sarai Kale Khan Delhi 💯 Call Us 🔝9205541914 🔝( Delhi) Escorts S...Delhi Call girls
 
100-Concepts-of-AI by Anupama Kate .pptx
100-Concepts-of-AI by Anupama Kate .pptx100-Concepts-of-AI by Anupama Kate .pptx
100-Concepts-of-AI by Anupama Kate .pptxAnupama Kate
 
Carero dropshipping via API with DroFx.pptx
Carero dropshipping via API with DroFx.pptxCarero dropshipping via API with DroFx.pptx
Carero dropshipping via API with DroFx.pptxolyaivanovalion
 
Generative AI on Enterprise Cloud with NiFi and Milvus
Generative AI on Enterprise Cloud with NiFi and MilvusGenerative AI on Enterprise Cloud with NiFi and Milvus
Generative AI on Enterprise Cloud with NiFi and MilvusTimothy Spann
 
Discover Why Less is More in B2B Research
Discover Why Less is More in B2B ResearchDiscover Why Less is More in B2B Research
Discover Why Less is More in B2B Researchmichael115558
 
Determinants of health, dimensions of health, positive health and spectrum of...
Determinants of health, dimensions of health, positive health and spectrum of...Determinants of health, dimensions of health, positive health and spectrum of...
Determinants of health, dimensions of health, positive health and spectrum of...shambhavirathore45
 
Digital Advertising Lecture for Advanced Digital & Social Media Strategy at U...
Digital Advertising Lecture for Advanced Digital & Social Media Strategy at U...Digital Advertising Lecture for Advanced Digital & Social Media Strategy at U...
Digital Advertising Lecture for Advanced Digital & Social Media Strategy at U...Valters Lauzums
 
Best VIP Call Girls Noida Sector 39 Call Me: 8448380779
Best VIP Call Girls Noida Sector 39 Call Me: 8448380779Best VIP Call Girls Noida Sector 39 Call Me: 8448380779
Best VIP Call Girls Noida Sector 39 Call Me: 8448380779Delhi Call girls
 
VidaXL dropshipping via API with DroFx.pptx
VidaXL dropshipping via API with DroFx.pptxVidaXL dropshipping via API with DroFx.pptx
VidaXL dropshipping via API with DroFx.pptxolyaivanovalion
 

Dernier (20)

Data-Analysis for Chicago Crime Data 2023
Data-Analysis for Chicago Crime Data  2023Data-Analysis for Chicago Crime Data  2023
Data-Analysis for Chicago Crime Data 2023
 
CebaBaby dropshipping via API with DroFX.pptx
CebaBaby dropshipping via API with DroFX.pptxCebaBaby dropshipping via API with DroFX.pptx
CebaBaby dropshipping via API with DroFX.pptx
 
Al Barsha Escorts $#$ O565212860 $#$ Escort Service In Al Barsha
Al Barsha Escorts $#$ O565212860 $#$ Escort Service In Al BarshaAl Barsha Escorts $#$ O565212860 $#$ Escort Service In Al Barsha
Al Barsha Escorts $#$ O565212860 $#$ Escort Service In Al Barsha
 
Call me @ 9892124323 Cheap Rate Call Girls in Vashi with Real Photo 100% Secure
Call me @ 9892124323  Cheap Rate Call Girls in Vashi with Real Photo 100% SecureCall me @ 9892124323  Cheap Rate Call Girls in Vashi with Real Photo 100% Secure
Call me @ 9892124323 Cheap Rate Call Girls in Vashi with Real Photo 100% Secure
 
Delhi Call Girls Punjabi Bagh 9711199171 ☎✔👌✔ Whatsapp Hard And Sexy Vip Call
Delhi Call Girls Punjabi Bagh 9711199171 ☎✔👌✔ Whatsapp Hard And Sexy Vip CallDelhi Call Girls Punjabi Bagh 9711199171 ☎✔👌✔ Whatsapp Hard And Sexy Vip Call
Delhi Call Girls Punjabi Bagh 9711199171 ☎✔👌✔ Whatsapp Hard And Sexy Vip Call
 
BDSM⚡Call Girls in Mandawali Delhi >༒8448380779 Escort Service
BDSM⚡Call Girls in Mandawali Delhi >༒8448380779 Escort ServiceBDSM⚡Call Girls in Mandawali Delhi >༒8448380779 Escort Service
BDSM⚡Call Girls in Mandawali Delhi >༒8448380779 Escort Service
 
BabyOno dropshipping via API with DroFx.pptx
BabyOno dropshipping via API with DroFx.pptxBabyOno dropshipping via API with DroFx.pptx
BabyOno dropshipping via API with DroFx.pptx
 
Chintamani Call Girls: 🍓 7737669865 🍓 High Profile Model Escorts | Bangalore ...
Chintamani Call Girls: 🍓 7737669865 🍓 High Profile Model Escorts | Bangalore ...Chintamani Call Girls: 🍓 7737669865 🍓 High Profile Model Escorts | Bangalore ...
Chintamani Call Girls: 🍓 7737669865 🍓 High Profile Model Escorts | Bangalore ...
 
Midocean dropshipping via API with DroFx
Midocean dropshipping via API with DroFxMidocean dropshipping via API with DroFx
Midocean dropshipping via API with DroFx
 
Halmar dropshipping via API with DroFx
Halmar  dropshipping  via API with DroFxHalmar  dropshipping  via API with DroFx
Halmar dropshipping via API with DroFx
 
Call Girls in Sarai Kale Khan Delhi 💯 Call Us 🔝9205541914 🔝( Delhi) Escorts S...
Call Girls in Sarai Kale Khan Delhi 💯 Call Us 🔝9205541914 🔝( Delhi) Escorts S...Call Girls in Sarai Kale Khan Delhi 💯 Call Us 🔝9205541914 🔝( Delhi) Escorts S...
Call Girls in Sarai Kale Khan Delhi 💯 Call Us 🔝9205541914 🔝( Delhi) Escorts S...
 
100-Concepts-of-AI by Anupama Kate .pptx
100-Concepts-of-AI by Anupama Kate .pptx100-Concepts-of-AI by Anupama Kate .pptx
100-Concepts-of-AI by Anupama Kate .pptx
 
Carero dropshipping via API with DroFx.pptx
Carero dropshipping via API with DroFx.pptxCarero dropshipping via API with DroFx.pptx
Carero dropshipping via API with DroFx.pptx
 
Generative AI on Enterprise Cloud with NiFi and Milvus
Generative AI on Enterprise Cloud with NiFi and MilvusGenerative AI on Enterprise Cloud with NiFi and Milvus
Generative AI on Enterprise Cloud with NiFi and Milvus
 
Discover Why Less is More in B2B Research
Discover Why Less is More in B2B ResearchDiscover Why Less is More in B2B Research
Discover Why Less is More in B2B Research
 
Determinants of health, dimensions of health, positive health and spectrum of...
Determinants of health, dimensions of health, positive health and spectrum of...Determinants of health, dimensions of health, positive health and spectrum of...
Determinants of health, dimensions of health, positive health and spectrum of...
 
Digital Advertising Lecture for Advanced Digital & Social Media Strategy at U...
Digital Advertising Lecture for Advanced Digital & Social Media Strategy at U...Digital Advertising Lecture for Advanced Digital & Social Media Strategy at U...
Digital Advertising Lecture for Advanced Digital & Social Media Strategy at U...
 
Best VIP Call Girls Noida Sector 39 Call Me: 8448380779
Best VIP Call Girls Noida Sector 39 Call Me: 8448380779Best VIP Call Girls Noida Sector 39 Call Me: 8448380779
Best VIP Call Girls Noida Sector 39 Call Me: 8448380779
 
VidaXL dropshipping via API with DroFx.pptx
VidaXL dropshipping via API with DroFx.pptxVidaXL dropshipping via API with DroFx.pptx
VidaXL dropshipping via API with DroFx.pptx
 
Abortion pills in Doha Qatar (+966572737505 ! Get Cytotec
Abortion pills in Doha Qatar (+966572737505 ! Get CytotecAbortion pills in Doha Qatar (+966572737505 ! Get Cytotec
Abortion pills in Doha Qatar (+966572737505 ! Get Cytotec
 

Presentation: Wind Speed Prediction using Radial Basis Function Neural Network

  • 1. Arzam  Muzaffar  Kotriwala   UNMKL_009994   Wind  Speed  Prediction  Using   Radial  Basis  Function  Neural   Network   H53PJ3   Final  Year  Individual  Project  
  • 2. Agenda 1.  Motivation 2.  Objectives & Deliverables 3.  Project Fundamentals 4.  Methodology 5.  Results 6.  Conclusion
  • 3. Agenda 1. Motivation 2.  Objectives & Deliverables 3.  Project Fundamentals 4.  Methodology 5.  Results 6.  Conclusion
  • 4. Motivation | Why Predict Wind? ²  Increase in demand for renewable energy •  Increase in crude oil prices •  Worldwide awareness of environmental issues & energy scarcity ²  Wind power characteristics •  Environment-friendly •  High efficiency ²  Power production capacity varies greatly with varying weather conditions ²  Short term predictions are useful for: •  Administering wind power •  Scheduling maintenance •  Boosting power generation efficiency ²  To prepare for anticipated destruction caused by high speed winds and catastrophes such as hurricanes
  • 5. Motivation | Why Neural Networks? ²  Wind exhibits non-linear behavior. ²  Neural networks are capable of handling non-linear data. ²  A simple approach for solving various problems that are otherwise difficult to be modeled by conventional methods ²  Neural network have the ability to: •  Learn from data/examples •  Recognize conspicuous and hidden patterns in chronological observations •  Use these relationships to predict forthcoming data ²  Suitable for wind speed prediction owing to: •  Simplicity •  Robustness
  • 6. Motivation | Applications of Neural Networks? ²  Pattern Recognition ²  Optimization ²  Power Systems ²  Medicine ²  Robotics ²  Control Systems ²  Manufacturing ²  Signal Processing ²  Psychology ²  Forecasting •  Weather and market trends •  Predicting mineral exploration sites •  Electrical & Thermal load predictions
  • 7. Agenda 1.  Motivation 2. Objectives & Deliverables 3.  Project Fundamentals 4.  Methodology 5.  Results 6.  Conclusion
  • 8. Objectives Deliverables Obtain and organize historical wind data to train network Variables relevant to wind speed prediction identified and separated into distinct training and prediction sets Design a RBF neural network with appropriate input parameters and architectures Short-term wind speed forecasting models with various network configurations Develop code to implement and train the neural network models Validation of forecasting accuracy of RBF model with plots and error calculations Test the performance to investigate and analyze the RBF prediction technique Justifications for using the proposed RBF neural network design Project Objectives & Deliverables
  • 9. Agenda 1.  Motivation 2.  Objectives & Deliverables 3. Project Fundamentals 4.  Methodology 5.  Results 6.  Conclusion
  • 10. Biological Neural Networks Learning in biological structures entails modifications to the synaptic weight connections that link the neurons.
  • 11. Artificial Neural Networks What are they? ²  Inspired by the biological neural system ²  A subset of the domain of AI How do they work? ²  Each single neuron is connected to other neurons of a previous layer through adaptable synaptic weights ²  Patterns are stored as a set of connection weights
  • 12. Radial Basis Function Neural Network ²  Activation function = Radial Basis Gaussian function ²  RBF has been previously applied across a spectrum of engineering problems. ²  Studies have revealed that the BP network converges at a slow pace. ²  RBF supersedes BP in terms of learning speed and approximation accuracy and is free from the local minima problems of BP models.
  • 13. Agenda 1.  Motivation 2.  Objectives & Deliverables 3.  Project Fundamentals 4. Methodology 5.  Results 6.  Conclusion
  • 14. Methodology The RBF wind speed forecasting system is summarized as below: Historical Data Collection Data Assimilation Prediction Using RBF Comparison with Other Techniques
  • 15. Methodology | Historical Data Collection ²  The data is obtained from the Weather Analytics database and is used to train, test and validate the network. ²  The data comprises wind speed values recorded hourly in knots, measured at the Weather Analytics meteorological station in Madrid, Spain. ²  The wind power time series data was recorded for one complete year, from January 1, 2012 to December 31, 2012. ²  The choice of training data plays a significant role in the overall performance and training convergence of the neural network models. ²  Division of data: •  Training data = 250 days •  Testing data = 106 days
  • 16. Methodology | Data Assimilation ²  Dependent variable: Wind Speed ²  Independent variables:
  • 17. Methodology | Data Assimilation ²  Linear and multiple regression used to isolate the most important independent variables. ²  Number of inputs to neural network: •  Autocorrelation •  Partial Autocorrelation ²  Normalization of data
  • 18. Methodology | Prediction ²  The neural network model uses real world historical hourly wind data as examples to learn from. ²  Upon the presentation of each training example, the network produces an output based on the input pattern, which is then compared with the correct desired output of the training pattern. In the case of there existing a difference in these two values, the synaptic weights are changed in a direction such that that the error is reduced. ²  Once trained, the RBF model is expected to perform projections and generalizations at high speed. ²  Design parameters •  Number of hidden neurons •  Activation function •  Spread factor
  • 19. Methodology | Model A: Wind Speed Only
  • 20. Methodology | Model B: Wind Speed & Wind Direction
  • 21. Methodology | Model C: Wind Speed & Surface Air Temperature
  • 22. Methodology | Model D: Wind Speed, Wind Direction & Surface Air Temperature
  • 23. Methodology | Model E: The Beaufort Scale
  • 24. Agenda 1.  Motivation 2.  Objectives & Deliverables 3.  Project Fundamentals 4.  Methodology 5. Results 6.  Conclusion
  • 25. Results | Performance Error Metrics: ²  Root mean square error (RMSE) ²  Mean absolute error (MAE) ²  Mean absolute percentage error (MAPE) The performance of the RBF neural network model is compared with: ²  The Persistence theorem ²  Back Propagation (BP) MLP neural network
  • 26. Results | Summary of RBF Models Model # of Inputs Spread Factor Hidden Neurons RMS Error A 4 10 30 1.69 B 8 50 30 1.70 C 8 14 80 1.64 D 12 90 43 1.65 E 4 10 8 0.56
  • 27. Results | Summary of RBF Models Comparison of the expected one-hour ahead output with the actual output of the neural network of the response of Model C.
  • 28. Results | Comparison with Persistence Both the neural networks significantly outperformed the persistence technique. 0 0.5 1 1.5 2 2.5 3 3.5 4 0 1 2 3 4 5 6 7 8 9 10 RMSError Look Ahead Hours RBF (VS) Persistence RBF Persistence
  • 29. Results | Comparison with MLP Different initial connection weights of the MLP result in different training and prediction performances. Though the accuracies of the two networks differed slightly, the RBF model proved to be more reliable and suitable for the task at hand.
  • 30. Agenda 1.  Motivation 2.  Objectives & Deliverables 3.  Project Fundamentals 4.  Methodology 5.  Results 6. Conclusion
  • 31. Conclusion ²  The results confirm the outcomes achieved by other researchers - the applicability of neural networks to wind speed prediction is affirmed. ²  Artificial neural networks are a reliable method for prediction. ²  It was discovered that, different network configurations directly influenced the forecast accuracy. ²  It should be noted that the optimal choice of neural network or error metric for a specific site may not necessarily be the most suitable option for another site.
  • 32. Conclusion ²  Both, RBF and MLP neural networks predicted the time series fairly well. However, certain consistent trends were seen in the errors. This could mean that the neural networks are unable to predict the series to a high degree of precision. ²  The Radial Basis Function (RBF) network is advantageous over the Back- propagation (BP) network in terms of consistency and reliability. Given a set of training inputs and corresponding targets, the RBF network produced the same result each time. ²  Predicting the Beaufort Force of the wind revealed the usefulness of using neural networks in wind speed prediction.
  • 33. Recommendations for Future Work ²  Weather is a continuous, multi-dimensional, data-intensive, dynamic and chaotic process. ²  Owing to these characteristics, highly accurate weather forecasting remains a big challenge. ²  Improvements to proposed models •  Training the network with data of more number of years. •  Reducing complexity of the designs – reducing number of hidden neurons. ²  Development of a single universal performance score – combining metrics such as RMSE, MAE, MSE.