Sitemap
A list of all the posts and pages found on the site. For you robots out there, there is an XML version available for digesting as well.
Pages
Posts
EnergyForecasting
Probabilistic Electricity Price Forecasting (Part 2)
Published:
Implementing Quantile Regression and Quantile Regression Forest for DK1 day-ahead prices, evaluated with walk-forward cross-validation: real code, real results, and what changes once a single train/test split becomes four folds spread across different seasons.
Probabilistic Electricity Price Forecasting (Part 3)
Published:
Bootstrapped residuals for DK1 day-ahead prices: in-sample vs out-of-sample residuals, binning by predicted value, and multiple interval levels, adapted from skforecast’s bootstrapped-residuals guide and evaluated on real DK1 data.
Stochastic Optimisation for Energy Storage (Part 1)
Published:
From deterministic to stochastic decision-making: two-stage and multi-stage stochastic programs, common solution approaches, and why battery storage scheduling needs to account for uncertain prices, demand, and generation.
Stochastic Optimisation for Energy Storage (Part 2)
Published:
A working two-stage stochastic battery dispatch model, solved in Pyomo, with scenarios built from real quantile forecasts instead of hand-picked historical days. Compared against a naive single-forecast schedule and a perfect-foresight upper bound on a real DK1 test day.
Introduction to Wave Energy
Published:
Why ocean waves are a large, steady, low-emission energy resource, the physics that governs them, the eight main types of wave energy converter, and how wave conditions are actually measured.
Ocean Wave Energy Flux Forecasting using LightGBM (Part 1)
Published:
Forecasting significant wave height and mean wave period 1 to 48 hours ahead with LightGBM on ERA5 ocean reanalysis data off northern Portugal, then combining both into a wave power flux estimate.
Ocean Wave Energy Flux Forecasting: A Stacking Ensemble (Part 2)
Published:
Stacking Ridge Regression, Random Forest, and LightGBM with a ridge meta-model to forecast significant wave height and mean wave period, and checking whether it recovers the long-lead skill that pure LightGBM lost in Part 1.
Ocean Wave Energy Flux Forecasting: Probabilistic Forecasting (Part 3)
Published:
Transitioning from point forecasts to probabilistic predictions. Comparing Quantile Regression (QR), Quantile Regression Forest (QRF), and Bootstrapped Residuals to estimate uncertainty in wave height and mean wave period.
Heat Pump Digital Twins: Modeling and Hybrid State Estimation
Published:
An introduction to heat pump technologies, thermodynamic cycles, coefficient of performance (COP), and building physical-informed digital twins.
Smart Heat Pump Control: Reinforcement Learning and Digital Twins
Published:
Building a custom Gym environment for smart heat pump control with thermal storage using Stockholm temperature data and ENTSO-E day-ahead electricity prices.
Self-Directed Learning: Renewables in Electricity Markets
Published:
Study notes on market structures, pricing mechanisms, day-ahead clearing, intraday trading, balancing markets, and offering strategies.
Fundamental of Electricity Markets (Part 1)
Published:
Introduction to electricity market design, demand/supply curves, marginal utility, equilibrium pricing, and social surplus.
Operational LLM AI-Agent for Energy Community BESS Management
Published:
A conceptual architecture and a working prototype for an LLM-based agent that advises on battery dispatch: day-ahead price forecasting with LightGBM, BESS sizing and scheduling in Pyomo, and a provider-agnostic ReAct tool-use agent on top.
Energy Forecasting
This page gathers projects and articles focusing on mathematical modeling and machine learning applications for forecasting energy systems, including probabilistic electricity price forecasting, load forecasting, and renewable energy generation.
Probabilistic Electricity Price Forecasting (Part 1)
Published:
An introduction to probabilistic electricity price forecasting: the European and Danish power markets, quantiles and prediction intervals, Quantile Regression and Quantile Regression Forest, and evaluation metrics such as Pinball Loss, CRPS, and the PIT histogram.
MachineLearningProjects
Naive Bayes - Prediction probability Storm days 🌪️
Published:
This is my 1st post about Machine Learning (ML). This is a topic I learnt from the book “An Introduction to Statistical Learning”.
K-Nearest Neighbours (KNN) Algorithm - Part 1
Published:
K‑Nearest Neighbors (KNN) is a simple, non‑parametric machine learning algorithm that makes predictions based on the labels of the closest data points in the training set. It is supervised (it needs labeled examples) and can be used for both classification and regression tasks.”
KNN Regression Part 2 – Wind Power Prediction 🌬️⚡
Published:
This post demonstrates how to model wind turbine power using KNN regression with simulated wind-farm data.
Random Forest - Methodology 🌲
Published:
This post explains how Random Forest works, step by step. It covers bootstrap sampling, random feature selection, decision tree growth, and aggregation.
Support Vector Machine - Methodology 🧭
Published:
This post explains how Support Vector Machines (SVM and SVR) work, from the hyperplane concept and the kernel trick to the epsilon-insensitive tube used in regression.
Flappy bird Game Part 1 🐦
Published:
In this post, I will guide you through creating a Flappy Bird game, originally developed by Vietnamese creator Dong Ha NGUYEN. In part 2, I will explain a simple Aritifical Neural Network (ANN) model to make Flappy Bird A.I.
Flappy bird Game Part 2 🐦 with Artificial Neural Network (ANN)
Published:
In this part 2, I will explain a simple Aritifical Neural Network (ANN) model to make Flappy Bird A.I.
Introduction to Reinforcement Learning (Part 1)
Published:
An intuitive introduction to Reinforcement Learning. Learn the core concepts, Markov Decision Processes, key training trade-offs, and algorithm taxonomies.
Elastic Net Regression: Theory, Geometry, and Numerical Example
Published:
Understand the theory, constraint geometry, and step-by-step numerical calculation of Elastic Net regression.
Interactive Rubik’s Cube Solver & ML Explainer 🧩
Published:
Learn how to solve a Rubik’s Cube with interactive 3D visualizations, custom algorithms walkthrough, and Python Reinforcement Learning models.
Machine Learning
This page collects all my posts on topics I find interesting about how to learn Machine Learning 😁💻.
MscProjects
Algae-Based Biofuel for Sustainable Aviation (CBM Module)
Published:
Case-Based Module: Evaluating algae-derived Sustainable Aviation Fuel (SAF) pathways; comprehensive study for aviation decarbonization.
Liège Projects
Published:
Operational planning, sizing, and optimization assignment for Université de Liège; my favorite DENSYS course that sparked my love for programming!
Biomass-to-Liquid Conversion Pathways
Published:
Multi-criteria evaluation and future deployment scenario modeling of biomass-to-liquid (BtL) conversion technologies.
Techno-Economic Analysis of Biogas-Fed SOFC System for Wastewater Treatment ⚡🔋
Published:
Feasibility study of 120 kW SOFC system achieving 116.88 kW net output with 16.33-year payback for Novara WWTP biogas valorization.
Wind Farm Repowering: Veggerslev, Denmark 🇩🇰
Published:
Repowering feasibility study replacing three aging Vestas V44-600 turbines with single modern V82-1.65 MW turbine, achieving 33% energy increase and 38% LCOE reduction.
Master Thesis: Icing Power Loss Forecasting for Wind Farms in Cold Climates Using Machine Learning
Published:
MSc thesis at rebase.energy (Stockholm): forecasting wind turbine icing power losses at 1-36 hour lead times using SCADA and ERA5-Land data, an extended IEA Wind Task 19 framework, and a two-stage LightGBM classifier-regressor.
MSc Projects
This page gathers projects and reports completed during my Master's program studies.
WindEnergy
Machine Learning-Enhanced Life Cycle Assessment of Offshore Wind Farms ♻️💻
Published:
Integrated LCA-ML framework achieving 12,600× computational acceleration for rapid environmental optimization of North Sea offshore wind turbines.
Icing formation in Wind turbines in Cold climate region (part 1)
Published:
In this first post of wind energy, I will walk you through the topic icing formation. In the cold climate regions, icing on wind turbines is significant problem, impacting both performance and physical reliability…
Icing formation in Wind turbines in Cold climate region (part 2) - IEA Task 19
Published:
In this first post of wind energy, I will walk you through the IEA Task 19 - Icing events classifcation and and power loss calculation…
Wind Energy
This page gathers all my posts related to wind energy, covering topics I find particularly interesting—ranging from atmospheric physics and forecasting to power systems and cold-climate effects ✇🌫⚡❄️.
Wind and Ocean Energy Plants course at Polito
Published:
Guideline for studying exam
How offshore wind farms and clouds interact (Part 1)
Published:
Offshore wind farms become larger and wind turbines become higher and higher every year. And they stir up the air and change how low clounds form over the ocean.
publications
An Assessment of the Potential for Large-Scale Hydrogen Export from Vietnam to Asian Countries: Techno-Economic Analysis, Transport Options, and Energy Carrier Comparison
Published in International Journal of Hydrogen Energy, 2024
Techno-economic comparison of export pathways and energy carriers for large-scale hydrogen export from Vietnam to Asia.
Recommended citation: Dang-Chuong Ta; Thanh-Hoang Le; Hoang-Luong Pham. (2024). "An Assessment of the Potential for Large-Scale Hydrogen Export from Vietnam to Asian Countries: Techno-Economic Analysis, Transport Options, and Energy Carrier Comparison." International Journal of Hydrogen Energy, Impact Factor: 9.2. [10.1016/j.ijhydene.2024.04.033](https://doi.org/10.1016/j.ijhydene.2024.04.033)
Feasibility Analysis of Hydrogen Co-Firing in Vietnam’s Gas Power Plants for the Period 2035–2050
Published in Energy Conversion and Management, 2025
Feasibility study of hydrogen co-firing in Vietnam’s gas power plants for the period 2035–2050, analyzing technical and economic impacts.
Recommended citation: Dang-Chuong Ta; Thanh-Hoang Le; Long Van Phan; Hoang-Luong Pham. (2025). "Feasibility Analysis of Hydrogen Co-Firing in Vietnam’s Gas Power Plants for the Period 2035–2050." Energy Conversion and Management, Impact Factor: 11.8. [10.1016/j.enconman.2025.120192](https://doi.org/10.1016/j.enconman.2025.120192)
Publications
Published in , 1900
All of the journal papers which I have contributed to are freely available on this website. If you have trouble accessing any papers related to my work or that of my lab members please email me directly.