Renewable Solar Energy Prediction in India : 2025-2030

Notice

This is an unedited manuscript accepted for publication and provided as an Article in Press for early access at the author’s request. The article will undergo copyediting, typesetting, and galley proof review before final publication. Please be aware that errors may be identified during production that could affect the content. All legal disclaimers of the journal apply.

Year : 2024 | Volume :14 | Issue : 03 | Page : –
By
vector

Rishaan Bhatia,

  1. Student, Department of Electronics & Communication Engineering, Daly College Indore, Madhya Pradesh, India

Abstract document.addEventListener(‘DOMContentLoaded’,function(){frmFrontForm.scrollToID(‘frm_container_abs_108541’);});Edit Abstract & Keyword

As India endeavors to realize its objective of achieving 500 GW of renewable energy capacity by the year 2030, the precise forecasting of solar power generation is rendered increasingly essential. This scholarly article conducts a comprehensive review of the utilization of machine learning (ML) methodologies in the prediction of solar energy across diverse Indian states, underscoring their potential to address the complexities associated with the variability of solar irradiance. Conventional forecasting techniques frequently fall short in capturing the intricate non-linear relationships that exist between meteorological variables and solar energy output. In contrast, ML methodologies, such as artificial neural networks and hybrid models, have demonstrated considerable potential in enhancing the accuracy of predictions. Recent developments indicate that the amalgamation of historical meteorological data with sophisticated algorithms can result in superior forecasting performance. This review accentuates the transformative capacity of machine learning in the optimization of solar energy management and bolsters India’s renewable energy aims by offering insights into effective forecasting strategies. The results highlight the imperative of embracing innovative methodologies to improve the reliability of solar power forecasts, thus enabling a more effective integration of solar energy into the national grid.

Keywords: Solar energy, Prediction, Machine Learning, Renewable energy, India, Indian States, Artificial Intelligence

[This article belongs to Journal of Power Electronics and Power Systems (jopeps)]

How to cite this article:
Rishaan Bhatia. Renewable Solar Energy Prediction in India : 2025-2030. Journal of Power Electronics and Power Systems. 2024; 14(03):-.
How to cite this URL:
Rishaan Bhatia. Renewable Solar Energy Prediction in India : 2025-2030. Journal of Power Electronics and Power Systems. 2024; 14(03):-. Available from: https://journals.stmjournals.com/jopeps/article=2024/view=0

Full Text PDF

References
document.addEventListener(‘DOMContentLoaded’,function(){frmFrontForm.scrollToID(‘frm_container_ref_108541’);});Edit


Regular Issue Subscription Review Article
Volume 14
Issue 03
Received 11/10/2024
Accepted 18/10/2024
Published 21/10/2024

function myFunction2() {
var x = document.getElementById(“browsefigure”);
if (x.style.display === “block”) {
x.style.display = “none”;
}
else { x.style.display = “Block”; }
}
document.querySelector(“.prevBtn”).addEventListener(“click”, () => {
changeSlides(-1);
});
document.querySelector(“.nextBtn”).addEventListener(“click”, () => {
changeSlides(1);
});
var slideIndex = 1;
showSlides(slideIndex);
function changeSlides(n) {
showSlides((slideIndex += n));
}
function currentSlide(n) {
showSlides((slideIndex = n));
}
function showSlides(n) {
var i;
var slides = document.getElementsByClassName(“Slide”);
var dots = document.getElementsByClassName(“Navdot”);
if (n > slides.length) { slideIndex = 1; }
if (n (item.style.display = “none”));
Array.from(dots).forEach(
item => (item.className = item.className.replace(” selected”, “”))
);
slides[slideIndex – 1].style.display = “block”;
dots[slideIndex – 1].className += ” selected”;
}