Skip to content

rkomi-dev/electric_load_forecasting

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

39 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

electric load forecasting

Data exploration

smile
esplorativi
heatmap
carnet_plot

Univariate analysis using the average temperature as the only regressor

  • Model complexity vs RMSE
complessità_univariata
  • Response curve and performance
curva_quarto_grado

Modelling with polynomial regression using average temperature and timestamp

  • Model complexity vs RMSE
complessità_poli
  • Response surface: 5th degree vs 5th degree + Fourier terms
confronto_sup_poli(1)

Modelling with Stepwise regression method

  • Response surface: 5th degree + Fourier terms vs stepwise + Fourier terms
confronto_sup_poli_vs_step

Final comparison using average temperature: Stepwise + Fourier vs 8-neuron MLP

  • Neuron selection using k-fold cv and 1-SD rule
scelta_neuroni
  • Response surface and performance
confronto_sup_step_vs_mlp

Final model using all 25 temperatures

  • Neuron selection using k-fold cv and 1-SD rule
scelta_neuroni_25
  • Goodness of Fit
confronto_gof_mlp
  • Residue histogram
isto_residui_25
  • Prediction
confronto_pred_mlp

Performance of all models on test set

MODELLO RMSE MAPE R^2
Polinomio 5° grado + Fourier 17.93 10.14% 0.8507
Stepwise + Fourier 15.96 8.75% 0.8818
MLP con 8 neuroni 14.93 8.06% 0.8968
MLP con 8 neuroni (25 temp) 10.79 6.03% 0.9460
MLP con 19 neuroni (25 temp) 10.35 5.79% 0.9503

About

A comparative study between MLP Neural Networks and Harmonic Polynomial Regression for short-term electric load forecasting

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages