This post is extended from a Natural Language Processing course project I did with two teammates. The task is to generate questions as well as answer questions given an Wikipedia article. We got the 2nd highest grade, and I was asked by the instructor to be a teaching assistant for...
[Read More]
Kalman Filter on Power Market Electricity Price Data
I use Kalman Filter to forecast next-day electricity price in France and Belgium, with the exogenous variables being the next-day load forecast and the next-day generation forecast. The France’s and Belgium’s electricity market are both in the European Power Exchange and intertwined.
[Read More]
Kalman Filter on Simulated GPS Data
Kalman filter is a Bayesian method to update and improve parameter estimates from observations with uncertainty. It can be applied to time series formulated as a Linear Gaussian State Space Model. The kalman filter method was used by NASA in the Apollo Project to estimate trajectories of the manned spacecraft...
[Read More]
Wordle Finder Python Widget
I created a Python widget to find 5-letter word candidates for the New York Times game Wordle, using simple regular expressions and ipywidgets. Wordle is a 5-letter word guessing game:
[Read More]