Skip to content

The codes I wrote for my research paper on "Comparison of Energy price predictions using various Machine Learning algorithms" which has been accepted in the ICUE 2020 conference.

catplotlib/EnergyPricesPrediction

Repository files navigation

Time Series Forecasting

Energy Prices Prediction using Machine Learning Algorithms

This project focuses on predicting energy prices in the open electricity market using four different algorithms: Simple Linear Regression, Support Vector Machines (SVM), K nearest neighbor, and Long Short-Term Memory (LSTM). The work is based on a research paper published at the ICUE 2020 conference.

Main Focus

  • Data handling
  • Visualization
  • Machine Learning algorithms
  • Comparative analysis
  • Prediction

Publication

The research paper, "Comparison of Energy price predictions using various Machine Learning algorithms," has been accepted and published in the ICUE 2020, IEEE Thailand Section International Conference on Utilities and Exhibition. The paper can be found here.

Results

Image of Algorithms

After processing the data from IEX India for 8 days and running the code using the mentioned algorithms, the following results were obtained:

  1. Simple Linear Regression Image of SLR

  2. Support Vector Regression Image of SVR

  3. K nearest neighbor Image of SVR

  4. Long Short Term Memory Image of SVR

About

The codes I wrote for my research paper on "Comparison of Energy price predictions using various Machine Learning algorithms" which has been accepted in the ICUE 2020 conference.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages