Highlight of my featured works
A deep learning regression project predicting energy usage from solar panels. Includes EDA, statistical preprocessing, and neural network training with hyperparameter tuning.
The tuned neural network achieved lower MSE/MAE and higher R² compared to the baseline model. However, extreme weather variations are not fully captured, which can reduce performance in real-world deployment. Next steps include adding weather forecast features and testing sequential models like LSTM or GRU.