Posts by Year

2020

Back to Top ↑

2019

Generalized Tic Tac Toe web app

less than 1 minute read

I recently built a web app that plays a generalized version of Tic Tac Toe using tree search based AI algorithms. Check out the project summary here.

Back to Top ↑

2018

Approximation by orthogonal projections

8 minute read

```python %load /home/jonathan/.ipython/profile_default/startup/startup-01.py start up settings for ipython import numpy as np import pandas as pd import mat...

Back to Top ↑

2017

ProM development using IntelliJ

less than 1 minute read

While ProM plugin development has been traditionally done on Eclipse, here I experimented with how it can also be done in IntelliJ by performing the followin...

Back to Top ↑