Found 24 repositories(showing 24)
sayon-som
Using Machine Learning Model to predict the Net hourly Electrical Energy Output from the Combined Cycle Power Plant Data Set collected over a span of 5 years.
shardul1704
Machine Learning project to predict net hourly electrical energy output (EP) using the Combined Cycle Power Plant Data Set
This project uses machine learning regression techniques to predict the electrical energy output (PE) of a Combined Cycle Power Plant based on ambient and exhaust parameters. The goal is to build and evaluate models that accurately forecast the plant’s power output using real-world sensor data.
Built a Machine Learning model to predict the hourly electrical energy output of a Combined Cycle Power Plant using real operational data. The model achieved high accuracy (R² = 0.93), enabling intelligent energy forecasting and efficiency optimization.
ShadowStack21
ML-Based Solar Power Prediction System predicts solar energy output using machine learning algorithms. It analyzes weather factors like temperature, irradiance, humidity, and wind speed to forecast power generation. The model improves energy planning, load balancing, and efficient solar plant management using data-driven predictions.
Machine learning project predicting the energy output of a power plant using environmental data (temperature, pressure, humidity, vacuum). Linear Regression and Random Forest models were compared, with Random Forest achieving better accuracy. Key steps include data exploration, model building, cross-validation, and performance evaluation.
AkshatUpadhyay24
## Combined Cycle Power Plant: Gradient-Descent A combined cycle power plant (CCPP) is composed of gas turbines (GT), steam turbines (ST) and heat recovery steam generators. In a CCPP, the electricity is generated by gas and steam turbines, which are combined in one cycle, and is transferred from one turbine to another. While the Vacuum is colected from and has effect on the Steam Turbine, he other three of the ambient variables effect the GT performance. In this Project we are Implementing the Gradient Descent and also using Inbuilt Gradient Descent Regressor on the Combined Cycle Power Plant Dataset to predict its output. ## Dataset The dataset contains 9568 data points collected from a Combined Cycle Power Plant over 6 years (2006-2011), when the power plant was set to work with full load. Features consist of hourly average ambient variables Temperature (T), Ambient Pressure (AP), Relative Humidity (RH) and Exhaust Vacuum (V) to predict the net hourly electrical energy output (EP) of the plant. * **Attribute Information:** Features consist of hourly average ambient variables - Temperature (T) in the range 1.81°C and 37.11°C, - Ambient Pressure (AP) in the range 992.89-1033.30 milibar, - Relative Humidity (RH) in the range 25.56% to 100.16% - Exhaust Vacuum (V) in teh range 25.36-81.56 cm Hg - Net hourly electrical energy output (EP) 420.26-495.76 MW The averages are taken from various sensors located around the plant that record the ambient variables every second. The variables are given without normalization. ## Machine Learning Algos Involved 1.Gradient Boosting Regressor Steps Involved ------------------ 1. Importing the Libraries 2. Importing the data 3. Data Preprocessing 4. EDA 5. Study Correlation 6. Extensive Plotting 7. Feature Scaling 8. Build the model # Libraries used 1.Pandas 2.Numpy 3.Matplotlib 4.Scikit-learn 5.Seaborn
Predicting Power Plant Energy Output Using Machine Learning AI Product Manager Certification — Capstone Modeling Project
Boussi28
Machine learning project predicting power plant energy output using regression models
priyanshi11169
ANN-based regression model to predict power plant energy output using machine learning and deep learning techniques.
FurkanSanlav
Predictive modeling and clustering analysis of power plant energy output using Machine Learning (Logistic Regression, KNN, Decision Trees).
PrathameshAiwale
Machine Learning project to predict electrical energy output of a Combined Cycle Power Plant using environmental sensor data.
kaiyaoqin
Combined Cycle Power Plant Predictive Model (Python-based): prediction of hourly electrical energy output (EP) of the plant using machine learning Regression algorithms (linear regression, KNN, SVM, random forest)
dhanushkorada
This project focuses on predicting the net hourly electrical energy output of a power plant using machine learning techniques, utilizing ambient temperature, ambient pressure, relative humidity, and exhaust vacuum as features.
Codershreya2
This repository contains code for predicting solar power generation using machine learning algorithms, leveraging historical weather data and solar irradiance to forecast future power output with high accuracy, enabling optimized grid management and energy planning for solar power plants.
his project builds a machine learning model to predict the electrical energy output of a Combined Cycle Power Plant using environmental parameters such as temperature, pressure, humidity, and exhaust vacuum.
santhoshraaj18
This project predicts the hourly power output of a Combined Cycle Power Plant using environmental sensor data and machine learning models. It includes data preprocessing, model training, and performance evaluation for optimized energy management.
This work apply the functional API to predict energy output and exhaust vaccum. We are going to use the combined cycle power plant data set from the UCI machine learning repository.
arcasarana
This repository documents my project on predicting power plant energy output using machine learning, reflecting my technical proficiency as a UX/Product Designer. It includes a Jupyter notebook detailing the modeling process along with supporting data visualizations.
Mariamelzoghabyyy
This project analyzes and models the energy output of a Combined Cycle Power Plant (CCPP) using machine learning techniques. It applies exploratory data analysis (EDA), data preprocessing, and both built-in and custom regression models to predict the plant's electrical output based on environmental conditions.
MuhammadFaizanKhan
This is the Coursera course project where electrical energy output of a combined cycle power plant has predicted and evaluated using different machine learning model. The accuracy of the result yet to decide by peer review.
matevzsemprimoznik
This project focuses on predicting the energy production of the E.W. Brown Solar Facility using machine learning techniques. The E.W. Brown Solar Facility located in US Kentucky is a large-scale solar power plant, and accurate predictions of its energy output are crucial for efficient grid management and energy planning
jayachandrikamota
This project uses an Artificial Neural Network (ANN) to predict the net hourly electrical energy output of a power plant using the Combined Cycle Power Plant dataset from the UCI Machine Learning Repository. Multiple ANN architectures were tested to compare performance. All models showed good prediction accuracy with reduced training loss.
This is a machine learning model which predicts the energy output of a power plant based on engine temperature, exhaust vacuum, ambient pressure and relative humidity. The regression algorithms that have been used, are Multiple Linear Regression, Polynomial Regression, Support Vector Regression, Decision Tree Regression and Random Forest Regression.
All 24 repositories loaded