feat(model): integrate KerasTuner and optimize CCPP ANN architecture - #455
Open
SumanGouda wants to merge 1 commit into
Open
feat(model): integrate KerasTuner and optimize CCPP ANN architecture#455SumanGouda wants to merge 1 commit into
SumanGouda wants to merge 1 commit into
Conversation
- Scale features using StandardScaler to stabilize training
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
feat(model): integrate KerasTuner and optimize CCPP ANN architecture
Description
Integrated KerasTuner to perform dynamic hyperparameter optimization for the CCPP (Combined Cycle Power Plant) ANN model. Upgraded the feature scaling, optimized layer architectures and learning rates, and converted loss tracking into pandas DataFrames for structured evaluation. Reduced MSE loss from ~26.83 to ~16.87 and lowered MAE to ~3.15.
Fixes #(issue_no)
Type of change
Project
Your Project Name: Combined Cycle Power Plant (CCPP) Energy Output Prediction using ANN
Short Description: An Artificial Neural Network (ANN) regression model optimized with KerasTuner to accurately predict net hourly electrical energy output based on plant environmental conditions.
Checklist:
README.md, according to the givenREADME_TEMPLATE.